helibeiqi/dsh-quant-data-mcp

零依赖 MCP stdio 服务器模板 + 为 DeepSeek Harness (dsh) 现成的 A 股数据工具。无需 API 密钥,所有环境变量路径,标准 NDJSON 协议。

catalog 简介:Zero-dependency MCP stdio server template + ready-to-use A-share data tools for DeepSeek Harness (dsh). No API key, all env-var paths, standard NDJSON protocol.

安装

dsh-quant-data-mcp/
├── README.md              # 本文档
├── package.json           # dsh bundle 声明(dsh.bundle.patch)
├── cordis.patch.yml       # dsh 插件注册(全环境变量化,canonical 格式)
├── env.example.cmd        # dsh 启动前需 set 的环境变量示例(Windows)
├── setup.ps1              # 一键安装脚本:拷贝 bundle + 注册 + 打印环境变量
└── lib/
    └── quant-mcp-server.mjs   # 零依赖 MCP server(核心代码)

helibeiqi/dsh-quant-data-mcp 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。