Server data from the Official MCP Registry
Free, no-login rental car search with real-time pricing. Affiliate-attributed booking links.
Free, no-login rental car search with real-time pricing. Affiliate-attributed booking links.
Remote endpoints: streamable-http: https://mcp.octotrip.app/rental-cars/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
1 tool verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"app-octotrip-rental-cars": {
"url": "https://mcp.octotrip.app/rental-cars/mcp"
}
}
}From the project's GitHub README.
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
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:
{
"mcpServers": {
"octotrip-rental-cars": {
"url": "https://mcp.octotrip.app/rental-cars/mcp"
}
}
}
No API key or login required.
searchSearch 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.).
| 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) |
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": { ... }
}
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 store, log, or track any user data. Queries are forwarded to provider APIs and results are returned directly. See PRIVACY.md for details.
To report a vulnerability, see SECURITY.md.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.