Skip to main content

Tushare Docs MCP Server - 提供Tushare接口文档查询功能

Project description

Tushare Docs MCP Server

一个提供 Tushare 接口文档查询功能的 MCP (Model Context Protocol) 服务器。

功能特性

  • 📚 提供完整的 Tushare 接口文档查询
  • 🔍 支持按目录浏览和搜索文档
  • ⚡ 快速响应的文档检索
  • 🛠️ 支持多种传输方式 (HTTP/stdio)

安装

使用 pip 安装

pip install tushare-docs-mcp

使用 uvx 运行(推荐)

uvx tushare-docs-mcp stdio

使用方法

作为 MCP 服务器运行

  1. 标准输入输出模式(适用于 Claude 等 AI 工具):
tushare-docs-mcp stdio
  1. HTTP 模式(适用于开发和测试):
# 默认端口 8888
tushare-docs-mcp

# 指定端口
tushare-docs-mcp 8080

配置 Claude Desktop

claude_desktop_config.json 中添加:

{
  "mcpServers": {
    "tushare-docs": {
      "command": "uvx",
      "args": ["tushare-docs-mcp", "stdio"]
    }
  }
}

可用工具

  • tushare_basic: 获取 Tushare 库的基础用法说明
  • tushare_docs_catalog: 获取 Tushare 库的接口文档目录
  • tushare_docs: 根据路径获取特定接口的文档

使用示例

在 Claude 中,你可以这样询问:

"请帮我查看 Tushare 中获取股票列表的接口文档"

"显示 Tushare 的基础用法说明"

"我想了解日线行情的接口,路径是 01_股票数据 02_行情数据 01_历史日线"

开发

本地开发

# 克隆仓库
git clone https://github.com/momojie/tushare-docs-mcp.git
cd tushare-docs-mcp

# 安装依赖
pip install -e .

# 运行服务器
python -m tushare_docs_mcp.main stdio

构建

# 构建分发包
python -m build

# 检查包
twine check dist/*

许可证

MIT License

贡献

欢迎提交 Issue 和 Pull Request!

相关链接

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tushare_docs_mcp-0.0.1.tar.gz (205.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tushare_docs_mcp-0.0.1-py3-none-any.whl (325.5 kB view details)

Uploaded Python 3

File details

Details for the file tushare_docs_mcp-0.0.1.tar.gz.

File metadata

  • Download URL: tushare_docs_mcp-0.0.1.tar.gz
  • Upload date:
  • Size: 205.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.2

File hashes

Hashes for tushare_docs_mcp-0.0.1.tar.gz
Algorithm Hash digest
SHA256 e3a8b3b72da30ff2f3a8c8021b0a71b82961ca2a771cb3297641e6df606479dd
MD5 ec2577ebbde10bde85abf3523650242f
BLAKE2b-256 23716e48e6d0d933c93bc2c48ad67ee200e6fc99ebc2553a3d048ca00e8545f6

See more details on using hashes here.

File details

Details for the file tushare_docs_mcp-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for tushare_docs_mcp-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2b80a6f5f42657d76e29f0ff0aa82b8fae630d53bad7d92941b15b1307ac2e0b
MD5 aacde4aa28f370a6c8f13ebca479f568
BLAKE2b-256 92baa72b9284532a819931c4ffed043a916effb46c8ba038066b5f9ac9d3a78e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page