Finance-MCP-Server
Verified Safeby deepaktewari2000
Overview
A Python FastAPI server exposing financial data and portfolio calculation tools for LLM integration.
Installation
uvicorn src.main:app --reload --port 8000Environment Variables
- MCP_API_KEY
Security Notes
The server uses a hardcoded default API key 'secret123' if the MCP_API_KEY environment variable is not set, which is acceptable for quickstart but a significant security risk for production. It relies on external public APIs (yfinance, CoinGecko, exchangerate.host) which are generally safe but may have rate limits or availability issues. Input validation is present for required fields, but no comprehensive schema validation is enforced at the invocation layer. No 'eval' or other highly dangerous dynamic code execution patterns were found.
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).
mcp-finance-intel
A financial intelligence MCP server providing structured market analysis and insights for crypto and equities, designed for LLM and human developer consumption.