# finnhub MCP server

Quotes, company profiles, fundamentals, earnings and IPO calendars, plus market and company news.

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-finnhub
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://finnhub.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://finnhub.usefulapi.io/mcp

## Tools
- finnhub_quote (Real-time quote) - Real-time quote for a stock — current price (c), change (d), percent change (dp), high (h), low (l), open (o), previous close (pc) and unix timestamp (t). Finnhub REST: GET /quote. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_symbol_search (Symbol search) - Search for stock symbols by name or ticker — returns best-matching symbols with descriptions and types. Finnhub REST: GET /search. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_company_profile (Company profile) - General company profile — name, country, currency, exchange, industry, market cap, share outstanding, IPO date, logo and more. Provide at least one of `symbol`, `isin` or `cusip`. Finnhub REST: GET /stock/profile2. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_company_news (Company news) - Latest company news for a symbol over a date range (up to 1 year back). Finnhub REST: GET /company-news. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_market_news (Market news) - General latest market news by category. Finnhub REST: GET /news. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_basic_financials (Basic financials) - Key financial metrics for a company — valuation, margins, growth, per-share and 52-week ratios. Finnhub REST: GET /stock/metric. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_recommendation_trends (Recommendation trends) - Analyst recommendation trends over time — counts of strong buy / buy / hold / sell / strong sell by period. Finnhub REST: GET /stock/recommendation. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_earnings_surprises (Earnings surprises) - Historical quarterly EPS surprises — actual vs. estimated EPS by period. Finnhub REST: GET /stock/earnings. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_price_target (Price target) - Analyst price targets for a symbol — high / low / median / mean target. Note: this is a premium-tier Finnhub endpoint (may return 403 on the free plan). Finnhub REST: GET /stock/price-target. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_peers (Company peers) - Peer companies for a symbol (same country and GICS sub-industry). Finnhub REST: GET /stock/peers. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_insider_transactions (Insider transactions) - Insider transactions (Form 3/4/5 filings) for a company, optionally within a date range. Finnhub REST: GET /stock/insider-transactions. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_stock_symbols (Stock symbols) - List all symbols supported on an exchange. Finnhub REST: GET /stock/symbol. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_market_status (Market status) - Current market open/closed status and session for an exchange. Finnhub REST: GET /stock/market-status. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_earnings_calendar (Earnings calendar) - Upcoming and historical earnings release calendar, optionally filtered by date range and/or symbol. Finnhub REST: GET /calendar/earnings. Endpoint: https://finnhub.usefulapi.io/mcp
- finnhub_ipo_calendar (IPO calendar) - IPO calendar for a date range — upcoming and recent initial public offerings. Finnhub REST: GET /calendar/ipo. Endpoint: https://finnhub.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 1, 2026
- Source: https://registry.modelcontextprotocol.io
