Campertunity MCP Server
OfficialThe Campertunity MCP Server provides tools for interacting with camping and outdoor recreation data through the Model Context Protocol (MCP):
Search for camping places: Filter by location, dates, occupancy, radius, and natural language descriptions. Use tags for site types, access types, activities, amenities, and terrain.
Get detailed information: Retrieve specific camping place details using a place ID.
Check availability: Verify site availability for specific dates and places, with optional site ID filtering.
Book camping sites: Make reservations using place ID, dates, and number of adults/children.
Provides access to camping and outdoor recreation data, allowing searches for camping places with boat access as a filtering option.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Campertunity MCP Serverfind tent camping near Yosemite for 2 adults next weekend"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 directoryRelated MCP server: Alchemy MCP Server
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 |
| number | Results to return (default: 50, max: 1000) |
| string | Pagination cursor from previous response |
| string | Availability start date (YYYY-MM-DD) |
| string | Availability end date (YYYY-MM-DD) |
| number | Number of adults (default: 1) |
| number | Number of children (default: 0) |
| number | Center point latitude |
| number | Center point longitude |
| number | Search radius in km (default: 20) |
| string | Region/state (geocoded if no lat/lng) |
| string | City (geocoded if no lat/lng) |
| string | Country (geocoded if no lat/lng) |
| string | Country code, e.g. "US", "CA" |
| string[] | Tags to filter by (see below) |
| string | Natural language description |
listing-details
Get detailed information about a specific listing.
Parameter | Type | Description |
| string | ID of the listing |
listing-availability
Check campsite availability for specific dates.
Parameter | Type | Description |
| string | ID of the listing |
| string[] | Optional specific site IDs |
| string | Start date (YYYY-MM-DD) |
| string | End date (YYYY-MM-DD) |
listing-book
Get a booking URL for a campground.
Parameter | Type | Description |
| string | ID of the listing |
| string | Start date (YYYY-MM-DD) |
| string | End date (YYYY-MM-DD) |
| number | Number of adults (default: 1) |
| 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.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/campertunity/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server