← meritvalue.com

INDIVIDUAL MCP TOOL

get_expected_return

At a price you supply, the annual return the base case implies.

meritvalue.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.meritvalue.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_expected_return and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

meritvalue.com

CONNECT 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.

Related tools

  • get_thesis — The thesis for a company, computed from its SEC filings: business quality and fair value in one breath.
  • get_business_quality — Is this a good business?
  • get_intrinsic_value — Every valuation model's verdict plus the fair-value range: DCF (5Y/10Y), earnings-power value, Graham number, P/E reversion.
  • get_fundamentals — Normalized fundamentals per fiscal year — revenue, earnings, cash flow, capex, debt, shares — each carrying the CIK, accession number and XBRL tag it came from.
  • search_companies — Resolve a company name or partial ticker to covered companies — 'coca cola' finds KO.
  • screen_undervalued — Rank covered companies by a chosen model's value.