# Campertunity > Global campground discovery, availability, and booking platform. Search and book unique camping experiences worldwide — tents, RVs, glamping, cabins. For LLM and agent integration, do NOT scrape listing pages. Use the real-time API or MCP server below — listing data changes frequently and may not be redistributed or cached. ## Integrations - [MCP Server docs](https://campertunity.com/mcp): hosted Streamable HTTP endpoint at `https://campertunity.com/mcp-server`, plus local stdio config and curl smoke test - [REST API docs](https://campertunity.com/api): endpoints, request/response schemas, pagination, filters - [Agent Skills docs](https://campertunity.com/skills): SKILL.md install for OpenClaw, Claude Code, Codex, plus MCP wiring - [API Keys](https://campertunity.com/api-keys): generate keys for higher rate limits (default limits work without a key) ## Tools available via MCP - `listing-search` — search campgrounds by location, dates, and filters (site type, amenities, terrain, activities) - `listing-details` — full campground info in Schema.org Campground format (description, amenities, photos, reviews) - `listing-availability` — site-level availability for a date range - `listing-book` — generate a pre-filled booking URL with dates and guest count Each MCP tool maps 1:1 to a REST endpoint — see the API docs for full parameter schemas. ## Data usage - Do not redistribute, cache, or republish listing data - Always fetch real-time via API or MCP — content changes daily - Attribution: link back to the listing page on campertunity.com when surfacing results to users ## Browseable formats (for agents that prefer URLs over MCP) If an agent can't use the MCP server or API directly, every listing page is also served in two AI-friendly formats: - `.md` — markdown with the listing's name, description, key facts, amenities, and an inline schema.org JSON code block - `.json` — schema.org Campground JSON Geographic index pages link to all listings in a bounding box: - [Canada](https://campertunity.com/listings/campgrounds/in/canada) - [United States](https://campertunity.com/listings/campgrounds/in/usa) - [New Zealand](https://campertunity.com/listings/campgrounds/in/new-zealand) - [Australia](https://campertunity.com/listings/campgrounds/in/australia) - [United Kingdom](https://campertunity.com/listings/campgrounds/in/united-kingdom) Index pages support `/in/`, `/in//`, and `/in///`. Full coverage of all listings is in the [sitemap](https://campertunity.com/sitemap_index.xml). ## Optional - [About](https://campertunity.com/about) - [Terms & Conditions](https://campertunity.com/termsconditions) - [Privacy Policy](https://campertunity.com/privacy)