financial-mcp-server
Verified Safeby firo
Overview
Provides technical and fundamental analysis, and portfolio management tools for financial assets via an MCP server.
Installation
docker run -p 8000:8000 financial-mcp-serverEnvironment Variables
- PYTHONUNBUFFERED
- PYTHONPATH
Security Notes
The server primarily relies on the `yfinance` library for fetching market data. While `yfinance` is a widely used library, the server does not perform extensive sanitization of ticker symbols beyond what `yfinance` implicitly handles. No direct `eval` or `exec` calls with user input were found. The core logic involves data processing and calculations, not direct system interaction or arbitrary code execution based on external input. The application exposes port 8000, which requires appropriate network security if exposed publicly.
Similar Servers
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
crypto-indicators-mcp
Provides an MCP server with over 50 cryptocurrency technical analysis indicators and strategies to empower AI trading agents in analyzing market trends and developing quantitative strategies.
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.