Campertunity MCP Server
Model Context Protocol server for AI-driven camping and outdoor recreation data
Key Features
Use Cases
README
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
Star History
Repository Owner
Organization
Repository Details
Programming Languages
Tags
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
National Parks MCP Server
Real-time access to U.S. National Parks data via the Model Context Protocol.
Provides an MCP-compliant API server for real-time information on U.S. National Parks. Offers endpoints to query park details, alerts, activities, visitor centers, campgrounds, and events. Designed for easy integration with AI agents and tools that utilize the Model Context Protocol for context management.
- ⭐ 35
- MCP
- KyrieTangSheng/mcp-server-nationalparks
AllTrails MCP Server
MCP server for seamless AllTrails data access and integration
AllTrails MCP Server provides Model Context Protocol (MCP) compliant access to AllTrails hiking trail data, enabling AI tools to search for trails and retrieve detailed trail information. It supports searching by national park and fetching comprehensive details such as difficulty, length, elevation, ratings, and route types. The server communicates via standard input/output and is designed for easy integration with MCP-compatible clients like Claude Desktop. Installation is flexible, supporting both virtual environments and system Python setups.
- ⭐ 6
- MCP
- srinath1510/alltrails-mcp-server
Azure MCP Server
Connect AI agents with Azure services through Model Context Protocol.
Azure MCP Server provides a seamless interface between AI agents and Azure services by implementing the Model Context Protocol (MCP) specification. It enables integration with tools like GitHub Copilot for Azure and supports a wide range of Azure resource management tasks directly via conversational AI interfaces. Designed for extensibility and compatibility, it offers enhanced contextual capabilities for agents working with Azure environments.
- ⭐ 1,178
- MCP
- Azure/azure-mcp
Google Workspace MCP Server
Full natural language control of Google Workspace through the Model Context Protocol.
Google Workspace MCP Server enables comprehensive natural language interaction with Google services such as Calendar, Drive, Gmail, Docs, Sheets, Slides, Forms, Tasks, and Chat via any MCP-compatible client or AI assistant. It supports both single-user and secure multi-user OAuth 2.1 authentication, providing a production-ready backend for custom apps. Built on FastMCP, it delivers high performance and advanced context handling, offering deep integration with the entire Google Workspace suite.
- ⭐ 890
- MCP
- taylorwilsdon/google_workspace_mcp
@growi/mcp-server
Bridge GROWI wiki content to AI models with context-aware access and management.
@growi/mcp-server acts as a Model Context Protocol (MCP) server that enables AI models to access, search, and manage GROWI wiki content within an organization. It facilitates seamless connection between multiple GROWI instances and language models, enhancing information retrieval and knowledge management capabilities. The platform provides comprehensive tools for page, tag, comment, and revision management as well as share link and user activity tracking. Its flexible configuration allows simultaneous operation with several GROWI apps for scalable deployment.
- ⭐ 10
- MCP
- growilabs/growi-mcp-server
Aviationstack MCP Server
MCP server offering comprehensive endpoints for aviation and flight data.
Aviationstack MCP Server provides an MCP-compliant API that exposes tools to access real-time and scheduled flight data, aircraft details, random aircraft types, countries, and city information from the AviationStack API. It offers ready-to-use endpoints for airline-specific flight queries, airport schedules, and in-depth vehicle, country, and city data. The solution applies the Model Context Protocol by defining MCP tools as Python functions with standardized interfaces, designed for seamless integration into MCP-compatible environments. The server is built using Python, incorporates the FastMCP library, and is intended for easy deployment and use in application development.
- ⭐ 11
- MCP
- Pradumnasaraf/aviationstack-mcp
Didn't find tool you were looking for?