TTokenySpace
返回 MCP 列表

boothcheck

其他

MCP server for boothcheck — ask any AI assistant what a stock's price is betting on (implied growth, duration, margin from SEC filings; no price targets, no ratings)

0v1.2.0远程托管更新于 2026/7/10
GitHub
0

远程接入地址

https://boothcheck.com/api/mcp

介绍

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

README

boothcheck MCP server

Ask any AI assistant what a stock's price is actually betting on.

boothcheck inverts a US stock's market price into the bet it implies: the operating-income growth rate, the years it must be sustained, and the operating margin the price assumes, measured against what the company has actually delivered. Every number traces to SEC EDGAR filings through a reverse-DCF read (expectations investing). It never returns a fair value, a price target, or a buy/sell rating. It shows the bet, so you can judge it.

This MCP server exposes that decomposition for about 2,000 US tickers. Free, keyless, read-only.

Connect

The server speaks MCP over Streamable HTTP:

https://boothcheck.com/api/mcp

Claude Desktop / claude.ai — add a custom connector with the URL above (no auth).

ChatGPT — Settings → Apps & Connectors → Advanced → enable Developer mode, then add the URL above as a new connector. The server ships an Apps SDK widget, so results render as an inline priced-in card.

Claude Code

claude mcp add --transport http boothcheck https://boothcheck.com/api/mcp

Any MCP client (JSON config)

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

Tools

Free, no key:

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.

With a member API key (membership includes API access; create a key at https://boothcheck.com/settings):

ToolWhat it does
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.

The same data is served as plain REST at https://boothcheck.com/api/v1. Docs: https://boothcheck.com/developers

Example prompts once connected:

  • "What is NVDA's price betting on?"
  • "Which stocks are priced for the most right now?"
  • "Compare what AMD and NVDA prices each assume."

What you get back

Plain-language reads like:

NVIDIA Corp (NVDA), as of 2026-06-28: At today's price, NVDA is priced for growth of +30.8% sustained for about 5.6 years. The more the price assumes beyond what the company has delivered, the more has to go right to justify it.

plus structured fields (impliedGrowthPct, impliedDurationYears, impliedMarginPct, currentMarginPct, characterization) and a link to the full report with the bull case, bear case, and valuation X-ray.

Rules of the road

  • No fair values, no price targets, no ratings. Describe output as "what the price implies," not as a recommendation.
  • For informational and research purposes only. Not investment advice. boothcheck is not a registered investment adviser.
  • Data is precomputed from SEC EDGAR filings and refreshed on boothcheck's regen cadence; each response carries its as-of date.

Registry

Published in the Official MCP Registry as com.boothcheck/boothcheck (see server.json). Aggregators like PulseMCP ingest from there.

Links

评论

加载中…

同类推荐