technical-analysis-mcp
Verified Safeby alejandroclaro
Overview
Provides a microservice for fetching comprehensive technical and descriptive financial data for stocks and cryptocurrencies using free sources.
Installation
uv run serverEnvironment Variables
- GITHUB_TOKEN
Security Notes
The server relies on 'yfinance' for data fetching, a widely used, unofficial API wrapper. The parsing logic robustly handles dictionary access with explicit type and existence checks, returning structured error objects for invalid inputs. There are no 'eval' or hardcoded secrets found in the provided source. The mentioned 'cache and local database' are not explicitly implemented in the provided truncated code, so specific risks related to them cannot be assessed, but if custom, they would need further review for injection/access control.
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.
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-crypto-price
Provides real-time price data, market analysis, and historical trends for cryptocurrencies using the CoinCap API.