Indonesia shipping for AI agents via Biteship: courier rates, create orders, track waybills.
MCPpedia last refreshed this data
This server has been archived and is no longer actively maintained.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"app-wishpool-indonesia-logistics-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Paste this into your MCP client config (Claude Desktop, Cursor, Windsurf, or any MCP-capable agent):
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / ecommerce
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
An open-source AI agent that brings the power of Gemini directly into your terminal.
Lightweight core CLI surface for Claude Flow — memory + hooks commands only. Designed to load fast on cold npx cache (<5s) so plugin skills don't race the 30s MCP-startup timeout. The full @claude-flow/cli metapackage lazy-loads everything else on top of
MCP Security Weekly
Get CVE alerts and security updates for app.wishpool/indonesia-logistics-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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 --prod
MIT-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
{
"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.
| 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 befo