Bachai Xueqiu Mcp
@BACH-AI-Tools
Bachai Xueqiu Mcp について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"xueqiu-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/xueqiu_mcp",
"run",
"main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Bachai Xueqiu Mcp?
Bachai Xueqiu Mcp is an MCP (Model Context Protocol) service that wraps the Xueqiu (Snowball) stock API using pysnowball. It allows users to query Chinese stock market data directly through AI assistants such as Claude.
How to use Bachai Xueqiu Mcp?
Clone the repository, install dependencies with uv venv && uv pip install -e ., create a .env file with your Xueqiu token, then start the server with uv --directory /path/to/xueqiu_mcp run main.py. The server can be configured for Claude Desktop via a JSON entry.
Key features of Bachai Xueqiu Mcp
- Fetch real-time stock quotes
- Query index returns
- Retrieve northbound data (Shenzhen/Hong Kong Connect)
- Access fund-related data
- Search stock codes by keyword
Use cases of Bachai Xueqiu Mcp
- Ask an AI assistant for real-time stock prices
- Analyze index performance via natural language
- Look up fund data without leaving the chat interface
- Quickly find stock codes for specific companies
FAQ from Bachai Xueqiu Mcp
How do I obtain the required Xueqiu token?
Follow the pysnowball documentation at https://github.com/uname-yang/pysnowball/blob/master/how_to_get_token.md.
What are the runtime dependencies?
The server uses Python with uv for dependency management and relies on the pysnowball and fastmcp libraries.
Does data stay local or go through a remote server?
The service runs locally and communicates directly with Xueqiu's API using your token. No intermediate servers are used.
What transport does the MCP server use?
The server is started as a local process and communicates over standard input/output (stdio), as typical for MCP CLI servers.
Is authentication required?
Yes, a valid Xueqiu token must be provided in the .env file as XUEQIU_TOKEN.
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント