Campertunity
by @jsuppers
Search for campgrounds, check availability and book campsites across the entire world
clawhub install campertunityπ About This Skill
name: campertunity description: Search for campgrounds, check availability and book campsites across the entire world metadata: {"openclaw":{"homepage":"https://campertunity.com","install":[{"id":"npm","kind":"node","formula":"campertunity-ai-tools","bins":["campertunity-ai-tools"],"label":"Campertunity MCP Server"}],"requires":{"anyBins":["campertunity-ai-tools","npx"]}}}
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:
{
"mcpServers": {
"campertunity": {
"command": "npx",
"args": ["-y", "campertunity-ai-tools"]
}
}
}
Available tools
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
campgroundDescription parameter supports natural language (e.g. "near a lake with swimming")β‘ When to Use
When the user wants to find campgrounds, check campsite availability, or book camping/glamping/RV sites.
βοΈ Configuration
Add the MCP server to your config:
{
"mcpServers": {
"campertunity": {
"command": "npx",
"args": ["-y", "campertunity-ai-tools"]
}
}
}
π Tips & Best Practices
campgroundDescription parameter supports natural language (e.g. "near a lake with swimming")