by campertunity
Provides AI models with searchable, detailed, availability, and booking tools for camping and outdoor recreation data, enabling real‑time interaction with Campertunity's campsite information.
Mcp Server delivers a set of Model Context Protocol (MCP) tools that let AI agents query and act on camping place data. It supports searching for campsites, retrieving detailed information, checking site availability, and making reservations directly through the server.
CAMPERTUNITY_API_KEY
with your key.npx -y campertunity-mcp-server@latest
(or include the provided client configuration).place-search
, place-details
, place-availability
, place-book
) from your MCP‑compatible AI model, passing the required parameters as defined in the README.Q: Do I need to run a separate server?
A: No, the server is a lightweight npm package that can be launched with npx
and communicates via MCP.
Q: Which environment variable holds my key?
A: CAMPERTUNITY_API_KEY
.
Q: Can I cache the data for faster responses? A: Data must be fetched in real time; caching or redistribution is prohibited.
Q: What date format is required?
A: YYYY-MM-DD
.
Q: What is the maximum number of results for a search? A: Up to 1,000 results (default 50).
This server implements the Model Context Protocol (MCP) for Campertunity, providing AI models with tools to interact with camping and outdoor recreation data.
{
"mcpServers": {
"campground-search-mcp-server": {
"command": "npx",
"args": ["-y", "campertunity-mcp-server@latest"],
"env": {
"CAMPERTUNITY_API_KEY": "your_api_key_here"
}
}
}
}
CAMPERTUNITY_API_KEY=your_api_key_here
Search for camping places with various filters and criteria.
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 featuresGet detailed information about a specific camping place.
placeId
: ID of the place to get details forCheck availability of camping sites at a specific place.
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)Book a camping site.
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)The data provided through these tools is collected from multiple sources and enhanced with AI. To ensure data accuracy and respect intellectual property rights:
For more information, visit campertunity.com
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "campertunity-mcp-server": { "command": "npx", "args": [ "-y", "campertunity-mcp-server@latest" ], "env": { "CAMPERTUNITY_API_KEY": "<YOUR_API_KEY>" } } } }
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.