Back to Home
DannyWongIsAvailable icon

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

Run Command
uv run mcp_server.py

Security 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

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-06

Tags

Stock DataFinancialReal-timeMCP ServerAI Tools