← Back to Plugins
MCP Server MCP

io.github.luisbretasjr/routekit

github By github 👁 1 views ▲ 0 votes

Route optimization API for Brazil. Routes, distance matrices, and VRP solver.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...