Rideshare Comparison runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from pypi.
Compare Uber and Lyft prices for any route
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 rideshare-comparison -- uvx rideshare-comparison-mcp
{
"mcpServers": {
"rideshare-comparison": {
"args": [
"rideshare-comparison-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.rideshare-comparison]
command = "uvx"
args = ["rideshare-comparison-mcp"]
{
"mcpServers": {
"rideshare-comparison": {
"args": [
"rideshare-comparison-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"rideshare-comparison": {
"args": [
"rideshare-comparison-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.