TDX stock data client with MCP server for AI assistants (Claude, Cursor, OpenClaw)
Project description
tdx-mcp
基于通达信行情服务器的 MCP Server,为 Claude、Cursor 等 AI 助手提供实时股票数据接口。
底层依赖 opentdx(子模块)
声明:本项目为个人学习项目,连接通达信公开行情服务器,严禁用于商业用途,严禁滥用接口。
MCP Server 一键配置
支持 Claude、Cursor、OpenClaw 等 AI 助手直接调用股票数据。
方式一:uvx(推荐)
{
"mcpServers": {
"tdx": {
"command": "uvx",
"args": ["--from", "tdx-mcp", "tdx-mcp"]
}
}
}
方式二:pip 安装后直接运行
{
"mcpServers": {
"tdx": {
"command": "tdx-mcp"
}
}
}
支持的数据
| 类别 | 说明 |
|---|---|
| A股行情 | 沪深北交所、创业板、科创板 |
| 扩展行情 | 期货、港股、美股、期权 |
| K线 | 多周期(1分/5分/日线/周线等),支持前/后复权 |
| 分时 | 实时/历史分时数据 |
| 排行榜 | 涨跌幅、振幅、换手率、量比等 |
| 异动监控 | 主力监控精灵 |
| F10 | 公司基本信息、财报 |
| 技术指标 | MA、EMA、MACD、RSI、KDJ、BOLL、ATR |
MCP Tools 一览
股票数据
| Tool | 说明 |
|---|---|
get_index_overview |
指数概况(上证/深证/北证/创业/科创/沪深300) |
stock_kline |
K线数据,支持复权 |
stock_quotes |
个股/批量报价 |
stock_quotes_list |
板块行情列表,支持排序过滤 |
stock_tick_chart |
分时图 |
stock_top_board |
涨跌/振幅/量比等排行榜 |
stock_transaction |
历史成交 |
stock_auction |
竞价数据 |
stock_unusual |
异动监控 |
stock_f10 |
F10 公司信息 |
扩展行情
| Tool | 说明 |
|---|---|
goods_kline |
期货/港股/美股 K线 |
goods_quotes |
扩展行情报价 |
goods_quotes_list |
扩展行情列表 |
goods_tick_chart |
商品分时图 |
goods_history_transaction |
商品历史成交 |
技术指标
| Tool | 说明 |
|---|---|
indicator_ma |
移动平均线 |
indicator_ema |
指数移动平均 |
indicator_macd |
MACD |
indicator_rsi |
RSI |
indicator_kdj |
KDJ |
indicator_boll |
布林带 |
indicator_atr |
真实波动幅度 |
indicator_vol_ma |
成交量均线 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tdx_mcp-0.1.6.tar.gz
(10.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tdx_mcp-0.1.6.tar.gz.
File metadata
- Download URL: tdx_mcp-0.1.6.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ab27af6788b70c8fae7886da44397889fb82ff2a70ff895142659ccfd0239ce
|
|
| MD5 |
be11d01a579769faab683be2d4c051a7
|
|
| BLAKE2b-256 |
8211e5386fbab18f538a3f6219a26b3d22e990edad2e704dcec2e3dbf9cd4016
|
File details
Details for the file tdx_mcp-0.1.6-py3-none-any.whl.
File metadata
- Download URL: tdx_mcp-0.1.6-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09d7df5b12c0b268a998508fa7050a5b8af27089f22a34c9be73d398cdd3cf3a
|
|
| MD5 |
ab092920899347165364fa7039762edb
|
|
| BLAKE2b-256 |
32f895f9f73d6f506f529f4c69f1afda6bcdb108057ccccc22c14fc4836124e1
|