KLO Mobility Quote for Cursor
io.github.ubunyod574-max/mobility-quote
Route options, fare estimates, ETA, and ride deeplinks via the KLO Mobility A2A agent.
client:Cursor
transport:stdio
runtime:pypi
Install KLO Mobility Quote in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mobility-quote": {
"type": "stdio",
"command": "uvx",
"args": [
"klo-mobility-quote-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs