CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
hittheroad-git avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Developer ToolsSearch & Web Crawling
Registryactive
TransportHTTP
UpdatedApr 15, 2026
View on GitHub

Related Developer Tools MCP Servers

View all →
hrvoje0099 avatar
Git Leaderboard

hrvoje0099/git-leaderboard

Official MCP server for Git Leaderboard rankings, profiles, streaks, and user comparisons.
crunchtools avatar
MCP Gitlab

io.github.crunchtools/gitlab

Secure MCP server for GitLab projects, merge requests, issues, and pipelines
davidweb3-ctrl avatar
Github

io.github.davidweb3-ctrl/github

GitHub MCP Server - List PRs, issues, repo info, and search code
edrich13 avatar
Mcp Jira Server

io.github.edrich13/mcp-jira-server

MCP server for self-hosted Jira instance with Personal Access Token authentication
ethanackerman-git avatar
Preflight Ios Mcp

io.github.ethanackerman-git/preflight-ios-mcp

57 tools for AI-powered iOS Simulator automation — tap, swipe, type, screenshots, and more.
evozim avatar
Linear-Task-Broker

io.github.evozim/linear-broker

Integrates agents with Linear software development workflows.