Skip to main content
Glama
bzetu

akshare-jc-mcp

by bzetu

akshare-jc-mcp

Unified MCP server for Chinese stock market data.

Replaces akshare-one-mcp with a single get_data tool that batches multiple data requests into one call.

Install

pip install git+https://github.com/charles/akshare-jc-mcp

Or for development:

git clone https://github.com/charles/akshare-jc-mcp
cd akshare-jc-mcp
pip install -e .

Related MCP server: sfc-data-mcp

Usage

# Get news + insider trading + financial metrics in one call
get_data(symbol="000625", features=["news", "inner_trade", "financial"])

# Get historical K-line with technical indicators (for Prism)
get_data(symbol="000625", features=["hist_data"],
         hist_indicators=["KDJ","MACD","RSI","BOLL","SMA"])

Features

Feature

Description

news

Stock-related news

inner_trade

Insider trading data

financial

Key financial metrics

balance_sheet

Balance sheet

income_statement

Income statement

cash_flow

Cash flow statement

hist_data

Historical K-line + indicators

realtime

Real-time market data

time_info

Current time + last trading day

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bzetu/akshare-jc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server