
Routekit
Add Brazil-focused routing, distance matrices, and VRP solving to logistics or delivery features via MCP from your coding agent.
Overview
RouteKit is an MCP server for the Build phase that connects agents to a Brazil route optimization API for routes, distance matrices, and VRP solving.
What is this MCP server?
- Brazil route optimization: turn-by-turn routes, distance matrices, and VRP solver
- Dual transport: streamable-http remote and npm stdio package routekit-mcp
- Required X-API-Key / ROUTEKIT_API_KEY from routekit.nexterait.com.br signup
- Version 1.0.0 with Nextera IT hosted MCP at routekit.nexterait.com.br/mcp
- Three API capabilities advertised: routes, distance matrices, VRP solver
- Two transports: streamable-http remote and npm package identifier routekit-mcp v1.0.0
- Required secret: X-API-Key header or ROUTEKIT_API_KEY environment variable
What problem does it solve?
Indie logistics builders waste days integrating routing math and Brazil-ready APIs without a single agent-friendly MCP surface.
Who is it for?
Solo developers building Brazil logistics, delivery, or fleet tools who want MCP plus npm stdio with a documented free API key signup.
Skip if: Global-only products that need non-Brazil coverage without RouteKit’s regional API or teams unwilling to manage API secrets.
What do I get? / Deliverables
After installing RouteKit MCP with your API key, your agent can call routing, matrix, and VRP tools while you implement delivery or dispatch features.
- Working MCP connection to RouteKit routing, matrix, and VRP endpoints
- Agent-assisted prototyping of Brazil logistics features against live optimization API
Recommended MCP Servers
Journey fit
Route optimization is built into product backends and agent tooling during Build when you wire third-party APIs into apps or internal tools. Integrations is the right subphase because RouteKit is an external optimization API accessed by key—not a deploy or monitoring skill.
How it compares
Brazil VRP and matrix API via MCP, not a map widget skill or self-hosted OSRM tutorial.
Common Questions / FAQ
Who is RouteKit for?
Backend-leaning solo builders and small teams creating Brazil-focused routing, dispatch, or logistics features who want agent-driven API calls.
When should I use RouteKit?
Use it in Build/integrations when implementing routes, distance matrices, or VRP workflows and you want your agent to exercise the live RouteKit API.
How do I add RouteKit to my agent?
Get an API key at routekit.nexterait.com.br/static/signup.html, then add the remote https://routekit.nexterait.com.br/mcp with X-API-Key or install npm routekit-mcp with ROUTEKIT_API_KEY set.