Campertunity
Visit ProjectSearch campgrounds worldwide on Campertunity, check availability, and get booking links.
Visit ProjectCategory
Tags
What is Campertunity?
Campertunity is a platform that allows users to search for campgrounds worldwide, check availability, and get booking links. It provides AI-powered tools for interacting with camping and outdoor recreation data through the Model Context Protocol (MCP).
How to use Campertunity?
- Obtain an API key from https://campertunity.com/mcp
- Set up the MCP client configuration with your API key
- Use the available tools to search for campgrounds, check availability, get details, and book sites
Key features of Campertunity?
- Campground Search: Search for camping places with multiple filters (location, dates, amenities, activities)
- Availability Checking: Verify site availability for specific dates
- Detailed Information: Get comprehensive details about campgrounds
- Booking Integration: Book camping sites directly through the platform
- AI-Enhanced Data: Utilizes AI to provide curated and accurate camping information
Use cases of Campertunity?
- Planning weekend camping trips with specific amenities
- Finding last-minute availability for RV sites
- Researching campgrounds near national parks
- Comparing different glamping options
- Checking real-time availability for large group bookings
FAQ from Campertunity?
- What kind of campgrounds can I find on Campertunity?
Campertunity covers various site types including tents, RVs, lodging, glamping, and cabins, with filters for amenities, activities, and terrain types.
- Is the data accurate?
While the data is curated and enhanced with AI, Campertunity emphasizes using real-time data directly through their server to ensure accuracy.
- Can I collect or redistribute the data?
No, the terms of service prohibit redistributing, saving, caching, or modifying the provided data to maintain data integrity and intellectual property rights.
- What geographic areas are covered?
Campertunity provides worldwide coverage for campground searches and bookings.
MCP Server for Campertunity
This server implements the Model Context Protocol (MCP) for Campertunity, providing AI models with tools to interact with camping and outdoor recreation data.
MCP Client Config
{
"mcpServers": {
"campground-search-mcp-server": {
"command": "npx",
"args": ["-y", "campertunity-mcp-server@latest"],
"env": {
"CAMPERTUNITY_API_KEY": "your_api_key_here"
}
}
}
}
Setup
- Get your API key from https://campertunity.com/mcp
- Set the environment variable:
CAMPERTUNITY_API_KEY=your_api_key_here
Available Tools
place-search
Search for camping places with various filters and criteria.
- Parameters:
limit
: Number of results (default: 50, max: 1000)startDate
: Start date for availability (YYYY-MM-DD)endDate
: End date for availability (YYYY-MM-DD)adults
: Number of adults (default: 1)children
: Number of children (default: 0)latitude
: Center point latitudelongitude
: Center point longituderadius
: Search radius in kilometers (default: 20)filters
: Array of tags to filter by (see Tag enum below)campgroundDescription
: Natural language description of desired campground features
place-details
Get detailed information about a specific camping place.
- Parameters:
placeId
: ID of the place to get details for
place-availability
Check availability of camping sites at a specific place.
- Parameters:
placeId
: ID of the place to checksiteIds
: Optional array of specific site IDs to checkstartDate
: Start date (YYYY-MM-DD)endDate
: End date (YYYY-MM-DD)
place-book
Book a camping site.
- Parameters:
placeId
: ID of the place to bookstartDate
: Start date (YYYY-MM-DD)endDate
: End date (YYYY-MM-DD)adults
: Number of adults (default: 1)children
: Number of children (default: 0)
Available Tags for Filtering
Site Types
- tent
- rv
- lodging
- glamping
- cabin
Access Types
- 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
Important Notice
The data provided through these tools is collected from multiple sources and enhanced with AI. To ensure data accuracy and respect intellectual property rights:
- Do not redistribute the data
- Do not save or cache the data
- Do not modify the data
- Always use real-time data through the server
For more information, visit campertunity.com