streamable-httpupdated 4mo ago
Search motorhomes, RVs and campervans without leaving Claude.
O que dá para fazer com Hit The Road Rentals?
Hit The Road Rentals — MCP Server
Search motorhomes, RVs and campervans without leaving Claude.
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)
- Go to Settings → Connectors
- Click Add custom connector
- 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
- Full docs: hittheroad.rentals/mcp-docs
- Website: hittheroad.rentals
- Support: hello@hittheroad.rentals
- Privacy policy: hittheroad.rentals/privacy-policy
Read-only · No authentication required · Works on Claude.ai, Claude Desktop, and any MCP-compatible client
Instalação
Adicione Hit The Road Rentals ao seu cliente. Escolha o que você usa.
claude mcp add --transport http hit-the-road-rentals https://hittheroad.rentals/mcpcodex mcp add hit-the-road-rentals --url https://hittheroad.rentals/mcp{
"mcpServers": {
"hit-the-road-rentals": {
"url": "https://hittheroad.rentals/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hit-the-road-rentals": {
"type": "http",
"url": "https://hittheroad.rentals/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hit-the-road-rentals": {
"url": "https://hittheroad.rentals/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hit-the-road-rentals": {
"serverUrl": "https://hittheroad.rentals/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção13/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 139 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 3.0.0Mais recente | 15 de abr. de 2026 |