# Hit The Road Rentals [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/HitTheRoad-Git/hittheroad-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/hit-the-road-rentals

## Description
Search campervans and motorhomes worldwide. 300+ rental companies. AU, NZ, US, CA, UK and more.

## Tools
Capabilities this server exposes over MCP:

- **search_campervans** — Search available campervans and motorhomes for a given location and date range. Returns live results with pricing, specs, and a direct link to book on hittheroad.rentals.
- **list_locations** — Returns all supported pickup cities, optionally filtered by country. Use this before searching to get valid city names.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "hit-the-road-rentals": {
    "command": "npx",
    "args": ["mcp-remote","https://hittheroad.rentals/mcp"]
  }
}
```

## Documentation & README

# Hit The Road Rentals — MCP Server

Search motorhomes, RVs and campervans without leaving Claude.

[![MCP Server](https://img.shields.io/badge/MCP-Server-blue)](https://hittheroad.rentals/mcp)
[![Transport](https://img.shields.io/badge/Transport-Streamable%20HTTP-green)](https://hittheroad.rentals/mcp)
[![Auth](https://img.shields.io/badge/Auth-None-brightgreen)](https://hittheroad.rentals/mcp)
[![Read Only](https://img.shields.io/badge/Access-Read%20Only-lightgrey)](https://hittheroad.rentals/mcp)

**Endpoint:** `https://hittheroad.rentals/mcp`

Ask Claude to find a campervan anywhere in the world. Get instant results from 300+ rental companies across AU, NZ, US, CA, UK and more.

---

## Tools

### `search_campervans`
Search available campervans and motorhomes for a given location and date range. Returns live results with pricing, specs, and a direct link to book on hittheroad.rentals.

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `country` | string | ✅ | Two-letter country code: `AU`, `NZ`, `US`, `CA`, `GB`, `DE`, `FR`, `IT`, `ES`, `NL` |
| `city` | string | ✅ | Pickup city name. Use `list_locations` to get valid names. |
| `pickup_date` | string | ✅ | Pickup date in `YYYY-MM-DD` format |
| `dropoff_date` | string | ✅ | Drop-off date in `YYYY-MM-DD` format |
| `dropoff_city` | string | ➖ | Drop-off city if different from pickup (one-way hire) |

### `list_locations`
Returns all supported pickup cities, optionally filtered by country. Use this before searching to get valid city names.

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `country` | string | ➖ | Country code to filter by. Omit to return all 69 cities across 8 countries. |

---

## Coverage

| Country | Cities |
|---------|--------|
| 🇦🇺 Australia | 28 cities |
| 🇳🇿 New Zealand | 22 cities |
| 🇺🇸 United States | 19 cities |
| 🇨🇦 Canada | + more |
| 🇬🇧 United Kingdom | + more |
| 🇩🇪 🇫🇷 🇮🇹 🇪🇸 🇳🇱 Europe | + more |

---

## Connect

### Claude.ai (web)
1. Go to **Settings → Connectors**
2. Click **Add custom connector**
3. Paste: `https://hittheroad.rentals/mcp`

### Claude Desktop
Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "hittheroad": {
      "command": "npx",
      "args": ["mcp-remote", "https://hittheroad.rentals/mcp"]
    }
  }
}
```

### Other MCP clients
Any client supporting Streamable HTTP (MCP spec 2025-03-26) can connect directly:
- **Endpoint:** `https://hittheroad.rentals/mcp`
- **Transport:** Streamable HTTP (POST)
- **Authentication:** None required

---

## Example prompts

```
Find me a 4-berth campervan in Sydney from June 1 to June 7
```
```
I want to do a one-way campervan trip from Christchurch to Auckland in August
```
```
What campervan pickup locations are available in Australia?
```
```
Find a campervan in Los Angeles for a family of 4, departing July 15 for one week
```

---

## Documentation & Support

- **Full docs:** [hittheroad.rentals/mcp-docs](https://hittheroad.rentals/mcp-docs)
- **Website:** [hittheroad.rentals](https://hittheroad.rentals)
- **Support:** hello@hittheroad.rentals
- **Privacy policy:** [hittheroad.rentals/privacy-policy](https://hittheroad.rentals/privacy-policy)

---

*Read-only · No authentication required · Works on Claude.ai, Claude Desktop, and any MCP-compatible client*

