showapi-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@showapi-mcp帮我查中通快递 75312165465979"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
showapi-mcp
把易源开放平台(ShowAPI) 的「查快递 + 个人生活服务」接口封装成 MCP Server(Streamable HTTP)。 可在 RikkaHub(安卓手机) / Claude Desktop / Cursor 等支持远程 MCP 的客户端里直接添加使用。
提供哪些工具
工具名 | 作用 |
| 查快递物流轨迹,参数 |
| 通用调用易源任意已开通接口(生活服务等),参数 |
快递公司编码对照表(常用):
sf顺丰 /zhongtong中通 /yuantong圆通 /yunda韵达 /jd京东 /sto申通 /emsEMS。完整对照表请看易源「快递查询」接口文档的 com 说明。
Related MCP server: DB2ST MCP
你需要准备的 3 样东西
易源账号:到 showapi.com 注册 + 实名认证。
接口凭证:个人中心 → 我的应用 → 拿到
showapi_appid和showapi_secret。开通接口:在 API 市场开通「快递查询」(免费版即可),其他生活服务接口按需开通。
方式 A: 免费部署到云端(RikkaHub 推荐,全手机可操作)
1. 部署到 Railway(推荐,免费额度够用)
手机浏览器打开 railway.app,用 GitHub 账号登录(就是本项目所在的账号)。
点 New Project → Deploy from GitHub repo,选择
showapi-mcp。进项目 → Variables,添加两个变量:
SHOWAPI_APPID= 你的 showapi_appidSHOWAPI_SECRET= 你的 showapi_secret
Railway 会自动
npm install && npm start,稍等部署完成。点 Settings → Networking → 生成 Public Networking 域名(如
https://xxx.up.railway.app)。你的 MCP 地址就是:
https://xxx.up.railway.app/mcp
2. 备用: 部署到 Render
打开 render.com → GitHub 登录。
New + → Web Service → 选本仓库。
Build Command:
npm install,Start Command:npm start。在 Environment 里加
SHOWAPI_APPID/SHOWAPI_SECRET。部署完成后地址形如
https://xxx.onrender.com,MCP 地址加/mcp。
方式 B: 本地运行(电脑可用时)
npm install
SHOWAPI_APPID=你的appid SHOWAPI_SECRET=你的secret npm start本机 MCP 地址: http://localhost:3000/mcp
在 RikkaHub 里添加(手机上)
打开 RikkaHub → 设置 → MCP。
点 添加 MCP,类型选 Streamable HTTP(或「远程/URL」)。
填名称(如
易源快递) + URL:https://你的域名/mcp。保存后应能识别出工具
query_express/showapi_call。新建对话,直接说:
「帮我查中通快递 75312165465979」
「查一下 13812345678 的归属地」(需先开通归属地接口,走
showapi_call)
环境变量说明
变量 | 必填 | 说明 |
| 是 | 易源应用ID |
| 是 | 易源应用密钥 |
| 否 | 快递接口地址,默认 |
| 否 | 服务端口,默认 3000 |
常见问题
提示缺少凭证: 没配
SHOWAPI_APPID/SHOWAPI_SECRET,在部署平台 Variables 里加上。接口报签名/权限错误: 确认已在易源开通对应接口,且 appid/secret 正确。
MCP 连不上: 确认部署平台已生成公网域名,且 URL 以
/mcp结尾。
提示: 易源部分接口按次计费,开通前注意看价格与免费额度。
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for EasyPost — rate shipments, buy & refund labels, track packages, verify addresses.
Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.
- mcpOAuthcom.zomato
An MCP server that exposes functionalities to use Zomato's services.
ship-on-friday MCP — wraps StupidAPIs (requires X-API-Key)
Related MCP Servers
- AlicenseCqualityDmaintenance한국 택배 배송 조회를 위한 MCP 서버 MCP Server for Korean Shipment Tracking21MIT
- AlicenseNot gradedqualityDmaintenanceA horizontally scalable Model Context Protocol server for exposing shipment tracking (and other data sources) as authenticated MCP tools, starting with DB Schenker's public tracking endpoint.1MIT
- AlicenseBqualityDmaintenanceAn MCP server that wraps the ShipSaving logistics REST API, enabling AI assistants like Claude to perform shipping operations through natural language.3013 npmMIT
- AlicenseAqualityAmaintenanceMCP server for searching and discovering 4,000+ public APIs3MIT