Server data from the Official MCP Registry
Route optimization API for Brazil. Routes, distance matrices, and VRP solver.
Route optimization API for Brazil. Routes, distance matrices, and VRP solver.
Remote endpoints: streamable-http: https://routekit.nexterait.com.br/mcp
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ROUTEKIT_API_KEY
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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, service_per_type, balance_mode, end_lat/end_lon and include_geometry -- no manual coordinate entry needed.
/billing/usage also exposes threshold_80 and threshold_100 flags.calculate_route turn-by-turn: pass include_steps=true to get a list of maneuvers with street names, distances and durations per step.calculate_route alternatives: pass alternatives=1..3 to get alternate routes (useful for "fastest vs shortest vs no-toll" comparisons).geocode now silently retries with abbreviation expansion ("Av" -> "Avenida"), accent normalization and token-drop heuristics when the exact query returns nothing. The response includes variant_used showing which transformation matched. Set fuzzy=false to disable.https://routekit.nexterait.com.br/v1/<tool_name>. Same X-API-Key auth, same metering. The public GET /v1/ lists all endpoints with their descriptions. Useful for integrations that don't speak MCP.compare_routes tool: compare the optimizer under multiple strategies and get winners per metric (distance, travel time, vehicles used). Runs strategies in parallel.validate_eta tool: simulate a pre-defined route and get real ETAs plus violations without re-optimizing. The sequence you provide is strictly respected.matrix_overrides on optimize_routes: patch specific pairs in the distance/time matrix with your own values (toll routes, ferries, known detours) without forcing users to send a whole NxN matrix.geocode_batch: new tool accepting up to 50 addresses per call. Internally runs queries in parallel with bounded concurrency.optimize_routes now fetches separate distance/duration matrices per vehicle profile (car/bike/foot). When a profile container isn't deployed, it falls back to car routing transparently.geocode and reverse_geocode tools for Brazil. Users can speak in addresses instead of coordinates. No third-party API dependency.snap_to_road tool to clean up noisy GPS before routing.isochrone tool to compute areas reachable in N minutes.vehicle.type, setup_per_type, service_per_type, costs.per_task_hour for per-type time and cost realism.end_lat/end_lon per vehicle for drivers that end at a different place than they started.profile (car/bike/foot/truck).shipments (paired pickup+delivery) supportbalance_mode to distribute tasks evenly across a fleetinclude_geometry to return route polylines from the optimizerviolations now surfaced in the response for diagnosissetup_min vs service_min split for realistic location costsper_km costs and max_distance_km constraints now active| Tier | Calls/Month | Price |
|---|---|---|
| Free | 50 | R$ 0 |
| Starter | 1,000 | R$ 500/month |
| Professional | 10,000 | R$ 3,000/month |
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.