What a stock's price is betting on: implied growth, duration, and margin from SEC filings. Free.
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 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 todaymost_stretched — Rank stocks by how much growth is already baked into their pricecompare_priced_in — Side-by-side of the assumptions embedded in two priceslist_coverage — The coverage inventory: every ticker with a live record and its resolution levelget_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 guidesget_report — Full narrative report sections: bull case, bear case, valuation, catalystsget_iee_record — The full structured price inversion: solve outputs, held parameters, plausibility panelget_segments — Clean business-segment snapshots from SEC filingsget_peer_cohort — Peer cohort membership and cohort median multiplesget_risk_factor_deltas — New risk factors a company added to its 10-K, by yearget_insider_signals — Open insider cluster-buy fact records. Current facts only; no performance claimsSetup 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.
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.
| Tool | What it does |
|---|---|
| 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. |
| get_holders | 13F institutional holder register facts. |
**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.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.