General
campertunity - Claude MCP Skill
Search for campgrounds, check availability and book campsites across the entire world
SEO Guide: Enhance your AI agent with the campertunity tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to search for campgrounds, check availability and book campsites across the entire world... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟16 stars • 3 forks
📥0 downloads
Documentation
SKILL.md## When to use
When the user wants to find campgrounds, check campsite availability, or book camping/glamping/RV sites.
## Setup
Add the MCP server to your config:
```json
{
"mcpServers": {
"campertunity": {
"command": "npx",
"args": ["-y", "campertunity-ai-tools"]
}
}
}
```
## Available tools
- **listing-search** - Search campgrounds by location, amenities, dates, and filters (pet-friendly, RV hookups, hiking, etc.)
- **listing-details** - Get full details about a specific campground (description, amenities, photos, reviews)
- **listing-availability** - Check campsite availability for specific dates
- **listing-book** - Get a booking URL for a campground
## Workflow
1. Use `listing-search` to find campgrounds matching the user's criteria
- Always include location (city/region/country or lat/lng)
- Use filters for specific needs (petFriendly, rv, hiking, etc.)
- Include dates if the user has them
2. Present results in a clear table with name, distance, rating, and price
3. If the user wants more info, use `listing-details` for the specific listing
4. Check availability with `listing-availability` when the user has dates
5. Provide a booking link with `listing-book`
## Tips
- If a search returns no results, try broadening the radius or removing filters
- Availability is not supported for all listings — some will return a link to check manually
- The `campgroundDescription` parameter supports natural language (e.g. "near a lake with swimming")Signals
Avg rating⭐ 0.0
Reviews0
Favorites0
Information
- Repository
- campertunity/mcp-server
- Author
- campertunity
- Last Sync
- 5/11/2026
- Repo Updated
- 4/14/2026
- Created
- 4/15/2026
Reviews (0)
No reviews yet. Be the first to review this skill!