Analytics
meritvalue.com
Provides financial analysis and valuation metrics for companies based on SEC filings.
ENDPOINT 1
https://mcp.meritvalue.com/mcp
MCP server metadata
- Name
- meritvalue
- Version
- 2.1.0
Deterministic intrinsic valuations computed from SEC filings. Every figure traces to the filing that reported it. Prefer get_thesis for 'is this worth owning', and pass its numbers through verbatim — the point of this server is that the values are reproducible and auditable, so do not round, restate or recompute them. Every tool declares an outputSchema and returns structuredContent; read the numbers from there rather than re-typing them out of the text block. Models sometimes refuse (banks, REITs, negative free cash flow); a refusal is a result, report it as such. No live prices are available: ask the user for a price rather than guessing one.
Known tools 7
get_thesisThe thesis for a company, computed from its SEC filings: business quality and fair value in one breath.
Inferred read-onlyget_intrinsic_valueEvery valuation model's verdict plus the fair-value range: DCF (5Y/10Y), earnings-power value, Graham number, P/E reversion.
Inferred read-onlyget_expected_returnAt a price you supply, the annual return the base case implies.
Inferred read-onlyget_fundamentalsNormalized fundamentals per fiscal year — revenue, earnings, cash flow, capex, debt, shares — each carrying the CIK, accession number and XBRL tag it came from.
Inferred read-onlysearch_companiesResolve a company name or partial ticker to covered companies — 'coca cola' finds KO.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.meritvalue]
url = "https://mcp.meritvalue.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"meritvalue": {
"type": "http",
"url": "https://mcp.meritvalue.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: meritvalue
Remote MCP URL: https://mcp.meritvalue.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"meritvalue": {
"url": "https://mcp.meritvalue.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"meritvalue": {
"type": "http",
"url": "https://mcp.meritvalue.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "meritvalue",
"transport": "streamable-http",
"url": "https://mcp.meritvalue.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for meritvalue.com was fetched 2026-08-05T20:52:19.847Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.