stock-analysis-mcp
Verified Safeby parthashirolkar
Overview
Provides comprehensive Indian stock market analysis, including real-time data, fundamentals, technical indicators, and time-series forecasting, integrated as an an MCP server for AI agents like Claude Desktop.
Installation
docker-compose up -dEnvironment Variables
- PYTHONUNBUFFERED
- LOG_LEVEL
- TZ
Security Notes
The server relies on the `yfinance` library for data fetching, a reputable external API dependency. The Docker container setup prioritizes security with no exposed ports (STDIO transport), running as a non-root user (`mcp`), and utilizing a minimal Python 3.13-slim base image. Resource limits are applied to prevent resource exhaustion. No hardcoded secrets, `eval` calls, or obvious malicious patterns were detected in the provided source code. External dependency on Yahoo Finance API's reliability and data quality should be noted.
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.
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).