MCP.so
Sign In

Campertunity MCP Server

@campertunity

About Campertunity MCP Server

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "campground-search-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "campertunity-mcp-server@latest"
      ],
      "env": {
        "CAMPERTUNITY_API_KEY": "your_api_key_here"
      }
    }
  }
}

Tools

4

Overview

What is Campertunity MCP Server?

Campertunity MCP Server provides AI-powered tools to search for campgrounds, check availability, and book campsites worldwide. It is designed for use with agent platforms that support the MCP protocol, such as OpenClaw, Claude Code, and Codex.

How to use Campertunity MCP Server?

Add the server to your MCP configuration using npx -y campertunity-ai-tools@latest as the command. An API key is optional; without one, basic rate limits apply. For higher rate limits, obtain a key from campertunity.com/mcp and set it in the CAMPERTUNITY_API_KEY environment variable. Agent skill files (SKILL.md) are also available for platforms that support them.

Key features of Campertunity MCP Server

  • Search campgrounds with filters, location, and date range.
  • Get detailed information about a specific listing.
  • Check campsite availability for specific dates.
  • Obtain a booking URL for a campground.
  • Optional API key for higher rate limits.
  • Data from multiple sources, enhanced with AI.

Use cases of Campertunity MCP Server

  • Find campgrounds near a city, region, or coordinates.
  • Filter by site type, access, activities, amenities, or terrain.
  • Check if a specific campground has available sites for dates.
  • Get a booking link to reserve a campsite online.
  • Integrate campground discovery into AI agents or automation.

FAQ from Campertunity MCP Server

Do I need an API key?

No. A key is optional; without it you can use the server. For higher rate limits, get a key from campertunity.com/mcp and set the CAMPERTUNITY_API_KEY environment variable.

What runtime or dependencies are required?

The server runs via npx and Node.js. No additional installation is required besides adding the configuration to your MCP settings.

Where does the data come from?

Data is collected from multiple sources and enhanced with AI. The README states not to redistribute, cache, or modify the data, and to always use real-time data through the server.

What transport or authentication does the server use?

It uses the standard MCP transport (stdio). Authentication is optional via the CAMPERTUNITY_API_KEY environment variable.

Are there limits on the data I can access?

The listing-search tool has a default limit of 50 results, with a maximum of 1000. Pagination is supported via a cursor. Rate limits apply, and using an API key provides higher limits.

Frequently asked questions

Do I need an API key?

No. A key is optional; without it you can use the server. For higher rate limits, get a key from campertunity.com/mcp and set the `CAMPERTUNITY_API_KEY` environment variable.

What runtime or dependencies are required?

The server runs via `npx` and Node.js. No additional installation is required besides adding the configuration to your MCP settings.

Where does the data come from?

Data is collected from multiple sources and enhanced with AI. The README states not to redistribute, cache, or modify the data, and to always use real-time data through the server.

What transport or authentication does the server use?

It uses the standard MCP transport (stdio). Authentication is optional via the `CAMPERTUNITY_API_KEY` environment variable.

Are there limits on the data I can access?

The `listing-search` tool has a default limit of 50 results, with a maximum of 1000. Pagination is supported via a cursor. Rate limits apply, and using an API key provides higher limits.

Comments

More Other MCP servers