Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Rajaongkir

FreeNot checked

MCP server for RajaOngkir — shipping rates, courier tracking (Indonesia)

GitHubEmbed

About

MCP server for RajaOngkir — shipping rates, courier tracking (Indonesia)

README

MCP server for RajaOngkir shipping cost API (Indonesia). Calculate domestic and international shipping costs, track waybills, and query Indonesian geography data.

Tools (8)

Tool Description
get_provinces List Indonesian provinces
get_cities List cities in a province
get_subdistricts List subdistricts in a city
calculate_cost Calculate domestic shipping cost
get_waybill Track shipment by waybill number
get_currency Get IDR exchange rates
get_international_origin List valid international shipping origins
calculate_international Calculate international shipping cost

Quick Start

{
  "mcpServers": {
    "rajaongkir": {
      "command": "npx",
      "args": ["-y", "@theyahia/rajaongkir-mcp"],
      "env": {
        "RAJAONGKIR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Environment Variables

Variable Required Description
RAJAONGKIR_API_KEY Yes API key from RajaOngkir
RAJAONGKIR_TIER No Account tier: starter, basic, pro (default: starter)

Demo Prompts

  • "Calculate JNE shipping cost from Jakarta to Bali for 1kg"
  • "Track waybill ABC123 via JNE"
  • "List all cities in Bali province"
  • "How much to ship 2kg to the US via POS?"

License

MIT

from github.com/theYahia/rajaongkir-mcp

Installing Rajaongkir

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/theYahia/rajaongkir-mcp

FAQ

Is Rajaongkir MCP free?

Yes, Rajaongkir MCP is free — one-click install via Unyly at no cost.

Does Rajaongkir need an API key?

No, Rajaongkir runs without API keys or environment variables.

Is Rajaongkir hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Rajaongkir in Claude Desktop, Claude Code or Cursor?

Open Rajaongkir on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Rajaongkir with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs