Skip to content
Grok

KLO Mobility Quote for Grok

io.github.ubunyod574-max/mobility-quote

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

client:Grok transport:stdio runtime:pypi

Install KLO Mobility Quote in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

KLO Mobility Quote in other clients