MCP.so
登录

Indonesia Logistics

@junter1989k-ai

关于 Indonesia Logistics

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

基本信息

许可证

MIT

运行时

node

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

4

**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 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.

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 a Biteship order by its `order_id` (+ `cancellation_reason`). Only works before pickup.

概览

What is Indonesia Logistics?

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

How to use Indonesia Logistics?

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

Key features of Indonesia Logistics

  • MCP server integration

Use cases of Indonesia Logistics

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Indonesia Logistics

Where is the source code for Indonesia Logistics?

The source code is linked from the repository URL on this page.

Does Indonesia Logistics include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

评论

更多 MCP 服务器