Back to MCP Servers
Rideshare Comparison
Compare Uber and Lyft prices for any route in real-time with fare estimates, surge pricing info, and cheapest option recommendations
travel-transportation
Installation
npx -y rideshare-comparison-mcpConfiguration
{
"mcpServers": {
"rideshare-comparison-mcp": {
"command": "npx",
"args": ["-y", "rideshare-comparison-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes