Indonesia Logistics

by junter1989k-ai

264 downloads
Not rated
GitHub Website

About

Create Biteship orders across JNE, SiCepat, Grab and more, track and cancel shipments in Indonesia — stateless BYO key

Details

Author
junter1989k-ai
Downloads
264
Categories
AI

- MCP server integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Indonesia Logistics
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The README includes setup instructions such as node test/serve.js # local server on :3251 (/mcp).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "indonesia logistics": {
            "indonesia-logistics": {
                "type": "http",
                "url": "https://logi-id.wishpool.app/mcp",
                "headers": {
                    "x-biteship-key": "biteship_test_your_key"
                }
            }
        }
    }
}

McpServers

{
    "indonesia-logistics": {
        "type": "http",
        "url": "https://logi-id.wishpool.app/mcp",
        "headers": {
            "x-biteship-key": "biteship_test_your_key"
        }
    }
}

Indonesia Logistics MCP 🇮🇩 — How can my AI agent ship a parcel across Indonesia (JNE / J&T / SiCepat via Biteship)?

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

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 |
|---|---|
| check_rates | Call this first (cek ongkir). Given items (name/value IDR/weight grams/quantity) plus an origin (origin_postal_code or origin_area_id) and a destination, returns every available courier service (JNE, J&T, SiCepat, AnterAja, Gojek, Grab…) with its price (IDR), duration and service type, and flags the cheapest. Read-only — quotes only, spends nothing. |
| create_shipment | Create a Biteship order. Origin (pickup) + destination (recipient) contact/address + one location id each, items, and courier_company (courier_code) + courier_type (courier_service_code) from check_rates. Returns order_id, status, tracking_id, waybill_id, price (IDR). delivery_type defaults to now. A biteship_live_ key debits your Biteship balance. |
| query_tracking | Track by tracking_id (preferred), order_id, or waybill_id + courier_code. Returns status from the Biteship set — confirmed / allocated / picking_up / picked / dropping_off / delivered / on_hold / returned / cancelled — plus a plain-English hint; non-terminal statuses carry next_steps. Raw response always included. |
| cancel_shipment | Cancel a Biteship order by its order_id (+ cancellation_reason). Only works before pickup. |

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.