loading…
Search for a command to run...
loading…
悟道数据 Wudao Data 是面向 OpenClaw、Hermes、Claude 和自建 AI Agent 的 A股股票数据 MCP Server,提供市场概览、K线、分时、涨停梯队、板块轮动、资金流向、龙虎榜、研报和盘后复盘等结构化数据工具。它定位为只读数据工具层,用于研究、复盘和市场观察,不执行交易下单。
悟道数据 Wudao Data 是面向 OpenClaw、Hermes、Claude 和自建 AI Agent 的 A股股票数据 MCP Server,提供市场概览、K线、分时、涨停梯队、板块轮动、资金流向、龙虎榜、研报和盘后复盘等结构化数据工具。它定位为只读数据工具层,用于研究、复盘和市场观察,不执行交易下单。
Wudao Data is an A-share stock data MCP Server for OpenClaw, Hermes, Claude, Cursor, Codex and custom AI Agents.
It provides structured, read-only tools for A-share market overview, K-line data, minute data, stock ranking, limit-up ladder, sector rotation, capital flow, Dragon Tiger List, research reports, valuation snapshots, financial summaries and post-market review workflows.
Create an API key in the Developer Console:
https://stock.quicktiny.cn/developer
Then add Wudao Data as a Streamable HTTP MCP server.
{
"mcpServers": {
"wudao-stock-data": {
"type": "streamableHttp",
"url": "https://stock.quicktiny.cn/api/mcp-stream",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
If your MCP client does not support Streamable HTTP yet, use the JSON-RPC compatible endpoint:
{
"mcpServers": {
"wudao-stock-data": {
"url": "https://stock.quicktiny.cn/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
For Chinese setup instructions across Cursor, Codex CLI, Claude Code, OpenClaw, Hermes and generic MCP clients, see:
https://stock.quicktiny.cn/api/mcp/setup
Some MCP marketplaces request a wrapped config object. Use this version:
{
"type": "streamableHttp",
"config": {
"mcpServers": {
"wudao-stock-data": {
"type": "streamableHttp",
"url": "https://stock.quicktiny.cn/api/mcp-stream",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
},
"params": {}
}
}
}
}
This repository includes a market-friendly Skill guide:
skills/wudao-stock-data/SKILL.md
The Skill explains when to use Wudao Data, how to configure the MCP server, how to verify tools/list, and how agents should choose tools for A-share market review tasks.
Wudao Data currently exposes tools across these areas:
Wudao Data is useful when the user asks an AI Agent to:
Profiles can be used to reduce the tool surface:
short_term: short-term trading and market intelligence toolsfundamental: valuation, financial summary and shareholder structuretheme_research: sector and concept researchstock_research: individual stock researchworkflows: workflow-level tools onlyall: all available toolsExample:
https://stock.quicktiny.cn/api/mcp-stream?profile=short_term
Wudao Data is a read-only data layer for AI Agent research, market review and observation workflows.
It does not execute trades, place orders, provide investment advice or promise returns.
mcp,stock,a-share,china-stock,market-data,ai-agent,openclaw,hermes,finance,research-data
Выполни в терминале:
claude mcp add wudao-data-a-share-stock-mcp-server -- npx