my_stock_mcp_server
Verified Safeby DannyWongIsAvailable
Overview
Provides real-time stock data and analysis tools for AI models by scraping EastMoney.com.
Installation
uv run python -m stock_mcpEnvironment Variables
- LOG_LEVEL
Security Notes
The server primarily relies on web scraping public-facing APIs from EastMoney.com and szse.cn. It correctly uses `requests` and `json.loads` for parsing JSONP, mitigating `eval` risks. No apparent hardcoded sensitive secrets or malicious patterns were found. The 'ut' and 'cb' parameters in crawler requests appear to be public API identifiers rather than confidential tokens. However, web scraping inherently depends on external website structures remaining stable; changes could lead to data fetching failures, though not a direct security vulnerability of the server code itself.
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).