my_stock_mcp_server
by DannyWongIsAvailable
Overview
This server provides real-time and historical stock market data, including K-line, technical indicators, fundamental analysis, and valuation analysis, exposing these as tools for AI models.
Installation
uv run mcp_server.pySecurity Notes
CRITICAL: The `src/crawler/real_time_data.py` file contains a hardcoded Xueqiu (雪球) authentication cookie (`xq_a_token`, `xq_r_token`, `xq_id_token`, etc.) directly in the source code. This is a severe security vulnerability as it exposes sensitive session data, which could lead to unauthorized access if the cookie is valid and compromised. This hardcoded credential should be removed and handled securely, ideally via environment variables or a secure configuration mechanism.
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.
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).