stock_intelligence_mcp
by zhenxiay
Overview
This MCP server enables AI agents to access and analyze Yahoo Finance stock data, providing real-time information, technical analysis, and recommendations.
Installation
docker run --name mcp-server-stock -p 8008:8008 mcp-server-stock-intelligence:testEnvironment Variables
- PYTHONPATH
- HTTP_PROXY
- HTTPS_PROXY
- NO_PROXY
Security Notes
The `read_resources` tool located in `src/stock_intelligence_mcp/main.py` is vulnerable to path traversal. The `file_name` parameter is directly used to construct a file path (e.g., `f"resources/{file_name}"`). An attacker could provide a `file_name` like `../../../../etc/passwd` to read arbitrary files on the server, potentially exposing sensitive information depending on the server's file system permissions. This is a critical vulnerability for an AI agent server.
Similar Servers
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.
grafana-ui-mcp-server
This server provides AI assistants with comprehensive access to Grafana UI components, documentation, stories, design system tokens, and dependency analysis to aid in building observability interfaces, dashboards, and data visualization components.
MindbodyMCP
Provides AI assistants with comprehensive access to the Mindbody API for managing fitness and wellness studio operations, including classes, clients, staff, sales, appointments, and enrollments.
stock_intelligence_mcp
This MCP server enables AI agents to access and analyze Yahoo Finance stock data, providing real-time information, technical analysis, and recommendations.