RouteKit - Route Optimization API for Brazil

by luisbretasjr

298 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name RouteKit - Route Optimization API for Brazil
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.