@theyahia/rajaongkir-mcp
v1.0.2
Published
MCP server for RajaOngkir — shipping cost calculator, courier tracking (Indonesia)
Downloads
31
Maintainers
Readme
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)
| 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
