Japan Logistics MCP
Allows creating shipments and labels, estimating rates, tracking parcels, and voiding labels via DHL for international shipping from Japan.
Allows creating shipments and labels, estimating rates, tracking parcels, and voiding labels via FedEx for international shipping from Japan.
Allows creating shipments and labels, estimating rates, tracking parcels, and voiding labels via UPS for international shipping from Japan.
Click on "Install 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., "@Japan Logistics MCPGet rates for a 500g parcel from Tokyo to Osaka"
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.
Japan Logistics MCP π―π΅ β How can my AI agent ship a parcel in Japan (Yamato / Sagawa / Japan Post via Ship&co)?
Use it in 60 seconds
Paste this into your MCP client config (Claude Desktop, Cursor, Windsurf, or any MCP-capable agent):
{
"mcpServers": {
"japan-logistics": {
"type": "http",
"url": "https://logi-jp.wishpool.app/mcp"
}
}
}Nothing to install. Credentials, when you need them, travel as HTTP headers on each request and are never stored β see the threat model.
Or run it yourself
Would you rather not send production credentials to a server you do not control? Deploy this identical code to your own account and point your agent at your own URL:
git clone https://github.com/junter1989k-ai/japan-logistics-mcp && cd japan-logistics-mcp && npx vercel --prodMIT-licensed. Self-hosting removes us from the picture entirely, at no cost and with no loss of function.
Remote MCP server that lets any AI agent ship parcels in Japan β over Yamato (γ€γγιθΌΈ), Sagawa (δ½ε·ζ₯δΎΏ), Japan Post (ζ₯ζ¬ι΅δΎΏ) and Seino (θ₯ΏζΏιθΌΈ), plus international DHL / UPS / FedEx β through the Ship&co shipping API. Estimate carrier rates, create a shipment and its label in one call, track parcels and void labels. Stateless, bring-your-own Ship&co API token, never stores anything.
Live endpoint: https://logi-jp.wishpool.app/mcp Β· Registry: app.wishpool/japan-logistics-mcp
Related MCP server: USA Logistics MCP
Quick start
{
"mcpServers": {
"japan-logistics": {
"type": "http",
"url": "https://logi-jp.wishpool.app/mcp",
"headers": {
"x-shipandco-token": "your_shipandco_api_token"
}
}
}
}No shared demo β use your own Ship&co account. Get an API token self-serve in the Ship&co Dashboard (API menu β Create New Token) and send it in the header above. The server is stateless: on every call it forwards the token to api.shipandco.com as the x-access-token header and stores nothing.
No carrier contract needed for test mode
create_shipment defaults to test:true, which prints a free, non-billable virtual label end-to-end. Yamato and Sagawa need no extra carrier account for test mode β an agent can validate the whole flow with no carrier contract. Set test:false to buy a real billable label.
Tools
Tool | What it does |
| Estimate rates before creating a label (read-only, spends nothing). |
| Create a shipment and issue the label in one call. |
| Track by |
| Void/cancel a shipment + label by |
Owner policy guardrails ride optional headers (x-agentpay-max-amount, x-agentpay-approval-above, x-agentpay-allowed-tools) β set by the human owner in client config; the agent cannot relax them. The declared goods value (JPY) is gated before the label is created: approval-above returns an unsigned draft with no label created.
Units & addresses
Weight in grams (g), parcel dimensions in centimetres (cm), money in JPY. Japanese addresses use a 7-digit postal code (ι΅δΎΏηͺε·), prefecture (ι½ιεΊη) and city/ward (εΈεΊηΊζ).
Develop
node test/serve.js # local server on :3252 (/mcp)
node test/e2e.js # protocol + schema + validation + policy/shipandco units + CORS + fake-token live probe to api.shipandco.com (expects native Ship&co 403 auth error)How it talks to Ship&co
Base URL https://api.shipandco.com/v1, auth header x-access-token. create_shipment is POST /shipments (creates the shipment and the label in one call β delivery.label PDF + delivery.tracking_numbers). get_rates is POST /rates. query_tracking is GET /tracking/{carrier}/{tracking_number}. void_label is DELETE /shipments/{id}. Test labels are requested with setup.test:true.
Safety
Pure stateless translation layer. Shipments, labels and tracking are held by Ship&co and the carriers; the API token travels per-request in a header, is forwarded as the x-access-token header, and nothing is stored. Parcels flow sender β carrier β recipient directly. Privacy policy.
Sister servers
USA labels (USPS/UPS/FedEx) via EasyPost in usa-logistics-mcp; Indonesia (JNE/J&T/SiCepat) via Biteship in indonesia-logistics-mcp; Taiwan CVS pickup + home delivery in taiwan-logistics-mcp. One family of stateless BYO local-commerce MCP servers: local payments in 81 countries at mcp.wishpool.app and electronic invoicing at inv.wishpool.app.
MIT licensed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/junter1989k-ai/japan-logistics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server