Skip to content
MCP ThesaurusMCP Thesaurus

Hit The Road Rentals

CommunityIncomplete39/100Claim

streamable-httpupdated 4mo ago

Search motorhomes, RVs and campervans without leaving Claude.

SourceWebsite

What can you do with Hit The Road Rentals?

Hit The Road Rentals โ€” MCP Server

Search motorhomes, RVs and campervans without leaving Claude.

MCP Server Transport Auth Read Only

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:

{
  "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


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