{
  "markdown": "# Hit The Road Rentals — MCP Server\n\nSearch motorhomes, RVs and campervans without leaving Claude.\n\n[![MCP Server](https://img.shields.io/badge/MCP-Server-blue)](https://hittheroad.rentals/mcp)\n[![Transport](https://img.shields.io/badge/Transport-Streamable%20HTTP-green)](https://hittheroad.rentals/mcp)\n[![Auth](https://img.shields.io/badge/Auth-None-brightgreen)](https://hittheroad.rentals/mcp)\n[![Read Only](https://img.shields.io/badge/Access-Read%20Only-lightgrey)](https://hittheroad.rentals/mcp)\n\n**Endpoint:** `https://hittheroad.rentals/mcp`\n\nAsk Claude to find a campervan anywhere in the world. Get instant results from 300+ rental companies across AU, NZ, US, CA, UK and more.\n\n---\n\n## Tools\n\n### `search_campervans`\nSearch 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.\n\n| Parameter | Type | Required | Description |\n|-----------|------|----------|-------------|\n| `country` | string | ✅ | Two-letter country code: `AU`, `NZ`, `US`, `CA`, `GB`, `DE`, `FR`, `IT`, `ES`, `NL` |\n| `city` | string | ✅ | Pickup city name. Use `list_locations` to get valid names. |\n| `pickup_date` | string | ✅ | Pickup date in `YYYY-MM-DD` format |\n| `dropoff_date` | string | ✅ | Drop-off date in `YYYY-MM-DD` format |\n| `dropoff_city` | string | ➖ | Drop-off city if different from pickup (one-way hire) |\n\n### `list_locations`\nReturns all supported pickup cities, optionally filtered by country. Use this before searching to get valid city names.\n\n| Parameter | Type | Required | Description |\n|-----------|------|----------|-------------|\n| `country` | string | ➖ | Country code to filter by. Omit to return all 69 cities across 8 countries. |\n\n---\n\n## Coverage\n\n| Country | Cities |\n|---------|--------|\n| 🇦🇺 Australia | 28 cities |\n| 🇳🇿 New Zealand | 22 cities |\n| 🇺🇸 United States | 19 cities |\n| 🇨🇦 Canada | + more |\n| 🇬🇧 United Kingdom | + more |\n| 🇩🇪 🇫🇷 🇮🇹 🇪🇸 🇳🇱 Europe | + more |\n\n---\n\n## Connect\n\n### Claude.ai (web)\n1. Go to **Settings → Connectors**\n2. Click **Add custom connector**\n3. Paste: `https://hittheroad.rentals/mcp`\n\n### Claude Desktop\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"hittheroad\": {\n      \"command\": \"npx\",\n      \"args\": [\"mcp-remote\", \"https://hittheroad.rentals/mcp\"]\n    }\n  }\n}\n```\n\n### Other MCP clients\nAny client supporting Streamable HTTP (MCP spec 2025-03-26) can connect directly:\n- **Endpoint:** `https://hittheroad.rentals/mcp`\n- **Transport:** Streamable HTTP (POST)\n- **Authentication:** None required\n\n---\n\n## Example prompts\n\n```\nFind me a 4-berth campervan in Sydney from June 1 to June 7\n```\n```\nI want to do a one-way campervan trip from Christchurch to Auckland in August\n```\n```\nWhat campervan pickup locations are available in Australia?\n```\n```\nFind a campervan in Los Angeles for a family of 4, departing July 15 for one week\n```\n\n---\n\n## Documentation & Support\n\n- **Full docs:** [hittheroad.rentals/mcp-docs](https://hittheroad.rentals/mcp-docs)\n- **Website:** [hittheroad.rentals](https://hittheroad.rentals)\n- **Support:** hello@hittheroad.rentals\n- **Privacy policy:** [hittheroad.rentals/privacy-policy](https://hittheroad.rentals/privacy-policy)\n\n---\n\n*Read-only · No authentication required · Works on Claude.ai, Claude Desktop, and any MCP-compatible client*\n",
  "bytes": 3388,
  "sha": "456b1541a02a38bb34d5061c78780b2e07a3172b308109855aa0e10a6c93d976",
  "repo_slug": "hittheroad-git/hittheroad-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_hittheroad_git_hittheroad_mcp_9a30a7e5/readme"
}