Express
@wangbin3685
Express について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-express-maxbin": {
"command": "npx",
"args": [
"-y",
"mcp-server-express-maxbin",
"--auth_key=kuaidi100authkey",
"--customer=kuaidi100customer"
],
"env": {}
}
}
}ツール
2实时查询快递物流信息
查询多个快递公司快递价格
概要
What is Express?
Express is a TypeScript-based MCP server that implements a simple courier/express tracking system, integrating with the Kuaidi100 API to query logistics information and compare shipping prices.
How to use Express?
Install dependencies with npm install, build with npm run build, and run in watch mode with npm run watch. Configure the server in Claude Desktop's JSON config file by specifying the command npx -y mcp-server-express-maxbin with --auth_key and --customer arguments for Kuaidi100 authentication.
Key features of Express
- Query courier information by tracking number via Kuaidi100 API
- Compare shipping prices across different courier companies
Use cases of Express
- Track package status using a courier tracking number
- Estimate and compare courier shipping costs before sending
FAQ from Express
What tools does Express provide?
Express provides two tools: query_express to query courier information by tracking number, and compare_price to compare shipping prices between courier companies.
What are the runtime dependencies?
The server requires Node.js and npm. It uses the Kuaidi100 API and requires an --auth_key and --customer parameter for authentication.
How do I configure Express with Claude Desktop?
Add the server to your Claude Desktop configuration file (claude_desktop_config.json) with the command npx -y mcp-server-express-maxbin and the required Kuaidi100 credentials.
What transport does Express use?
The server communicates over stdio, which makes debugging challenging. The MCP Inspector is recommended for debugging, accessible via npm run inspector.
「開発者ツール」の他のコンテンツ
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
コメント