Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Finnhub MCP Server
Finnhub MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:18:33 PM

Finnhub MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Real-time US-equity quotes, company fundamentals, earnings, analyst trends, and news via Finnhub.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "finnhub-mcp-server": {
      "command": "bunx",
      "args": [
        "@cyanheads/finnhub-mcp-server@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

@cyanheads/finnhub-mcp-server

Real-time US-equity quotes, company fundamentals, earnings, analyst trends, and financial news via Finnhub. STDIO or Streamable HTTP.

6 Tools β€’ 1 Resource

Version License Docker MCP SDK npm TypeScript Bun

Install in Claude Desktop Install in Cursor Install in VS Code

Framework


Tools

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.

ToolDescription
finnhub_search_symbolsResolve a company name or partial ticker to stock symbols, best likely-US match first. The entry point for every other tool.
finnhub_get_quoteReal-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_companyFull company context in one call β€” profile, headline fundamentals (P/E, EPS, margins, growth), and sector peers.
finnhub_get_earningsEarnings 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_newsFinancial news in two modes: recent articles for one symbol over a date range (company), or broad market headlines by category (market).
finnhub_get_recommendationsAnalyst recommendation trends for one US symbol β€” strong-buy / buy / hold / sell / strong-sell counts per month, newest first.

finnhub_search_symbols

Resolve 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.

  • Full-text match across symbols and descriptions; likely-US Common Stock matches surfaced first
  • query accepts 1–20 characters; use a shorter company name or ticker fragment when needed
  • Each result carries isLikelyUS, 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 authoritative
  • limit (1–50, default 10); reports the total match count and discloses truncation when more matched than returned

finnhub_get_quote

Real-time price quote for one US symbol. The market-hours flag is the point β€” the response never presents a stale price as live.

  • Current price, absolute and percent change, session open/high/low, previous close, and an ISO 8601 quote time
  • Pairs /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 such
  • Exposes Finnhub's nullable session (pre-market, regular, or post-market) and returned holiday event name without inferring either value
  • Market-status failing degrades to marketOpen: null, session: null, and holiday: null rather than tanking the quote
  • Unknown US ticker β†’ symbol_not_found; international or paid-only symbol β†’ not_us_or_paid

finnhub_get_company

Full 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.

  • Profile: name, exchange, industry, country, currency, market cap, shares outstanding, IPO date, website, logo
  • Headline fundamentals: P/E (TTM), EPS (TTM), 52-week range, beta, dividend yield, net/gross margin, revenue growth YoY, ROE β€” every field nullable, surfaced honestly for thinly-covered names rather than zero-filled
  • Sector peers from /stock/peers (includes the queried symbol)
  • Combines three endpoints under a parallel fan-out; metrics or peers failing degrade to a partial list, profile drives the not-found / forbidden errors

finnhub_get_earnings

Earnings 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 first
  • calendar (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 time
  • limit (1–100, default 50); reports total rows and discloses truncation

finnhub_get_news

Financial 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, URL
  • market (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 disclosure

finnhub_get_recommendations

Analyst recommendation consensus for one US symbol β€” the view to pair with the live quote and fundamentals.

  • Per-month strong-buy / buy / hold / sell / strong-sell counts, newest first (typically 12–24 months of history)
  • limit (1–24, default 12 β€” one year); reports total months and discloses truncation
  • Empty result (no analyst coverage) β†’ no_coverage, distinct from an invalid symbol

Resource

TypeNameDescription
Resourcefinnhub://news-categoriesThe 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.

Features

Built on @cyanheads/mcp-ts-core:

  • Declarative tool and resource definitions β€” single file per primitive, framework handles registration and validation
  • Unified error handling β€” handlers throw, framework catches, classifies, and formats
  • Pluggable auth: none, jwt, oauth
  • Swappable storage backends: in-memory, filesystem, Supabase, Cloudflare KV/R2/D1
  • Structured logging with optional OpenTelemetry tracing
  • STDIO and Streamable HTTP transports

Finnhub-specific:

  • Single rate-aware Finnhub client β€” token injected server-side (never a tool input), with timeout and retry calibrated to the 60 req/min free tier
  • Live market-status pairing on quotes so a closed-market price is reported as the prior close, never as live
  • Status classification at the service boundary: 403 β†’ a clear not_us_or_paid domain error, 401 β†’ loud configuration failure at first call (not "no data"), 429/5xx β†’ retried
  • finnhub_get_company fans out profile + metrics + peers in parallel and degrades to partial results when a leg fails

Agent-friendly output:

  • Honest sparsity β€” every fundamental is nullable and absent values stay null; Finnhub's thinly-covered names are surfaced as-is, never zero-filled or fabricated
  • Two distinct "not available" signals β€” 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 recover
  • Typed error contracts with recovery hints on every failure, plus the isLikelyUS search heuristic so an agent can prioritize likely free-tier symbols
  • Capped lists report their total count and disclose truncation, so an agent knows when more data exists

Getting started

This server requires a free Finnhub API key (Dashboard β†’ API key). The free tier covers US equities in real time at 60 req/min.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Microsoft Learn MCP logoMicrosoft Learn MCP

    Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.

    πŸ’» Developer Tools0 views
    Compare vs Microsoft Learn MCP β†’
  • Akta.pro MCP logoAkta.pro MCP

    Private company data & real-time news signals for AI agents.

    πŸ’» Developer Tools0 views
    Compare vs Akta.pro MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Finnhub MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "finnhub-mcp-server": { "command": "npx", "args": ["-y", "finnhub-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFinnhub MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/finnhub-mcp-server?style=directory)](https://allmcps.com/mcp/finnhub-mcp-server)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Finnhub MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code