Campertunity

by campertunity

16 stars
304 downloads
Not rated
GitHub

About

Search campgrounds around the world on campertunity, check availability, and provide booking links.

Details

Author
campertunity
GitHub stars
16
Downloads
304
Categories
Developer Tools, Search, Knowledge Base, Other

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Campertunity
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

listing-availability

Check availability for specific campsites at a listing

listing-book

Get a booking URL for a campground or recreation site

listing-details

Get detailed information about a specific listing

listing-search

Search for campgrounds and outdoor recreation listings

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

Campertunity AI Tools

AI tools to search for campgrounds, check availability and book campsites across the entire world.

Includes agent skill files and an MCP server for AI-powered campground discovery.

Agent Skill Files

This package includes skill files compatible with OpenClaw, Claude Code, Codex, and other agent platforms that support the SKILL.md format.

Install the skill:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.