W
Wudao MCP
作者 @jcdreamjc
Wudao Data MCP Server public docs for A-share AI Agent tools
创建于 5/12/2026
更新于 about 2 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.
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/jcdreamjc/wudao-mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"jcdreamjc-wudao-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/jcdreamjc/wudao-mcp"
]
}
}
}