Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Boothcheck

БесплатноНе проверен

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

GitHubEmbed

Описание

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

README

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:

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.

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

Tool What it does
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.

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

from github.com/Keenan-ux/boothcheck-mcp

Установка Boothcheck

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Keenan-ux/boothcheck-mcp

FAQ

Boothcheck MCP бесплатный?

Да, Boothcheck MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Boothcheck?

Нет, Boothcheck работает без API-ключей и переменных окружения.

Boothcheck — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Boothcheck в Claude Desktop, Claude Code или Cursor?

Открой Boothcheck на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Boothcheck with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development