Real-time US-equity quotes, company fundamentals, earnings, analyst trends, and news via Finnhub.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Real-time US-equity quotes, company fundamentals, earnings, analyst trends, and financial news via Finnhub. STDIO or Streamable HTTP.
Six tools, name-first: finnhub_search_symbols resolves a company name to a US ticker, then the other five work from that symbol β a live quote, full company context, earnings, news, and analyst consensus.
| Tool | Description |
|---|---|
finnhub_search_symbols | Resolve a company name or partial ticker to stock symbols, best likely-US match first. The entry point for every other tool. |
finnhub_get_quote | Real-time price quote for one US symbol, paired with live market-status so the response states whether the price is live or the prior close, including the returned session and named holiday. |
finnhub_get_company | Full company context in one call β profile, headline fundamentals (P/E, EPS, margins, growth), and sector peers. |
finnhub_get_earnings | Earnings in two modes: a symbol's past quarters with actual-vs-estimate surprises (history), or upcoming releases in a date window with an optional symbol filter (calendar). |
finnhub_get_news | Financial news in two modes: recent articles for one symbol over a date range (company), or broad market headlines by category (market). |
finnhub_get_recommendations | Analyst recommendation trends for one US symbol β strong-buy / buy / hold / sell / strong-sell counts per month, newest first. |
finnhub_search_symbolsResolve a company name, partial name, or ticker fragment to Finnhub stock symbols. Run this first when you have a name, not a ticker β the rest of the surface needs a symbol.
query accepts 1β20 characters; use a shorter company name or ticker fragment when neededisLikelyUS, a symbol-format heuristic: plain tickers and .A/.B class shares are likely US, while exchange suffixes such as .SS, .T, and .L are not. Quote and profile responses remain authoritativelimit (1β50, default 10); reports the total match count and discloses truncation when more matched than returnedfinnhub_get_quoteReal-time price quote for one US symbol. The market-hours flag is the point β the response never presents a stale price as live.
/quote with /stock/market-status (parallel fan-out) to derive priceIsLive β true only when the US market is open; when closed, current is the prior close, surfaced as suchsession (pre-market, regular, or post-market) and returned holiday event name without inferring either valuemarketOpen: null, session: null, and holiday: null rather than tanking the quotesymbol_not_found; international or paid-only symbol β not_us_or_paidfinnhub_get_companyFull company context for one US symbol in a single call β profile is hollow without the valuation numbers, so this is deliberately one tool over three.
/stock/peers (includes the queried symbol)partial list, profile drives the not-found / forbidden errorsfinnhub_get_earningsEarnings data for one symbol or across the market, selected by mode.
history (requires symbol): past quarters β actual vs. estimate EPS, absolute surprise, and surprise % (the market-moving signal), newest firstcalendar (uses from / to, defaults to today through +14 days; optional symbol filter): upcoming releases across the market or for one symbol β date, EPS/revenue estimates, expected report timelimit (1β100, default 50); reports total rows and discloses truncationfinnhub_get_newsFinancial news for one company or the broad market, selected by mode.
company (requires symbol): recent articles over a date range (defaults to the last 7 days) β headline, source, ISO 8601 datetime, summary, URLmarket (uses category): broad headlines by general, forex, crypto, or merger (see the finnhub://news-categories resource)limit (1β100, default 15 β news lists run long); articles newest first, with total and truncation disclosurefinnhub_get_recommendationsAnalyst recommendation consensus for one US symbol β the view to pair with the live quote and fundamentals.
limit (1β24, default 12 β one year); reports total months and discloses truncationno_coverage, distinct from an invalid symbol| Type | Name | Description |
|---|---|---|
| Resource | finnhub://news-categories | The four valid market-news categories (general, forex, crypto, merger) with one-line descriptions. |
The resource is a convenience mirror β its data is fully covered by the category enum on finnhub_get_news, so tool-only clients lose nothing. Live data (quotes, news, earnings) is intentionally not exposed as a resource: it's time-sensitive, and the value is in the freshness, so it's reachable only through the tools.
Built on @cyanheads/mcp-ts-core:
none, jwt, oauthin-memory, filesystem, Supabase, Cloudflare KV/R2/D1Finnhub-specific:
not_us_or_paid domain error, 401 β loud configuration failure at first call (not "no data"), 429/5xx β retriedfinnhub_get_company fans out profile + metrics + peers in parallel and degrades to partial results when a leg failsAgent-friendly output:
symbol_not_found (unknown US ticker, detected from the all-zero quote / empty profile sentinel) vs. not_us_or_paid (international or paid-only, HTTP 403) β so an agent can tell them apart and recoverisLikelyUS search heuristic so an agent can prioritize likely free-tier symbolsThis server requires a free Finnhub API key (Dashboard β API key). The free tier covers US equities in real time at 60 req/min.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/finnhub-mcp-server)<a href="https://allmcps.com/mcp/finnhub-mcp-server"><img src="https://allmcps.com/api/badge/finnhub-mcp-server?style=directory" alt="Finnhub MCP Server on AllMCPs" /></a>