MCP Hub
Back to servers

@theyahia/rajaongkir-mcp

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

npm274/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/rajaongkir-mcp

rajaongkir-mcp

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

Tools (8)

ToolDescription
get_provincesList Indonesian provinces
get_citiesList cities in a province
get_subdistrictsList subdistricts in a city
calculate_costCalculate domestic shipping cost
get_waybillTrack shipment by waybill number
get_currencyGet IDR exchange rates
get_international_originList valid international shipping origins
calculate_internationalCalculate international shipping cost

Quick Start

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

Environment Variables

VariableRequiredDescription
RAJAONGKIR_API_KEYYesAPI key from RajaOngkir
RAJAONGKIR_TIERNoAccount 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

Reviews

No reviews yet

Sign in to write a review