theYahia/rajaongkir-mcp
MCP server for RajaOngkir — shipping rates, courier tracking (Indonesia)
Platform-specific configuration:
{
"mcpServers": {
"rajaongkir-mcp": {
"command": "npx",
"args": [
"-y",
"rajaongkir-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for RajaOngkir shipping cost API (Indonesia). Calculate domestic and international shipping costs, track waybills, and query Indonesian geography data.
| 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 |
{
"mcpServers": {
"rajaongkir": {
"command": "npx",
"args": ["-y", "@theyahia/rajaongkir-mcp"],
"env": {
"RAJAONGKIR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}| Variable | Required | Description | |---|---|---| | RAJAONGKIR_API_KEY | Yes | API key from RajaOngkir | | RAJAONGKIR_TIER | No | Account tier: starter, basic, pro (default: starter) |
MIT
Loading reviews...