# MeritValue MCP server

Intrinsic stock value from SEC filings: DCF, EPV, Graham, moat signals. Deterministic, not guessed.

## Links
- Registry page: https://www.getdrio.com/mcp/com-meritvalue-meritvalue
- Website: https://www.meritvalue.com/api-keys

## Install
- Endpoint: https://mcp.meritvalue.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.meritvalue.com/mcp

## Tools
- get_thesis (Computed investment thesis) - The thesis for a company, computed from its SEC filings: business quality and fair value in one breath. Deterministic — the same filings always produce the same sentences — and byte-identical to what meritvalue.com shows. Returns null when the filings support neither a moat read nor a fair value, rather than inventing one. Use this first when asked whether a company is worth owning. Endpoint: https://mcp.meritvalue.com/mcp
- get_business_quality (Moat and management signals) - Is this a good business? Return on invested capital (or equity) against its cost of capital, and what management has done with the share count. Returns the year-by-year series as well as the averages, so the reading can be disputed without losing the evidence. These are signals, not verdicts — present them that way. Endpoint: https://mcp.meritvalue.com/mcp
- get_intrinsic_value (Intrinsic value across models) - Every valuation model's verdict plus the fair-value range: DCF (5Y/10Y), earnings-power value, Graham number, P/E reversion. Refusals are included and are meaningful — a DCF declining to value a bank is a result, not a gap. Never present a refused model as missing data, and never substitute another model's number for it. Endpoint: https://mcp.meritvalue.com/mcp
- get_expected_return (Expected return at a given price) - At a price you supply, the annual return the base case implies. MeritValue holds no market-data licence, so it never returns a live quote — the caller must provide the price. Ask the user for it, or have them check a broker; do not guess one, and do not present a guessed price as a real one. Endpoint: https://mcp.meritvalue.com/mcp
- get_fundamentals (Fundamentals with filing provenance) - Normalized fundamentals per fiscal year — revenue, earnings, cash flow, capex, debt, shares — each carrying the CIK, accession number and XBRL tag it came from. Use when the user wants the underlying numbers or asks where a figure came from. Foreign filers report in their home currency; read the currency field. Endpoint: https://mcp.meritvalue.com/mcp
- search_companies (Find a covered company) - Resolve a company name or partial ticker to covered companies — 'coca cola' finds KO. Use this before the other tools when you have a name rather than a symbol. Coverage is US filers with SEC filings. Endpoint: https://mcp.meritvalue.com/mcp
- screen_undervalued (Screen the covered universe) - Rank covered companies by a chosen model's value. Requires a key with screening enabled — a 403 means the key lacks it, which is a plan limit and not an error to retry. Endpoint: https://mcp.meritvalue.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.meritvalue
- Version: 2.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 31, 2026
- Source: https://registry.modelcontextprotocol.io
