Route optimization API for Brazil. Calculate driving routes, distance matrices, and optimize multi-stop deliveries with real road network data. Free tier: 50 calls/month.
Server Config
{
"mcpServers": {
"routekit": {
"command": "npx",
"args": [
"-y",
"routekit-mcp"
],
"env": {
"ROUTEKIT_API_KEY": "<YOUR_API_KEY>"
}
}
}
}