Octotrip Rental Cars

by octotrip

150 downloads
Not rated
GitHub

About

Free, no-login MCP server for discovering and comparing rental cars with real-time pricing from multiple providers worldwide.

Details

Author
octotrip
Downloads
150
Categories
Search, Knowledge Base, Other

- Free rental car search
- Real-time pricing from multiple providers
- No login required

Free, no-login MCP server for discovering and comparing rental cars with real-time pricing from multiple providers worldwide.

https://mcp.octotrip.app/rental-cars/mcp

- OctoTrip Flights— flight search MCP server

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.

{ "mcpServers": { "octotrip-rental-cars": { "url": "https://mcp.octotrip.app/rental-cars/mcp" } } }
{ "mcpServers": { "octotrip-rental-cars": { "url": "https://mcp.octotrip.app/rental-cars/mcp" } } }
{ "mcpServers": { "octotrip-rental-cars": { "url": "https://mcp.octotrip.app/rental-cars/mcp" } } }
{ "mcpServers": { "octotrip-rental-cars": { "url": "https://mcp.octotrip.app/rental-cars/mcp" } } }
openclaw plugins install clawhub:@xltnapps/octotrip-rental-cars
npx -y @smithery/cli install xltnapps/octotrip-rental-cars --client claude
hermes mcp add octotrip-rental-cars --url https://mcp.octotrip.app/rental-cars/mcp hermes mcp test octotrip-rental-cars
mcp_servers: octotrip_rental_cars: url: "https://mcp.octotrip.app/rental-cars/mcp"

For MCP clients that only support stdio transport:

npx mcp-remote https://mcp.octotrip.app/rental-cars/mcp

A complete MCP session using curl (initialize, list tools, call search):

# 1. Initialize curl -s -X POST https://mcp.octotrip.app/rental-cars/mcp \ -H "Content-Type: application/json" \ -H "Accept: application/json, text/event-stream" \ -d '{ "jsonrpc": "2.0", "id": 1, "method": "initialize", "params": { "protocolVersion": "2025-03-26", "capabilities": {}, "clientInfo": {"name": "example", "version": "1.0"} } }' # 2. List tools curl -s -X POST https://mcp.octotrip.app/rental-cars/mcp \ -H "Content-Type: application/json" \ -H "Accept: application/json, text/event-stream" \ -d '{"jsonrpc": "2.0", "id": 2, "method": "tools/list"}' # 3. Search curl -s -X POST https://mcp.octotrip.app/rental-cars/mcp \ -H "Content-Type: application/json" \ -H "Accept: application/json, text/event-stream" \ -d '{ "jsonrpc": "2.0", "id": 3, "method": "tools/call", "params": { "name": "search", "arguments": { "location": "Munich Airport", "pickup_date": "2026-08-01", "dropoff_date": "2026-08-07" } } }'

Transport: stateless streamable HTTP. Responses usetext/event-stream(SSE). No session persistence or resumability. Rate limit: 1 request/second with burst capacity of 5.

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.

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.

- 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?

This server does not log IP addresses, search queries, or any user-identifiable data. SeePRIVACY.mdfor full details including sample log entries.

To report a vulnerability, seeSECURITY.md.

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Fetch, convert, and search AWS documentation pages, with recommendations for related content.

Search campgrounds around the world on campertunity, check availability, and provide booking links.

The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.

All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.

MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.

At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.

Just Domain is the domain registrar for businesses built with AI. Its remote MCP server checks availability and returns first-year and renewal pricing, plus a link to register on justdomain.ai, with DNS and WHOIS privacy in the same place. No account, no API key, read only. Endpoint: https://mcp.justdomain.ai/

Research tools, including a Sqlite-backed document stash

Semantic search over 9 free-license stock photo sources. Hosted remote server with OAuth — no API key to paste.

SerpApi MCP Server for Google and other search engine results

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.