Compare Uber and Lyft fares, surge pricing, route estimates, supported cities, and booking links through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Rideshare Comparison MCP.
MarceauSolutions/rideshare-comparison-mcp MCP server exposes rideshare comparison features through the Model Context Protocol for use with Claude Desktop. Its primary function is comparing Uber and Lyft prices for a route, such as a trip from an airport to a city center. Results can include fare estimates, surge pricing details, distance, and expected duration.
The server also provides two supporting capabilities. One returns the cities for which rideshare pricing data is available. The other creates a deep link for booking a ride in the Uber or Lyft application. These links are intended to help a user continue from a comparison result to the relevant provider app.
The MCP client sends a request for a comparison, supported-city list, or booking link to the locally running process. For a price comparison, the request identifies a starting point and destination. The server obtains the corresponding rideshare data through the configured API service and returns information that can be presented by the client.
MarceauSolutions/rideshare-comparison-mcp MCP server is designed around three named tools:
compare_rideshare_prices compares Uber and Lyft prices for a route.get_supported_cities lists cities with available rideshare pricing data.get_booking_link returns a provider-specific booking deep link.The README specifically documents Claude Desktop usage. It does not identify other compatible MCP clients.
Install the Python package with pip install rideshare-comparison-mcp. Claude Desktop can launch the server with Pythonβs module runner using python -m rideshare_comparison_mcp.
The configuration requires two environment variables:
RIDESHARE_API_URL specifies the rideshare API service URL.RIDESHARE_API_KEY supplies the API key used by that service.A Claude Desktop server entry places these values under the process environment and names the MCP server, for example:
Replace the example URL and key with values for the rideshare API available to your deployment.
The documented data coverage is limited to major US cities, and the supported-city tool should be used to verify availability before relying on a comparison. The material does not specify which cities are included, the rideshare API provider, request limits, fare accuracy guarantees, or whether the API key requires a paid plan.
MarceauSolutions/rideshare-comparison-mcp MCP server is distributed under the MIT license. The README documents Claude Desktop integration but does not provide setup instructions for Cursor, Windsurf, or Cline. Booking links are deep links to Uber or Lyft rather than an indication that the server completes a booking itself.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/marceausolutions-rideshare-comparison-mcp)<a href="https://allmcps.com/mcp/marceausolutions-rideshare-comparison-mcp"><img src="https://allmcps.com/api/badge/marceausolutions-rideshare-comparison-mcp?style=directory" alt="Rideshare Comparison MCP on AllMCPs" /></a>