Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"finnhub": {
"env": {
"FINNHUB_API_KEY": "your_api_key_here"
},
"args": [
"run",
"--project",
"/absolute/path/to/finnhub-mcp/src/FinnHub.MCP.Server",
"--",
"--stdio"
],
"command": "dotnet"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) Server built on the official ModelContextProtocol C# SDK that exposes Finnhub's financial-data APIs to MCP-compatible clients (Claude Desktop, IDE assistants, and other agents). The server can be hosted over HTTP or STDIO and follows Clean Architecture across three projects: Server (transport + MCP surface), Server.Application (domain), and Server.Infrastructure (Finnhub HTTP client + serialization).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'finnhub-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked finnhub-mcp against OSV.dev.
Click any tool to inspect its schema.
exchangesThe full catalog of stock venues Finnhub supports (79 exchanges: code, name, country, MIC, timezone, market hours)
finnhub://resources/exchanges
api-statusLatest observed Finnhub upstream quota: remaining, reset_at, and a rolling 429 count
finnhub://resources/api-status
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / finance
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
MCP Security Weekly
Get CVE alerts and security updates for Finnhub Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.