OutReserve
Connect your AI assistant to OutReserve

Use the Model Context Protocol (MCP) to search campgrounds, check availability, and manage your properties through any MCP-compatible AI client.

The Model Context Protocol is an open standard that lets AI assistants interact with external services. OutReserve's MCP server gives AI clients direct access to campground search, property details, and operator tools.

What is MCP?

The Model Context Protocol is an open standard that lets AI assistants interact with external services. OutReserve's MCP server gives AI clients direct access to campground search, property details, and operator tools.

Search Campgrounds

AI assistants can search for campgrounds by location, dates, amenities, and more.

Check Availability

Get real-time unit availability and pricing for any property.

Manage Properties

Operators can view bookings, inventory, and reviews through their AI assistant.

Public Tools (No Auth Required)

Public Tools (No Auth Required)

Search campgrounds, view property details, and check unit availability without authentication.

SearchCampgroundsTool

Search campgrounds by location, dates, and filters.

No Auth

PropertyDetailsTool

View detailed property information by UUID.

No Auth

UnitDetailsTool

View unit details with optional date-based availability.

No Auth
Operator Tools (OAuth Required)

Operator Tools (OAuth Required)

Manage bookings, view inventory, and access reviews by signing in with your OutReserve account.

MyManagedPropertiesTool

Discover which properties you can manage.

OAuth Required

OperatorPropertyOverviewTool

Get a dashboard summary for a managed property.

OAuth Required

OperatorBookingsTool

List and filter bookings for a managed property.

OAuth Required

OperatorInventoryTool

View units and availability for a managed property.

OAuth Required

OperatorReviewsTool

View reviews for a managed property.

OAuth Required

McpJobStatusTool

Check the status of a long-running async job.

OAuth Required

Supported Clients

Claude Desktop SSE
Cursor SSE
Windsurf SSE
Quick Start

Quick Start

Claude Desktop

Claude Desktop

{
  "mcpServers": {
    "outreserve": {
      "url": "https://outreserve.com/mcp/sse"
    }
  }
}
Cursor / Windsurf

Cursor / Windsurf

{
  "mcpServers": {
    "outreserve": {
      "url": "https://outreserve.com/mcp/sse",
      "transport": "sse"
    }
  }
}
Token Lifetimes

Token Lifetimes

Token Type TTL Notes
Access Token 1 hour Auto-refreshed by the client
Refresh Token 30 days Rotation enabled, each use issues a new token
PKCE Challenge N/A Required for all authorization code flows (S256)

FAQ