Indonesia Logistics MCP
Allows shipping parcels across Indonesia via Gojek's courier service, including rate checking, order creation, tracking, and cancellation through the Biteship API.
Allows shipping parcels across Indonesia via Grab's courier service, including rate checking, order creation, tracking, and cancellation through the Biteship API.
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., "@Indonesia Logistics MCPCheck shipping rates from Jakarta to Bandung for a 1kg parcel."
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.
Indonesia Logistics MCP ๐ฎ๐ฉ โ How can my AI agent ship a parcel across Indonesia (JNE / J&T / SiCepat via Biteship)?
Use it in 60 seconds
Paste this into your MCP client config (Claude Desktop, Cursor, Windsurf, or any MCP-capable agent):
{
"mcpServers": {
"indonesia-logistics": {
"type": "http",
"url": "https://logi-id.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/indonesia-logistics-mcp && cd indonesia-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 across Indonesia โ over JNE, J&T, SiCepat, AnterAja, Ninja, Pos Indonesia, Lion Parcel, Gojek and Grab โ through the Biteship shipping API. Compare courier rates by postal code (cek ongkir), create shipping orders, track parcels by waybill, and cancel orders. Stateless, bring-your-own Biteship API key, never stores anything.
Live endpoint: https://logi-id.wishpool.app/mcp ยท Registry: app.wishpool/indonesia-logistics-mcp
Related MCP server: UPS MCP Server
Quick start
{
"mcpServers": {
"indonesia-logistics": {
"type": "http",
"url": "https://logi-id.wishpool.app/mcp",
"headers": {
"x-biteship-key": "biteship_live_your_api_key"
}
}
}
}No shared demo โ use your own Biteship account. Get an API key in the Biteship dashboard at dashboard.biteship.com (Settings โ API Key) and send it in the header above. The server is stateless: on every call it sends the key as the Authorization header directly to api.biteship.com and stores nothing. A biteship_test_ key runs in the sandbox; a biteship_live_ key ships real parcels and debits your Biteship balance.
Tools
Tool | What it does |
| Call this first (cek ongkir). Given |
| Create a Biteship order. Origin (pickup) + destination (recipient) contact/address + one location id each, |
| Track by |
| Cancel a Biteship order by its |
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 order value (IDR) is gated before the order is created: approval-above returns an unsigned draft with no order created.
Units
Weight in grams (g), parcel dimensions in centimetres (cm), money in IDR.
Develop
node test/serve.js # local server on :3251 (/mcp)
node test/e2e.js # protocol + validation + policy/biteship units + fake-key live probe to api.biteship.com (expects native Biteship auth error)How it talks to Biteship
Every tool call is a single server-to-server request with Authorization: <your key> (no login step โ Biteship is single-key). check_rates is POST /v1/rates/couriers. create_shipment is POST /v1/orders. query_tracking is GET /v1/trackings/{tracking_id} (or GET /v1/orders/{order_id}, or public GET /v1/trackings/{waybill_id}/couriers/{courier_code}). cancel_shipment is POST /v1/orders/{order_id}/cancel. Base URL https://api.biteship.com/v1.
Safety
Pure stateless translation layer. Orders, labels and tracking are held by Biteship and the couriers; the API key travels per-request in a header, is forwarded as the Authorization header, and nothing is stored. Parcels flow sender โ courier โ recipient directly. Privacy policy.
Sister servers
India labels (Delhivery/Bluedart/Ekart) via Shiprocket live in india-logistics-mcp; USA labels (USPS/UPS/FedEx) via EasyPost in usa-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, plus electronic-invoice servers across nine countries including India GST, Mexico CFDI, Brazil NF-e, Chile DTE and Peru CPE.
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/indonesia-logistics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server