Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Search campgrounds around the world on campertunity, check availability, and provide booking links

README.md

Campertunity AI Tools

AI tools to search for campgrounds, check availability and book campsites across the entire world.

Includes agent skill files and an MCP server for AI-powered campground discovery.

Agent Skill Files

This package includes skill files compatible with OpenClaw, Claude Code, Codex, and other agent platforms that support the SKILL.md format.

Install the skill:

# OpenClaw
openclaw skills install campertunity

# Claude Code / other platforms
# Copy skills/campertunity/SKILL.md to your workspace skills directory

MCP Server

Quick Start

{
  "mcpServers": {
    "campertunity": {
      "command": "npx",
      "args": ["-y", "campertunity-ai-tools@latest"]
    }
  }
}

API Key (optional)

No API key is required. For higher rate limits, get a key from campertunity.com/mcp:

{
  "mcpServers": {
    "campertunity": {
      "command": "npx",
      "args": ["-y", "campertunity-ai-tools@latest"],
      "env": {
        "CAMPERTUNITY_API_KEY": "your_api_key_here"
      }
    }
  }
}

Available Tools

listing-search

Search for campgrounds with filters and location-based search.

| Parameter | Type | Description | |-----------|------|-------------| | limit | number | Results to return (default: 50, max: 1000) | | cursor | string | Pagination cursor from previous response | | startDate | string | Availability start date (YYYY-MM-DD) | | endDate | string | Availability end date (YYYY-MM-DD) | | adults | number | Number of adults (default: 1) | | children | number | Number of children (default: 0) | | latitude | number | Center point latitude | | longitude | number | Center point longitude | | radius | number | Search radius in km (default: 20) | | region | string | Region/state (geocoded if no lat/lng) | | city | string | City (geocoded if no lat/lng) | | country | string | Country (geocoded if no lat/lng) | | countryCode | string | Country code, e.g. "US", "CA" | | filters | string[] | Tags to filter by (see below) | | campgroundDescription | string | Natural language description |

listing-details

Get detailed information about a specific listing.

| Parameter | Type | Description | |-----------|------|-------------| | listingId | string | ID of the listing |

listing-availability

Check campsite availability for specific dates.

| Parameter | Type | Description | |-----------|------|-------------| | listingId | string | ID of the listing | | siteIds | string[] | Optional specific site IDs | | startDate | string | Start date (YYYY-MM-DD) | | endDate | string | End date (YYYY-MM-DD) |

listing-book

Get a booking URL for a campground.

| Parameter | Type | Description | |-----------|------|-------------| | listingId | string | ID of the listing | | startDate | string | Start date (YYYY-MM-DD) | | endDate | string | End date (YYYY-MM-DD) | | adults | number | Number of adults (default: 1) | | children | number | Number of children (default: 0) |

Filter Tags

Site Types: tent, rv, lodging, glamping, cabin

Access: driveIn, walkIn, equestrian, boat

Activities: biking, boating, fishing, hiking, horsebackRiding, paddling, windSports, surfing, swimming, whitewaterPaddling, wildlifeWatching

Amenities: picnicTable, fires, toilets, outhouse, potableWater, petFriendly, rvHookup, rvSanitation, trash, showers, wifi, handicap

Terrain: beach, cave, desert, forest, hotSpring, lake, river, swimmingHole, waterfall, creek

Data Notice

Data is collected from multiple sources and enhanced with AI. Do not redistribute, cache, or modify the data. Always use real-time data through the server.

For more information, visit campertunity.com.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.