Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"routekit": {
"env": {
"ROUTEKIT_API_KEY": "YOUR_KEY"
},
"args": [
"-y",
"routekit-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Route optimization API for Brazil. First MCP server for route optimization.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'routekit-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked routekit-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in maps
Open-source toolkit for the QVeris capability routing network: CLI, MCP server, Python SDK, skills, and REST API docs for agents to discover, inspect, call, and audit real-world tools.
Real-time BART departures, trip planning, fares, stations, and advisories.
Real-time SF Muni departures, routes, alerts, vehicle positions, and schedules.
Hawaii MCP: tours, events, weather, restaurants, and day-plan itineraries across 4 islands.
MCP Security Weekly
Get CVE alerts and security updates for io.github.luisbretasjr/routekit and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Route optimization API for Brazil. First MCP server for route optimization.
npx routekit-mcp
Or configure in your MCP client:
{
"mcpServers": {
"routekit": {
"command": "npx",
"args": ["-y", "routekit-mcp"],
"env": {
"ROUTEKIT_API_KEY": "YOUR_KEY"
}
}
}
}
{
"mcpServers": {
"routekit": {
"type": "url",
"url": "https://routekit.nexterait.com.br/mcp",
"headers": {
"X-API-Key": "YOUR_KEY"
}
}
}
}
Get a free key (50 calls/month) at routekit.nexterait.com.br/static/signup.html
optimize_routes under multiple balance strategies (minimize_vehicles, balance_tasks, minimize_distance) and return a side-by-side comparison with winners per metric.tasks (single-location jobs) and/or shipments (paired pickup+delivery, same vehicle)fixed, per_hour, per_km, per_task_hour), max_tasks, max_travel_time_min, max_distance_kmbalance_mode: minimize_vehicles (default), balance_tasks, or minimize_distancesetup_min separate from service_min (setup charged once per location)setup_per_type / service_per_type for different times per technician/vehicle typevehicle.type tags for per-type time/cost modelingend_lat / end_lon for open routes with different destination (e.g. driver ends at home)profileinclude_geometry=true returns encoded polylines per route (for maps)matrix_overrides: user-provided per-pair travel time / distance overrides (for toll routes, restricted zones, known detours)violations reported when constraints are tightAsk your AI assistant:
"Geocode these addresses and optimize 10 deliveries in Sao Paulo for 2 drivers -- the senior finishes each stop in 20 min, the junior in 45 min. Balance tasks evenly, end both at the same warehouse, include the route polylines so I can draw them on a map."
The AI will call geocode, then optimize_routes with vehicle.type, `serv