Search campgrounds around the world on campertunity, check availability, and provide booking links
Server Config
{
"mcpServers": {
"campground-search-mcp-server": {
"command": "npx",
"args": [
"-y",
"campertunity-mcp-server@latest"
],
"env": {
"CAMPERTUNITY_API_KEY": "your_api_key_here"
}
}
}
}