MCP Server
MCP
io.github.luisbretasjr/routekit
Route optimization API for Brazil. Routes, distance matrices, and VRP solver.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://routekit.nexterait.com.br/mcp",
"headers": [
{
"description": "Your RouteKit API key from https://routekit.nexterait.com.br/static/signup.html",
"isRequired": true,
"isSecret": true,
"name": "X-API-Key"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "routekit-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your RouteKit API key. Get one free at https://routekit.nexterait.com.br/static/signup.html",
"isRequired": true,
"isSecret": true,
"name": "ROUTEKIT_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment