RouteKit - Route Optimization API for Brazil
About
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.
Details
- Author
- luisbretasjr
- Downloads
- 298
- Categories
- Developer Tools
Jump to
- Calculate driving routes with real distances and ETAs
- Compute NxN distance/duration matrices (up to 200 locations)
- Solve VRP with up to 500 tasks
- Respect time windows, skills, capacity, and breaks
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
RouteKit - Route Optimization API for BrazilCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Obtain a free API key from the signup page, then invoke the MCP tools calculate_route, distance_matrix, or optimize_routes with appropriate parameters.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"routekit - route optimization api for brazil": {
"routekit": {
"command": "npx",
"args": [
"-y",
"routekit-mcp"
],
"env": {
"ROUTEKIT_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
}
McpServers
{
"routekit": {
"command": "npx",
"args": [
"-y",
"routekit-mcp"
],
"env": {
"ROUTEKIT_API_KEY": "<YOUR_API_KEY>"
}
}
}
RouteKit provides 3 MCP tools:
- calculate_route - Driving route between points with real distances and ETAs
- distance_matrix - NxN distance/duration matrix (up to 200 locations)
- optimize_routes - VRP solver: assign tasks to vehicles, optimize sequences, respect time windows, skills, capacity, breaks (up to 500 tasks)
Get a free API key at https://routekit.nexterait.com.br/static/signup.html
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





