stock_intelligence_mcp
by zhenxiay
Overview
An MCP server that enables AI agents to access and analyze Yahoo Finance data for stock intelligence, providing financial insights and recommendations.
Installation
docker build . -t mcp-server-stock-intelligence:test -f Docker/Dockerfile && docker run --name mcp-server-stock -p 8008:8008 mcp-server-stock-intelligence:testEnvironment Variables
- OPENAI_API_KEY
- HTTP_PROXY
- HTTPS_PROXY
- NO_PROXY
Security Notes
The `read_resources` tool is vulnerable to path traversal (CWE-22) as it directly constructs a file path using a user-provided `file_name` argument without sanitization. An attacker could potentially read arbitrary files outside the `resources` directory (e.g., `../pyproject.toml`, `/etc/passwd`). There are no other apparent 'eval' or hardcoded secrets found. `yfinance` and `ta` libraries are standard for financial data, and `toon` for LLM output optimization is safe.
Similar Servers
maverick-mcp
Personal-use FastMCP server for professional-grade financial data analysis, technical indicators, and portfolio optimization tools integrated with 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.
grafana-ui-mcp-server
Provides AI assistants with comprehensive access to Grafana UI components, documentation, design system tokens, and metadata for building observability interfaces.
MindbodyMCP
This server provides AI assistants with tools to manage a fitness and wellness studio using the Mindbody API, covering class, client, staff, sales, site operations, appointments, and enrollments.