OctoTrip Rental Cars
OfficialEnables rental car search and comparison capabilities within the Hermes agent framework using the OctoTrip MCP server.
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.
Related MCP server: Forage-mcp
Quick Start
Add to your MCP client configuration:
{
"mcpServers": {
"octotrip-rental-cars": {
"url": "https://mcp.octotrip.app/rental-cars/mcp"
}
}
}No API key or login required.
Tool: search
Searches 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.
Parameters
Parameter | Type | Required | Default | Description |
| string | yes | -- | Pickup location: city, airport, station, address, or landmark |
| string | yes | -- | Pickup date (YYYY-MM-DD, DD.MM.YYYY, or natural-language) |
| string | yes | -- | Dropoff date, must be after pickup date |
| string | no | same as pickup | Different dropoff location for one-way rentals |
| string | no |
| Pickup time in 24-hour HH:MM format |
| string | no |
| Dropoff time in 24-hour HH:MM format |
| string | no |
| ISO 4217 currency code (EUR, USD, GBP, etc.) |
| string | no |
| Response language code (en, de, etc.) |
| integer | no |
| Driver age, minimum 18 (younger drivers may incur surcharges) |
Response Format
Results are grouped by SIPP car category with the cheapest 2 options per group:
{
"results": [
{
"name": "Volkswagen Golf",
"vendor": "Europcar",
"sipp": "CDMR",
"category": "Compact",
"price": 181.03,
"price_per_day": 45.26,
"pay_now": 181.03,
"pay_later": 0,
"currency": "EUR",
"transmission": "manual",
"passengers": 5,
"bags": 1,
"doors": 4,
"air_con": true,
"fuel_policy": "Full to Full",
"mileage": "Unlimited",
"free_cancellation": true,
"free_amendment": true,
"deposit": 800,
"excess": 950,
"included_protections": ["Collision Damage Waiver", "Theft Protection"],
"image_url": "https://...",
"booking_url": "https://...",
"link_type": "affiliate",
"affiliate_disclosure": "This link contains affiliate attribution. OctoTrip may earn a commission at no extra cost to you."
}
],
"total": 23,
"total_available": 379,
"rental_days": 4,
"pickup_location_resolved": "Munich International Airport",
"dropoff_location_resolved": "Munich International Airport",
"query": { ... }
}Error Responses
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.
Example Prompts
Find me a cheap rental car at Amsterdam Schiphol for next weekend
Compare automatic SUVs available in Munich Airport for July 10-15
I need a car in Barcelona from August 1-14, budget around 30 EUR/day
One-way rental from Berlin to Hamburg, picking up Friday, returning Monday
What's the cheapest economy car at London Heathrow for a week in September?
Use with Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"octotrip-rental-cars": {
"url": "https://mcp.octotrip.app/rental-cars/mcp"
}
}
}Use with Cursor / Windsurf
Add to your MCP settings:
{
"mcpServers": {
"octotrip-rental-cars": {
"url": "https://mcp.octotrip.app/rental-cars/mcp"
}
}
}Use with Cline
Add to your Cline MCP settings:
{
"mcpServers": {
"octotrip-rental-cars": {
"url": "https://mcp.octotrip.app/rental-cars/mcp"
}
}
}Use with LobeHub
Use with OpenClaw
openclaw plugins install clawhub:@xltnapps/octotrip-rental-carsUse with Smithery
Install via Smithery:
npx -y @smithery/cli install xltnapps/octotrip-rental-cars --client claudeUse with Hermes Agent
hermes mcp add octotrip-rental-cars --url https://mcp.octotrip.app/rental-cars/mcp
hermes mcp test octotrip-rental-carsOr add to ~/.hermes/config.yaml:
mcp_servers:
octotrip_rental_cars:
url: "https://mcp.octotrip.app/rental-cars/mcp"Privacy
This server does not store, log, or track any user data. Queries are forwarded to provider APIs and results are returned directly. See PRIVACY.md for details.
Security
To report a vulnerability, see SECURITY.md.
License
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OctoTrip/rental-cars'
If you have feedback or need assistance with the MCP directory API, please join our Discord server