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, availability alerts, 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, availability alerts, 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

Signed-in users can manage availability alerts, while operators can also 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

Translation missing: en.developers_mcp.tools.search

No Auth

PropertyDetailsTool

Translation missing: en.developers_mcp.tools.property

No Auth

UnitDetailsTool

Translation missing: en.developers_mcp.tools.unit

No Auth
User Tools (Sign In Required)

User Tools (Sign In Required)

Signed-in guests can share their preferred RV, create alerts, review existing alerts, and check live alert status updates through their AI assistant.

MyPreferredRvTool

Translation missing: en.developers_mcp.tools.my_preferred_rv

Sign In Required

MyRvFitContextTool

Translation missing: en.developers_mcp.tools.my_rv_fit_context

Sign In Required

MyAvailabilityAlertsTool

Translation missing: en.developers_mcp.tools.my_alerts

Sign In Required

AvailabilityAlertStatusTool

Translation missing: en.developers_mcp.tools.alert_status

Sign In Required

CreateAvailabilityAlertTool

Translation missing: en.developers_mcp.tools.create_alert

Sign In Required
Operator Tools (OAuth Required)

Operator Tools (OAuth Required)

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

MyManagedPropertiesTool

Translation missing: en.developers_mcp.tools.managed

OAuth Required

OperatorPropertyOverviewTool

Translation missing: en.developers_mcp.tools.overview

OAuth Required

OperatorBookingsTool

Translation missing: en.developers_mcp.tools.bookings

OAuth Required

OperatorInventoryTool

Translation missing: en.developers_mcp.tools.inventory

OAuth Required

OperatorReviewsTool

Translation missing: en.developers_mcp.tools.reviews

OAuth Required

McpJobStatusTool

Translation missing: en.developers_mcp.tools.job_status

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