Catalog
io.github.wmarceau/rideshare-comparison
Officialby wmarceau
Compare Uber and Lyft prices for any route
Compare Uber and Lyft prices for rideshare routes.
Topics
api-integrationclaudelyftmcppythonuber
README not available yet.
Install
Configuration
Environment variables
RIDESHARE_API_URLURL of the rideshare comparison API
RIDESHARE_API_KEYAPI key for rideshare comparison service
claude_desktop_config.json
{
"mcpServers": {
"rideshare-comparison": {
"command": "uvx",
"args": [
"rideshare-comparison-mcp"
],
"env": {
"RIDESHARE_API_URL": "<YOUR_RIDESHARE_API_URL>",
"RIDESHARE_API_KEY": "<YOUR_RIDESHARE_API_KEY>"
}
}
}
}