A-Stock MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@A-Stock MCP Server贵州茅台和宁德时代的实时报价"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
A-Stock MCP Server 🇨🇳📈
A Model Context Protocol (MCP) server providing Chinese A-Share stock market data — real-time quotes, historical K-lines, market scanning, and intelligent stock screening.
Zero API key required. Powered by BaoStock (free) + Sina Finance API.
Features
🛠 MCP Tools
Tool | Description | Example |
| Real-time quote for one or more stocks | "茅台实时报价" |
| Historical K-line data (daily/weekly/monthly/5min/15min/30min/60min) | "宁德时代最近60日K线" |
| List all A-share stocks with filtering | "列出所有沪深300成分股" |
| Market scan: top gainers, losers, volume leaders, active stocks | "今日涨幅前20" |
| Multi-factor stock screening (price, volume, MA, sector) | "放量突破MA20的股票" |
| Company fundamentals: industry, listing date, description | "比亚迪公司信息" |
| Dividend history for a stock | "长江电力分红记录" |
Key Highlights
6937+ A-share stocks covered (SH + SZ)
Zero cost — no API keys, no subscriptions
Real-time quotes via Sina API
Historical data up to 20+ years via BaoStock
Smart screening — combine price, volume, MA, and sector filters
Batch queries — ask for multiple stocks at once
Related MCP server: A-Share MCP Server
Installation
Option 1: pip (recommended)
pip install astock-mcp-serverOption 2: uvx (no install)
uvx astock-mcp-serverOption 3: From source
git clone https://github.com/yunjie/astock-mcp-server.git
cd astock-mcp-server
pip install -e .Configuration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"astock": {
"command": "uvx",
"args": ["astock-mcp-server"]
}
}
}Cursor / VS Code
Add to your MCP settings:
{
"mcpServers": {
"astock": {
"command": "python",
"args": ["-m", "astock_mcp.server"]
}
}
}Hermes Agent
Add to your config.yaml:
mcp:
servers:
astock:
command: "uvx"
args: ["astock-mcp-server"]Usage Examples
Once connected, your AI assistant can:
"帮我查一下贵州茅台和宁德时代的实时报价"
→ Uses get_quote with codes ["600519.SH", "300750.SZ"]
"找出今天涨幅超过5%且成交额超过10亿的股票"
→ Uses scan_market with filters
"比亚迪最近一年的周K线数据"
→ Uses get_kline with frequency="w" and periods=52
"筛选价格在20-50元之间、放量突破20日均线、属于新能源板块的股票"
→ Uses screen_stocks with multi-factor filtersData Sources
Source | Data | Cost | Coverage |
BaoStock | Historical K-lines, stock list, fundamentals, dividends | Free | 1990-present |
Sina Finance | Real-time quotes, market rankings | Free | All A-shares |
Stock Code Format
Use standard A-share codes with exchange suffix:
Shanghai (上交所):
600519.SH,601318.SHShenzhen (深交所):
000858.SZ,300750.SZBeijing (北交所):
872925.BJ
Limitations
Real-time quotes have ~3 second delay (not for HFT)
BaoStock data updates after market close (no intraday historical yet)
Rate limiting: BaoStock ~100 requests/min, Sina ~60 requests/min
License
MIT — use freely, no warranty.
Contributing
Issues and PRs welcome! This is an open-source project.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceProvides comprehensive access to Chinese stock market data including real-time quotes, historical prices, financial statements, technical indicators, news, and macroeconomic data for A/B/H shares through multiple data sources.Last updated3045MIT
- Alicense-qualityDmaintenanceProvides comprehensive A-share (Chinese stock market) data including stock information, historical prices, financial reports, macroeconomic indicators, technical analysis, and valuation metrics through the free Baostock data source.Last updated27MIT
- AlicenseAqualityCmaintenanceProvides real-time stock market data and analysis from Chinese markets through 34 MCP tools, including K-line charts, technical indicators, fundamental analysis, financial metrics, and market insights without requiring authentication or API tokens.Last updated3451MIT
- Alicense-qualityFmaintenanceProvides access to Chinese mainland financial data including A-stock quotes, financial statements, industry analysis, and macroeconomics through 42 MCP tools, with automatic data source fallback and no API key required.Last updated31Apache 2.0
Related MCP Connectors
Provide access to Chinese stock market data including historical prices, real-time data, news, and…
Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…
Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jiangyj545/astock-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server