CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Hit The Road Rentals

hittheroad-git/hittheroad-mcp
HTTPregistry active
Summary

Connects Claude to Hit The Road's campervan rental search engine covering 300+ companies across Australia, New Zealand, US, Canada, UK, and Europe. Exposes two tools: search_campervans for querying availability by country, city, and date range with optional one-way dropoff, and list_locations to enumerate the 69 supported cities across 8 countries. Returns live pricing, vehicle specs, and booking links. No auth required, runs over streamable HTTP. Useful when you're planning a road trip and want to compare motorhome options without leaving your conversation. Read-only access means it searches and surfaces results but doesn't handle bookings directly.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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.

ParameterTypeRequiredDescription
countrystring✅Two-letter country code: AU, NZ, US, CA, GB, DE, FR, IT, ES, NL
citystring✅Pickup city name. Use list_locations to get valid names.
pickup_datestring✅Pickup date in YYYY-MM-DD format
dropoff_datestring✅Drop-off date in YYYY-MM-DD format
dropoff_citystring➖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.

ParameterTypeRequiredDescription
countrystring➖Country code to filter by. Omit to return all 69 cities across 8 countries.

Coverage

CountryCities
🇦🇺 Australia28 cities
🇳🇿 New Zealand22 cities
🇺🇸 United States19 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

  • 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Developer ToolsSearch & Web Crawling
Registryactive
TransportHTTP
UpdatedApr 15, 2026
View on GitHub

Related Developer Tools MCP Servers

View all →
Git Mcp Server

ray0907/git-mcp-server

MCP server for GitLab and GitHub
Git Mcp Server

cyanheads/git-mcp-server

Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.
221
Atlassian Dc Mcp Bitbucket

io.github.b1ff/atlassian-dc-mcp-bitbucket

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
77
Atlassian Dc Mcp Jira

io.github.b1ff/atlassian-dc-mcp-jira

MCP server for Atlassian Jira Data Center - search, view, and create issues
77
Atlassian Jira

com.mcparmory/atlassian-jira

Create, search, and manage issues, projects, and team workflows
25
Vscode Terminal Mcp

sirlordt/vscode-terminal-mcp

Execute commands in visible VSCode terminal tabs with output capture and session reuse.
1