finnhub-mcp-server
Real-time US-equity quotes, company fundamentals, earnings, analyst trends, and news via Finnhub.
Package Details
@cyanheads/finnhub-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
Required. Free Finnhub API key from https://finnhub.io/register (Dashboard → API key). Free tier: 60 req/min, US real-time.
https://finnhub.io/api/v1Override the Finnhub REST API base URL (local testing / proxy).
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/finnhub-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
Required. Free Finnhub API key from https://finnhub.io/register (Dashboard → API key). Free tier: 60 req/min, US real-time.
https://finnhub.io/api/v1Override the Finnhub REST API base URL (local testing / proxy).
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').