KLO Mobility Quote runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi.
Route options, fare estimates, ETA, and ride deeplinks via the KLO Mobility A2A agent.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mobility-quote -- uvx klo-mobility-quote-mcp
{
"mcpServers": {
"mobility-quote": {
"args": [
"klo-mobility-quote-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.mobility-quote]
command = "uvx"
args = ["klo-mobility-quote-mcp"]
{
"mcpServers": {
"mobility-quote": {
"args": [
"klo-mobility-quote-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mobility-quote": {
"args": [
"klo-mobility-quote-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.