← aeracabins.com

INDIVIDUAL MCP TOOL

scan_availability

Scan a future window (max 92 nights) and get each cabin’s OPEN date ranges from the public Guesty booking calendar (view-only — no booking, no reservation data).

aeracabins.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://aeracabins.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for scan_availability and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

aeracabins.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aera-cabins]
url = "https://aeracabins.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aera-cabins": {
      "type": "http",
      "url": "https://aeracabins.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aera-cabins
Remote MCP URL: https://aeracabins.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aera-cabins": {
      "url": "https://aeracabins.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aera-cabins": {
      "type": "http",
      "url": "https://aeracabins.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aera-cabins",
  "transport": "streamable-http",
  "url": "https://aeracabins.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_property_overview — Overview of the Aera Cabins property: what it is, where it is, contact and booking links, and the list of cabins with key stats.
  • get_cabin_details — Full details for one cabin: description, highlights, bedrooms and beds, amenities, extra listing info, and booking link.
  • list_photos — List photos with descriptions for a unit.
  • get_location_and_directions — Street address, GPS coordinates, and driving directions to Aera Cabins on Cowichan Lake.
  • get_page_content — Structured text content of a site page.
  • recommend_cabin — Recommend the best cabin for a group.
  • get_booking_info — How to book a stay.
  • check_availability — Live availability for all three cabins for a future date range, from the public Guesty booking calendar (view-only — no booking, no reservation data).