mcp-logistics-tracker
by k3-yamada
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAGAWA_API_KEY | No | Direct Sagawa API key (not implemented - leads to error if set alone) | |
| YAMATO_API_KEY | No | Direct Yamato API key (not implemented - leads to error if set alone) | |
| AFTERSHIP_API_KEY | No | AfterShip API key for real tracking connection (optional; if not set, mock mode is used) | |
| JAPANPOST_API_KEY | No | Direct Japan Post API key (not implemented - leads to error if set alone) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_carriersA | 対応している配送業者(ヤマト運輸・佐川急便・日本郵便)の一覧を返す。 |
| track_shipmentA | 指定した配送業者・追跡番号の現在の配送状況(最新ステータス)を返す。 Args: carrier: 配送業者コード(例: yamato / sagawa / japanpost)。 tracking_number: 追跡番号(数字。ハイフン/空白は自動除去)。 |
| get_tracking_historyA | 指定した配送業者・追跡番号の配送イベント履歴を時系列で返す。 Args: carrier: 配送業者コード(例: yamato / sagawa / japanpost)。 tracking_number: 追跡番号(数字。ハイフン/空白は自動除去)。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/k3-yamada/mcp-logistics-tracker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server