W
Wudao MCP
by @jcdreamjc
Wudao Data MCP Server public docs for A-share AI Agent tools
Created 5/12/2026
Updated about 11 hours ago
README
Repository documentation and setup instructions
悟道数据 MCP
This repository hosts the public GitHub Pages site for Wudao Data MCP.
- Website: https://jcdreamjc.github.io/wudao-mcp/
- Developer Console: https://stock.quicktiny.cn/developer
- MCP endpoint: https://stock.quicktiny.cn/api/mcp
- Manifest: https://stock.quicktiny.cn/api/mcp/manifest?profile=all
Profiles
short_term: 25 A-share short-term trading and market intelligence tools.fundamental: 3 fundamental research tools.all: 28 tools in one profile.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/jcdreamjc/wudao-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"jcdreamjc-wudao-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/jcdreamjc/wudao-mcp"
]
}
}
}