Server Details
Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- xinkuang/china-stock-mcp
- GitHub Stars
- 10
- Server Listing
- China Stock MCP
Available Tools
30 toolsget_all_cni_indicesTry in Inspector
获取所有指数的代码和基本信息
| Name | Required | Description | Default |
|---|---|---|---|
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_balance_sheetTry in Inspector
获取公司的资产负债表
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_cash_flowTry in Inspector
获取指定股票代码的公司的现金流量表
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_cni_index_detailTry in Inspector
获取指定指数的成分股样本详情
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | 日期,格式为 YYYYMM (例如: '202404') | |
| symbol | Yes | 指数代码 (例如: '399001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_cni_index_histTry in Inspector
获取指定指数的日频率历史行情数据
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 指数代码 (例如: '399005') | |
| end_date | Yes | 结束日期,格式为 YYYYMMDD (例如: '20240114') | |
| start_date | Yes | 开始日期,格式为 YYYYMMDD (例如: '20230114') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_financial_metricsTry in Inspector
获取公司关键财务指标
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_fund_flowTry in Inspector
获取股票资金流向数据 (近100交易日)
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_hist_dataTry in Inspector
获取指定的股票历史行情数据及技术指标
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | 复权类型: none, qfq(前复权), hfq(后复权)。默认:none | none |
| symbol | Yes | 股票代码 (例如: '000001') | |
| end_date | No | 结束日期,格式为 YYYY-MM-DD | 2030-12-31 |
| interval | No | 时间周期: minute, hour, day, week, month, year。默认:day | day |
| start_date | No | 开始日期,格式为 YYYY-MM-DD | 1970-01-01 |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
| indicators_list | No | 要添加的技术指标,可以是逗号分隔的字符串(例如: 'SMA,EMA')或字符串列表(例如: ['SMA', 'EMA'])。支持的指标包括: SMA, EMA, RSI, MACD, BOLL, STOCH, ATR, CCI, ADX, WILLR, AD, ADOSC, OBV, MOM, SAR, TSF, APO, AROON, AROONOSC, BOP, CMO, DX, MFI, MINUS_DI, MINUS_DM, PLUS_DI, PLUS_DM, PPO, ROC, ROCP, ROCR, ROCR100, TRIX, ULTOSC。常用指标:SMA, EMA, RSI, MACD, BOLL, STOCH, OBV, MFI,建议不超过10个。 | SMA, EMA, RSI, MACD, BOLL, STOCH, OBV, MFI |
| interval_multiplier | No | 时间周期乘数 |
get_income_statementTry in Inspector
获取指定股票代码的公司的利润表
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_inner_trade_dataTry in Inspector
获取公司内部股东交易数据
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_investor_sentimentTry in Inspector
分析投资者情绪数据,包括用户关注指数、日度市场参与意愿、股票评级记录和机构参与度。
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_macro_dataTry in Inspector
获取宏观经济指标数据,支持多个指标
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | No | 要获取的宏观经济指标,可以是逗号分隔的字符串(例如: 'gdp,cpi')或字符串列表(例如: ['gdp', 'cpi'])。支持的指标包括: money_supply, gdp, cpi, pmi, stock_summary。默认: 'gdp' | gdp |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_news_dataTry in Inspector
获取股票相关的新闻数据
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_product_infoTry in Inspector
获取公司主要产品/业务构成
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_profit_forecastTry in Inspector
获取股票的业绩预测数据,包括预测年报净利润和每股收益
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '600519') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_realtime_dataTry in Inspector
获取指定的股票实时行情数据
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_shareholder_infoTry in Inspector
获取指定股票的股东情况
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_stock_a_code_nameTry in Inspector
获取沪深京 A 股股票代码和股票简称数据
| Name | Required | Description | Default |
|---|---|---|---|
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_stock_basic_infoTry in Inspector
获取指定股票的基本概要信息
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_stock_board_industry_summaryTry in Inspector
获取所有行业板块实时行情数据
| Name | Required | Description | Default |
|---|---|---|---|
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_stock_circulate_stock_holderTry in Inspector
获取指定股票的流通股东情况
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_stock_cyqTry in Inspector
获取指定股票的筹码分布情况
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_stock_fhps_detailTry in Inspector
获取指定股票的分红配送情况
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_stock_management_changeTry in Inspector
获取指定股票的高管持股变动情况
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_stock_research_reportTry in Inspector
获取指定股票的个股研报及盈利预测
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_stock_restricted_release_queueTry in Inspector
获取指定股票的个股限售解禁情况
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_stock_technical_rankTry in Inspector
获取技术选股指标数据,包括创新高、创新低、连续上涨、连续下跌、持续放量、持续缩量、向上突破、向下突破、量价齐升、量价齐跌、险资举牌。
| Name | Required | Description | Default |
|---|---|---|---|
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
| indicator_name | Yes | 要获取的技术指标名称 |
get_stock_valueTry in Inspector
获取指定股票的个股估值分析数据
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 股票代码 (例如: '000001') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_stock_volatilityTry in Inspector
通过分钟级历史行情计算指定个股的波动率指标
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | 复权类型: none, qfq(前复权), hfq(后复权)。默认:none | none |
| period | Yes | 分钟级历史行情时间周期,分钟级别 (例如: '1', '5', '15', '30', '60') | |
| symbol | Yes | 股票代码 (例如: '000001') | |
| end_date | Yes | 结束日期,格式为 YYYY-MM-DD HH:MM:SS (例如: '2024-11-01 15:00:00') | |
| start_date | Yes | 开始日期,格式为 YYYY-MM-DD HH:MM:SS (例如: '2021-10-20 09:30:00') | |
| output_format | No | 输出数据格式: json, csv, xml, excel, markdown, html。默认: markdown | markdown |
get_time_infoTry in Inspector
获取当前时间(ISO格式、时间戳)和最近一个交易日
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Your Connectors
Sign in to create a connector for this server.