OctoTrip Rental Cars
# OctoTrip Rental Cars MCP Server Free, no-login MCP server for discovering and comparing rental cars with real-time pricing from multiple providers worldwide. **Endpoint:** `https://mcp.octotrip.app/rental-cars/mcp` ## Affiliate Disclosure OctoTrip is free to use. Booking links contain affiliate attribution -- OctoTrip may earn a commission at no extra cost to you. Search results are ranked by price within each car category, not by affiliate payout. ## Quick Start Add to your MCP client configuration: ```json { "mcpServers": { "octotrip-rental-cars": { "url": "https://mcp.octotrip.app/rental-cars/mcp" } } } ``` No API key or login required. ## Tool: `search` Search for rental cars by location, dates, and preferences. Returns available cars from multiple vendors grouped by category (economy, compact, SUV, etc.), showing the cheapest options in each. Dates can be in any common format (YYYY-MM-DD, DD.MM.YYYY, "August 1, 2026", etc.). ### Parameters | Parameter | Type | Required | Default | Description | |---|---|---|---|---| | `location` | string | yes | -- | Pickup city, airport, or address | | `pickup_date` | string | yes | -- | Any common date format | | `dropoff_date` | string | yes | -- | Any common date format | | `dropoff_location` | string | no | same as pickup | For one-way rentals | | `pickup_time` | string | no | `"12:00"` | HH:MM format | | `dropoff_time` | string | no | `"12:00"` | HH:MM format | | `currency` | string | no | `"EUR"` | ISO 4217 currency code | | `language` | string | no | `"en"` | 2-letter language code | | `age` | integer | no | `30` | Driver age (younger drivers may incur surcharges) | ### Response Format Results are grouped by SIPP car category with the cheapest 2 options per group: ```json { "results": [ { "name": "Volkswagen Golf", "vendor": "Europcar", "sipp": "CDMR", "category": "Compact", "price": 181.03, "price_per_day": 45.26, "pay_now": 181.03,
https://octotrip-rental-cars--xltnapps.run.tools
How to connect
-
Smithery (hosted)
1. Open https://smithery.ai/servers/xltnapps/octotrip-rental-cars 2. Click Connect and complete OAuth in your MCP client (Claude, Cursor, VS Code, etc.) 3. MCP endpoint: https://octotrip-rental-cars--xltnapps.run.tools
Tools (1)
-
searchSearches live rental-car offers for a pickup location and rental period, optionally with a different dropoff location, pickup/dropoff times, driver age, currency, and language. Use this when the user wants to compare available rental cars, prices, vendors, categories, or booking links for a specific trip. Do not use it for flights, hotels, public transport, or general travel planning unless the user has car-rental intent. The tool queries external provider APIs in real time, returns price-ranked