jushuitan-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JUSHUITAN_MCP_DATA | No | Path to the local data file (jushuitan-docs.json). If not set, the server looks for './data/jushuitan-docs.json' relative to the working directory, then in the package installation directory. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_categoriesA | 列出聚水潭开放平台 API 的全部分类(如 基础API、订单API、库存API…)及每个分类的接口数量。推荐作为浏览文档的第一步。 |
| list_apisA | 列出某个接口分类下的所有 API(名称、路由、docId)。 |
| search_apisA | 按关键词搜索接口(匹配接口名称、路由、分类名),找到要调用的接口。 |
| get_api_docA | 查看某个接口的完整文档:请求地址、公共参数、请求/返回参数说明、错误码、请求/响应/异常示例。可先用 list_apis 或 search_apis 找到接口。 |
| refresh_dataA | 从聚水潭开放平台官方文档站重新抓取全部 API 文档并更新本地快照(约 175 个接口,需要网络,耗时约 10-30 秒)。首次使用或文档可能已更新时调用。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool serves a clear, distinct purpose: browsing categories, listing APIs within a category, searching across APIs, fetching individual docs, and refreshing the local snapshot. There is no meaningful overlap between tools.
All tool names follow the same snake_case verb_noun pattern (list_, search_, get_, refresh_). The naming convention is uniform and predictable.
Five tools is a well-scoped set for an API documentation browsing and caching server. Each tool earns its place without redundancy or bloat.
The tool surface covers the full workflow for browsing documentation: explore categories, list APIs, search for APIs, retrieve detailed docs, and refresh the underlying data. No essential operation is missing.