China Stock MCP Server

by peikuo

22 stars
503 downloads
Not rated
GitHub

Description

# China Stock MCP Server ## English ### Overview China Stock MCP Server is a Multi-Call Protocol (MCP) server that provides comprehensive access to Chinese stock market data through a unified API. It leverages the AKShare library to fetch real-time and historical data from…

About

# China Stock MCP Server ## English ### Overview China Stock MCP Server is a Multi-Call Protocol (MCP) server that provides comprehensive access to Chinese stock market data through a unified API. It leverages the AKShare library to fetch real-time and historical data from various Chinese stock exchanges including…

Details

Author
peikuo
GitHub stars
22
Downloads
503
Categories
Finance

- Comprehensive data coverage including A-shares, B-shares, indices, ETFs
- Real-time market data with quotes, bid-ask spreads, and market depth
- Historical daily, minute-level, and tick-level price data
- Fundamental data such as financial reports and dividend history
- Market intelligence with sector analysis and institutional holdings
- Technical indicators and analysis metrics

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name China Stock MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, create a Python virtual environment, install dependencies with pip install -r requirements.txt, then start the server by running python main.py.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "china stock mcp server": {
            "china-stock-mcp-server": {
                "command": "python",
                "args": [
                    "-m",
                    "venv",
                    ".venv"
                ]
            }
        }
    }
}

McpServers

{
    "china-stock-mcp-server": {
        "command": "python",
        "args": [
            "-m",
            "venv",
            ".venv"
        ]
    }
}

China Stock MCP Server

English

Overview

China Stock MCP Server is a Multi-Call Protocol (MCP) server that provides comprehensive access to Chinese stock market data through a unified API. It leverages the AKShare library to fetch real-time and historical data from various Chinese stock exchanges including Shanghai (SSE), Shenzhen (SZSE), and Beijing (BSE).

Features

- Comprehensive Data Coverage: Access to A-shares, B-shares, indices, ETFs, and more - Real-time Market Data: Up-to-date quotes, bid-ask spreads, and market depth - Historical Data: Daily, minute-level, and tick-level historical price data - Fundamental Data: Company information, financial reports, and dividend history - Market Intelligence: Sector analysis, concept boards, and institutional holdings - Technical Indicators: Various technical analysis metrics and signals

Installation

```bash
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.