mcp-name: io.github.wmarceau/rideshare-comparison Compare Uber and Lyft prices for any route using Claude Desktop. Add to your claudedesktopconfig.json: Compare Uber and Lyft prices for a specific route. Example prompt: "Compare Uber and Lyft prices from SFO airport to downtown San Francisco" Get a list of cities with rideshare pricing data. Example prompt: "Which cities are supported for rideshar
Add this skill
npx mdskills install MarceauSolutions/rideshare-comparison-mcpWell-structured MCP with clear tools but vague API setup and undocumented authentication flow
1# Rideshare Comparison MCP23mcp-name: io.github.wmarceau/rideshare-comparison45Compare Uber and Lyft prices for any route using Claude Desktop.67## Installation89```bash10pip install rideshare-comparison-mcp11```1213## Usage with Claude Desktop1415Add to your `claude_desktop_config.json`:1617```json18{19 "mcpServers": {20 "rideshare-comparison": {21 "command": "python",22 "args": ["-m", "rideshare_comparison_mcp"],23 "env": {24 "RIDESHARE_API_URL": "http://your-api-url",25 "RIDESHARE_API_KEY": "your-api-key"26 }27 }28 }29}30```3132## Available Tools3334### compare_rideshare_prices35Compare Uber and Lyft prices for a specific route.3637**Example prompt:** "Compare Uber and Lyft prices from SFO airport to downtown San Francisco"3839### get_supported_cities40Get a list of cities with rideshare pricing data.4142**Example prompt:** "Which cities are supported for rideshare comparison?"4344### get_booking_link45Get a deep link to book a ride directly in the Uber or Lyft app.4647**Example prompt:** "Get me a booking link for Uber from my location to the airport"4849## Features5051- Real-time price comparison between Uber and Lyft52- Surge pricing detection53- Deep links for instant booking54- Support for major US cities55- Distance and duration estimates5657## License5859MIT60
Full transparency — inspect the skill content before installing.