fmp_mcp_server
Verified Safeby damianboh
Overview
Serves real-time financial data via Model Context Protocol (MCP) to AI agents and LLM applications for various financial analyses.
Installation
python fmp_mcp_server.pyEnvironment Variables
- FMP_API_KEY
Security Notes
The server loads API keys from environment variables, which is a good practice. It handles API request errors gracefully. No 'eval' or malicious patterns were found. The primary network risk is related to exposing the local server publicly via tunneling solutions (Cloudflare, Ngrok) without additional authentication/authorization layers within the server itself, but this is a common pattern for MCP servers intended for specific LLM integrations like ChatGPT's Custom Tools.
Similar Servers
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
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).
futu-stock-mcp-server
A Model Context Protocol (MCP) server for accessing Futu OpenAPI functionality, providing standardized MCP protocol to AI models for market data subscription and querying, including trading capabilities.