Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…
{
"mcpServers": {
"ai-smithery-xinkuang-china-stock-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 31 days ago. 25 stars.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R
MCP server for Financial Modeling Prep API with 250+ financial data tools
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
MCP Security Weekly
Get CVE alerts and security updates for ai.smithery/xinkuang-china-stock-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
一款股票 MCP (Model Context Protocol) 服务器,为中国股市数据提供接口。提供了一系列工具,用于获取财务信息,包括历史股票数据、实时数据、新闻数据、财务报表等。
server.py: MCP 服务器核心,定义所有工具和数据接口__main__.py: 命令行入口,支持多种运行模式cache_utils.py: 缓存工具,提供内存和磁盘缓存功能**数据源故障切换**: 内置 `_fetch_data_with_fallback` 机制,支持按优先级自动切换数据源。当首选数据源失败或返回空数据时,系统将自动尝试备用数据源,从而提高数据获取的稳定性和可靠性。
东方财富 (eastmoney, eastmoney_direct)
新浪财经 (sina)
雪球 (xueqiu)
获取股票的历史行情数据,支持多种数据源和技术指标 (get_hist_data)获取股票历史行情数据。
参数:
symbol (string): 股票代码 (例如: '000001')interval (Literal): 时间周期: minute, hour, day, week, month, year。默认:dayinterval_multiplier (int): 时间周期乘数start_date (string): 开始日期,格式为 YYYY-MM-DDend_date (string): 结束日期,格式为 YYYY-MM-DDadjust (Literal): 复权类型: none, qfq(前复权), hfq(后复权)。默认:noneoutput_format (Literal): 输出数据格式: json, csv, xml, excel, markdown, html。默认:markdown获取股票的实时行情数据,支持多种数据源 (get_realtime_data)获取实时股票行情数据,支持的数据源包括:eastmoney, eastmoney_direct, xueqiu。
参数:
symbol (string): 股票代码 (例如: '000001')output_format (Literal): 输出数据格式: json, csv, xml, excel, markdown, html。默认:markdown获取股票相关的新闻数据 (get_news_data)获取股票相关新闻数据.
参数:
symbol (string): 股票代码 (例如: '000001')output_format (Literal): 输出数据格式: json, csv, xml, excel, markdown, html。默认:markdown获取公司的资产负债表数据 (get_balance_sheet)获取公司资产负债表数据.
参数:
symbol (string): 股票代码 (例如: '000001')output_format (Literal): 输出数据格式: json, csv, xml, excel, markdown, html。默认:markdown获取指定股票代码的公司的利润表数据 (get_income_statement)获取公司利润表数据.
参数:
symbol (string): 股票代码 (例如: '000001')output_format (Literal): 输出数据格式: json, csv, xml, excel, markdown, html。默认:markdown获取指定股票代码的公司的现金流量表数据 (get_cash_flow)获取公司现金流量表数据.
参数:
symbol (string): 股票代码 (例如: '000001')output_format (Literal): 输出数据格式: json, csv, xml, excel, markdown, html。默认:markdown获取股票的近 100 个交易日的资金流向数据 (get_fund_flow)获取股票的近 100 个交易日的资金流向数据。
参数:
symbol (string): 股票代码 (例如: '000001')output_format (Literal): 输出数据格式: json, csv, xml, excel, markdown, html。默认:markdown获取公司的内部股东交易数据 (get_inner_trade_data)获取公司内部股东交易数据.
参数:
symbol (string): 股票代码 (例如: '000001')output_format (Literal): 输出数据格式: json, csv, xml, excel, markdown, html。默认:markdown获取三大财务报表的关键财务指标 (get_financial_metrics)获取三大财务报表的关键财务指标.
参数:
symbol (string): 股票代码 (例如: '000001')output_format (Literal): 输出数据格式: json, csv, xml, excel, markdown, html。默认:markdown获取当前时间(ISO格式、时间戳)和最近一个交易日 (get_time_info)获取当前时间(ISO格式、时间戳)和最近一个交易日.
参数: 无
获取指定股票的基本概要信息 (get_stock_basic_info)获取股票基本概要信息,支持 A 股和港股
参数:
symbol (string): 股票代码 (例如: '000001')output_format (Literal): 输出数据格式: json, csv, xml, excel, markdown, html。默认:markdown获取单个宏观经济指标数据 (get_macro_data)获取单个宏观经济指标数据
参数:
indicator (Literal): 要获取的宏观经济指标。支持的指标包括: money_supply, gdp, cpi, pmi, stock_summary。默认: 'gdp'output_format (Literal): 输出数据格式: json, csv, xml, excel, markdown, html。默认:markdown