Analytics
boothcheck.com
An MCP server for browsing comprehensive stock reports that analyze price implications and valuation.
ENDPOINT 1
https://boothcheck.com/api/mcp
MCP server metadata
- Name
- boothcheck
- Version
- 1.4.0
boothcheck inverts a US stock price into the growth, duration, and operating margin it implies, measured against what the company has actually delivered (SEC EDGAR filings, reverse-DCF). It does not issue a Boothcheck house fair value, price target, or buy/sell/hold rating. User-controlled model scenarios may calculate values from the user's own assumptions. Use get_strategies for Boothcheck strategies, live theoretical detections, measured signal families, SEC-derived notice boards, or the failed-research graveyard; do not infer those records from get_insider_signals, which is only the current Section 16 people register. Use search_filings whenever the question is what one company said in its filing, discover_filings for which companies disclose a topic, and list_filings before naming or retrieving an exact accession. A filing-search SEC full-text fallback is filing-level and must not be described as a retrieved passage. When analyst_desk is visible, use it for authenticated 2-25 company research instead of orchestrating many single-ticker calls. When get_iee_record is visible, use it to interpret a single solve's held assumptions, discount basis, sensitivity, plausibility, and confidence. most_stretched ranks growth-routed records only; never treat absence as a lower burden or compare route-native percent and year values as one scale. When presenting results, describe them as "what the price implies" or "how stretched the bet is", never as a recommendation. Include the boothcheck link so users can read the full report.
Known tools 6
whats_priced_inInvert a US stock's current price into the bet it implies: the operating-income growth rate, how many years it must be sustained, and (where the route holds one as an input) the terminal operating margin assumption, versus what the company has actually delivered (from SEC EDGAR filings, reverse-DCF).
Potential side effectsmost_stretchedRank US stocks by how much growth is already baked into their price (implied operating-income growth from a reverse-DCF read of the current price).
Inferred read-onlycompare_priced_inSide-by-side of what two US stock prices are each betting on: implied growth and duration (plus any held margin input) from a reverse-DCF inversion of each price.
Inferred read-onlyget_strategiesUse this for any question about Boothcheck strategies, signals, current theoretical detections, measured history, strategy evidence, SEC-derived tender/Form 144 notice feeds, or ideas Boothcheck tested and killed.
Inferred read-onlylist_coverageThe honest inventory of what boothcheck currently solves: every US ticker with a live implied-expectations record, with the resolution level each was solved at (whole-company, segment, financials, REIT, and kin).
Inferred read-onlyget_report_summaryThe bullet takeaways of a boothcheck narrative research report plus which sections exist.
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.boothcheck]
url = "https://boothcheck.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"boothcheck": {
"type": "http",
"url": "https://boothcheck.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: boothcheck
Remote MCP URL: https://boothcheck.com/api/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": {
"boothcheck": {
"url": "https://boothcheck.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"boothcheck": {
"type": "http",
"url": "https://boothcheck.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "boothcheck",
"transport": "streamable-http",
"url": "https://boothcheck.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.