Boothcheck MCP Server

What a stock's price is betting on: implied growth, duration, and margin from SEC filings. Free.

Local serverstdioGo

What is the Boothcheck MCP server?

What a stock's price is betting on: implied growth, duration, and margin from SEC filings. Free. That is what the boothcheck mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The tools it exposes

The server publishes 13 tools. What each one is for:

  • whats_priced_in — Invert one ticker's price into implied growth, duration, and margin, vs what the company earns today
  • most_stretched — Rank stocks by how much growth is already baked into their price
  • compare_priced_in — Side-by-side of the assumptions embedded in two prices
  • list_coverage — The coverage inventory: every ticker with a live record and its resolution level
  • get_report_summary — Bullet takeaways of a boothcheck research report (public reports)
  • get_guidance_ledger — Management guidance behavior counts since 2006. A member key adds the full history and the scored guides
  • get_report — Full narrative report sections: bull case, bear case, valuation, catalysts
  • get_iee_record — The full structured price inversion: solve outputs, held parameters, plausibility panel
  • get_segments — Clean business-segment snapshots from SEC filings
  • get_peer_cohort — Peer cohort membership and cohort median multiples
  • get_risk_factor_deltas — New risk factors a company added to its 10-K, by year
  • get_insider_signals — Open insider cluster-buy fact records. Current facts only; no performance claims

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Boothcheck's toolset — whats_priced_in, most_stretched, compare_priced_in and 10 more — is a fair guide to whether it matches your workflow. It is maintained by com.boothcheck; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 13 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Boothcheck.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
whats_priced_inInvert one ticker's price into implied growth, duration, and margin, vs what the company earns today.
most_stretchedRank stocks by how much growth is already baked into their price.
compare_priced_inSide-by-side of the assumptions embedded in two prices.
list_coverageThe coverage inventory: every ticker with a live record and its resolution level.
get_report_summaryBullet takeaways of a boothcheck research report (public reports).
get_guidance_ledgerManagement guidance behavior counts since 2006. A member key adds the full history and the scored guides.
get_reportFull narrative report sections: bull case, bear case, valuation, catalysts.
get_iee_recordThe full structured price inversion: solve outputs, held parameters, plausibility panel.
get_segmentsClean business-segment snapshots from SEC filings.
get_peer_cohortPeer cohort membership and cohort median multiples.
get_risk_factor_deltasNew risk factors a company added to its 10-K, by year.
get_insider_signalsOpen insider cluster-buy fact records. Current facts only; no performance claims.
get_holders13F institutional holder register facts.

How to install the Boothcheck MCP server

**Any MCP client (JSON config)**

```json
{
  "mcpServers": {
    "boothcheck": {
      "type": "http",
      "url": "https://boothcheck.com/api/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Boothcheck to whats priced in.
  • Use Boothcheck to most stretched.
  • Use Boothcheck to compare priced in.

Frequently asked questions

It connects Boothcheck to MCP-compatible AI assistants such as Claude and Cursor, exposing 13 tools (whats_priced_in, most_stretched, compare_priced_in, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Boothcheck directly.