Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
OctoTrip Rental Cars logo

OctoTrip Rental Cars

OctoTrip/rental-cars
✓ Verified working · Jul 10, 2026 3 starsv0.2.0HTTPRegistry activeMITUpdated 2026-06-25Community

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

claude mcp add --transport http rental-cars https://mcp.octotrip.app/rental-cars/mcp

Summary

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

Connect from your MCP client

Claude Code

Run this once and Claude Code registers the server for you:

claude mcp add --transport http rental-cars https://mcp.octotrip.app/rental-cars/mcp

Claude Desktop

Add this to claude_desktop_config.json under Settings → Developer → Edit Config:

{
  "mcpServers": {
    "rental-cars": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.octotrip.app/rental-cars/mcp"
      ]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "rental-cars": {
      "url": "https://mcp.octotrip.app/rental-cars/mcp"
    }
  }
}

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

{
  "mcpServers": {
    "rental-cars": {
      "url": "https://mcp.octotrip.app/rental-cars/mcp"
    }
  }
}

Codex CLI

Codex CLI connects to remote servers via config.toml — add this block to ~/.codex/config.toml:

# ~/.codex/config.toml
[mcp_servers.rental-cars]
url = "https://mcp.octotrip.app/rental-cars/mcp"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "rental-cars": {
        "url": "https://mcp.octotrip.app/rental-cars/mcp",
        "transport": "streamable-http"
      }
    }
  }
}

README.md

OctoTrip Rental Cars MCP Server

![TensorBlock](https://tensorblock.co/mcp/servers/github-octotrip-rental-cars-79f20a09) ![Glama Score](https://glama.ai/mcp/servers/OctoTrip/rental-cars) ![Smithery Calls](https://smithery.ai/servers/xltnapps/octotrip-rental-cars) ![Glimind reliability](https://glimind.com/tool/mcp-registry%2Fapp.octotrip%2Frental-cars?ref=badge) ![Uptime](https://stats.uptimerobot.com/ZEq8YVyOAu)

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

MCP Streamable HTTP Endpoint: `` https://mcp.octotrip.app/rental-cars/mcp ``

!Demo

Related

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:

{
  "mcpServers": {
    "octotrip-rental-cars": {
      "url": "https://mcp.octotrip.app/rental-cars/mcp"
    }
  }
}

No API key or login required.

Use with...

<details> <summary><strong>Claude Desktop</strong></summary>

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "octotrip-rental-cars": {
      "url": "https://mcp.octotrip.app/rental-cars/mcp"
    }
  }
}

</details>

<details> <summary><strong>Cursor / Windsurf</strong></summary>

Add to your MCP settings:

{
  "mcpServers": {
    "octotrip-rental-cars": {
      "url": "https://mcp.octotrip.app/rental-cars/mcp"
    }
  }
}

</details>

<details> <summary><strong>Cline</strong></summary>

Add to your Cline MCP settings:

{
  "mcpServers": {
    "octotrip-rental-cars": {
      "url": "https://mcp.octotrip.app/rental-cars/mcp"
    }
  }
}

</details>

<details> <summary><strong>LobeHub</strong></summary>

![MCP Badge](https://lobehub.com/mcp/xltnapps-octotrip-rental-cars)

</details>

<details> <summary><strong>OpenClaw</strong></summary>

openclaw plugins install clawhub:@xltnapps/octotrip-rental-cars

</details>

<details> <summary><strong>Smithery</strong></summary>

Install via Smithery:

npx -y @smithery/cli install xltnapps/octotrip-rental-cars --client claude

</details>

<details> <summary><strong>Hermes Agent</strong></summary>

hermes mcp add octotrip-rental-cars --url https://mcp.octotrip.app/rental-cars/mcp
hermes mcp test octotrip-rental-cars

Or add to ~/.hermes/config.yaml:

mcp_servers:
  octotrip_rental_cars:
    url: "https://mcp.octotrip.app/rental-cars/mcp"

</details>

<details> <summary><strong>Stdio-only clients</strong></summary>

For MCP clients that only support stdio transport:

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

</details>

<details> <summary><strong>curl / Protocol Example</strong></summary>

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 use text/event-stream (SSE). No session persistence or resumability. Rate limit: 1 request/second with burst capacity of 5.

</details>

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

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?

Privacy

This server does not log IP addresses, search queries, or any user-identifiable data. See PRIVACY.md for full details including sample log entries.

Security

To report a vulnerability, see SECURITY.md.

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.