agentsclimarketplace

Stock sdk mcp

Skill tiancheng91/skills/skills/stock-sdk-mcp

股票行情数据服务 - 支持 A股/港股/美股实时行情、K线、技术指标、板块数据。当用户查询股票、基金、行情、技术分析、板块数据、市场概览、股票筛选、持仓监控时使用此技能。From its SKILL.md

Install
npx -y skills add tiancheng91/skills --skill stock-sdk-mcp

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.3 KB, ~1.2k tokens by cl100k_base, as published. Nobody here has run it

Stock SDK MCP

股票行情数据服务,基于 stock-sdk-mcp 构建。支持 A股/港股/美股/基金的实时行情、K线数据、技术指标计算、板块数据查询。

支持的市场

市场说明
A股沪深北交易所、科创板、创业板
港股香港交易所
美股纳斯达克、纽交所
基金公募基金

命令格式

所有工具通过 mcp2cli 调用:

# 列出所有工具
uvx mcp2cli --mcp-stdio "npx -y stock-sdk-mcp" --list

# 查看工具帮助
uvx mcp2cli --mcp-stdio "npx -y stock-sdk-mcp" <tool-name> --help

核心工具速查

最常用工具

工具用途示例
get-quotes-by-query按名称/代码/拼音查询行情(推荐)--queries '["茅台", "腾讯"]'
get-kline-with-indicators获取K线+技术指标--symbol "600519" --indicators '{"macd":true}'
get-concept-list概念板块列表无参数
get-industry-list行业板块列表无参数

代码格式

市场格式示例
A股sh600519600519茅台
港股00700腾讯
美股AAPL苹果

高级技能(按需加载)

根据用户场景,参考以下技能文档:

场景技能文档说明
技术分析stock-analyst.mdK线形态、MACD/RSI/KDJ分析
股票筛选stock-screener.md按条件筛选全市场股票
市场概览market-overview.md大盘走势、热点板块
持仓监控realtime-monitor.md自选股跟踪、盈亏计算

工具分类索引

一、实时行情

  • get-quotes-by-query - 通用查询(最推荐)
  • get-a-share-quotes - A股行情
  • get-hk-quotes - 港股行情
  • get-us-quotes - 美股行情
  • get-fund-quotes - 基金净值

二、批量行情(数据量大,谨慎使用)

  • get-all-a-share-quotes - 全A股(5000+只)
  • get-all-hk-quotes - 全港股(2000+只)
  • get-all-us-quotes - 全美股(8000+只)

三、K线数据

  • get-kline-with-indicators - 带技术指标的K线(核心)
  • get-history-kline - A股历史K线
  • get-hk-history-kline - 港股历史K线
  • get-us-history-kline - 美股历史K线
  • get-minute-kline - 分钟K线
  • get-today-timeline - 当日分时

四、板块数据

  • get-industry-list/spot/constituents/kline - 行业板块
  • get-concept-list/spot/constituents/kline - 概念板块

五、扩展功能

  • get-fund-flow - 资金流向
  • get-panel-large-order - 盘口大单
  • get-trading-calendar - 交易日历
  • get-dividend-detail - 分红详情

注意事项

  1. 批量查询get-all-* 系列数据量大,谨慎使用
  2. 市场识别get-quotes-by-query 自动识别市场,最推荐
  3. 技术指标get-kline-with-indicators 一次性获取K线和指标,效率最高

What ships with it: 5 files

19.8 KB alongside SKILL.md

Gives 0 of the 12 instructions most mcp tooling skills give in ~1.2k tokens

Counted across 638 of the 750 authors here whose files we hold, read 2026-08-07

  • Create ten complex or independent read-only evaluation questionsin 69 of 638, across 15 files
  • Test servers using MCP Inspectorin 61 of 638, across 19 files
  • Provide actionable error messages with specific next stepsin 54 of 638, across 12 files
  • Prioritize comprehensive API coverage over specific workflows or workflow toolsin 54 of 638, across 12 files
  • Use TypeScript and Streamable HTTP for remote servers or clientsin 54 of 638, across 8 files
  • Define structured output schemas where possiblein 50 of 638, across 8 files
  • Use Zod or Pydantic for input schemasin 47 of 638, across 5 files
  • Fetch MCP specification pages with markdown suffixin 46 of 638, across 4 files
  • Load framework documentation using WebFetchin 45 of 638, across 3 files
  • Verify each evaluation answer independentlyin 45 of 638, across 3 files
  • Implement API client with authentication and paginationin 45 of 638, across 3 files
  • Define input schemas with validationin 27 of 638, across 9 files

Said here and by no other author read

  • call tools via mcp2cli
  • use get-quotes-by-query for general queries
  • use get-kline-with-indicators for klines and indicators
  • use batch queries carefully
  • list tools if needed
  • view tool help if needed

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.