mcp-logistics-tracker
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) |
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": 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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