Search and compare real-time rental-car offers from multiple providers worldwide without an API key or login.
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 Rental Cars.
Free, no-login MCP server for discovering and comparing rental cars with real-time pricing from multiple providers worldwide.
MCP Streamable HTTP Endpoint:

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.
Add to your MCP client configuration:
No API key or login required.
Add to claude_desktop_config.json:
Add to your MCP settings:
Add to your Cline MCP settings:
Install via Smithery:
Or add to ~/.hermes/config.yaml:
For MCP clients that only support stdio transport:
A complete MCP session using curl (initialize, list tools, call search):
Transport: stateless streamable HTTP. Responses use text/event-stream (SSE). No session persistence or resumability. Rate limit: 1 request/second with burst capacity of 5.
searchSearches live rental-car offers for a pickup location and rental period. Returns available cars from multiple vendors grouped by category (economy, compact, SUV, etc.), showing the cheapest options in each. The tool queries external provider APIs in real time and may include affiliate booking links. It does not book cars, modify reservations, charge users, or store user data.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
location | string | yes | -- | Pickup location: city, airport, station, address, or landmark |
pickup_date | string | yes | -- | Pickup date (YYYY-MM-DD, DD.MM.YYYY, or natural-language) |
dropoff_date | string | yes | -- | Dropoff date, must be after pickup date |
dropoff_location | string | no | same as pickup | Different dropoff location for one-way rentals |
pickup_time | string | no | "12:00" | Pickup time in 24-hour HH:MM format |
dropoff_time | string | no | "12:00" | Dropoff time in 24-hour HH:MM format |
currency | string | no | "EUR" | ISO 4217 currency code (EUR, USD, GBP, etc.) |
language | string | no | "en" | Response language code (en, de, etc.) |
age | integer | no | 30 | Driver age, minimum 18 (younger drivers may incur surcharges) |
Results are grouped by SIPP car category with the cheapest 2 options per group:
The server returns structured errors with suggestions:
location_not_found -- location could not be resolved. Try a more specific name or airport.invalid_date -- date format not recognized. Use YYYY-MM-DD, DD.MM.YYYY, or similar.no_results -- no cars available for the given criteria. Try different dates or a nearby location.This server does not log IP addresses, search queries, or any user-identifiable data. See PRIVACY.md for full details including sample log entries.
To report a vulnerability, see SECURITY.md.
MIT
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/octotrip-rental-cars)<a href="https://allmcps.com/mcp/octotrip-rental-cars"><img src="https://allmcps.com/api/badge/octotrip-rental-cars?style=directory" alt="Rental Cars on AllMCPs" /></a>