MCP.so
ログイン
B

Bachai Xueqiu Mcp

@BACH-AI-Tools

Bachai Xueqiu Mcp について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

BACH-AI-Tools

投稿者

FuguoAI

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ