mcp-finnhub
Verified Safeby cfdude
Overview
Accessing and analyzing Finnhub financial market data for stocks, crypto, and forex, including technical analysis, fundamentals, and news sentiment.
Installation
mcp-finnhubEnvironment Variables
- FINNHUB_API_KEY
- FINNHUB_STORAGE_DIR
Security Notes
The server implements robust path validation in `PathResolver` to prevent directory traversal attacks for file storage. API keys are loaded from environment variables (`FINNHUB_API_KEY`), not hardcoded. Standard library `json` parsing is used, with no obvious `eval` or arbitrary code execution risks. Network communication uses `httpx` with built-in retry and rate limiting. The overall design prioritizes security for file operations and secret management.
Similar Servers
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to access and analyze comprehensive financial data, stock information, company fundamentals, and market insights from Financial Modeling Prep.
akshare-one-mcp
Provides comprehensive data interfaces for the China stock market, including historical data, real-time quotes, news, and financial statements, with support for technical indicators.
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).