Skip to content
VS Code

KLO Mobility Quote for VS Code

io.github.ubunyod574-max/mobility-quote

Route options, fare estimates, ETA, and ride deeplinks via the KLO Mobility A2A agent.

client:VS Code transport:stdio runtime:pypi

Install KLO Mobility Quote in VS Code

.vscode/mcp.json

{
  "servers": {
    "mobility-quote": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "klo-mobility-quote-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

KLO Mobility Quote in other clients