← the-driscoll.com

INDIVIDUAL MCP TOOL

check_stay_availability

Interpret the current public availability feed for one proposed stay.

the-driscoll.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://the-driscoll.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_stay_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

the-driscoll.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.the-driscoll-public-ai]
url = "https://the-driscoll.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "the-driscoll-public-ai": {
      "type": "http",
      "url": "https://the-driscoll.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: the-driscoll-public-ai
Remote MCP URL: https://the-driscoll.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": {
    "the-driscoll-public-ai": {
      "url": "https://the-driscoll.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "the-driscoll-public-ai": {
      "type": "http",
      "url": "https://the-driscoll.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "the-driscoll-public-ai",
  "transport": "streamable-http",
  "url": "https://the-driscoll.com/mcp"
}
MCP Inspector

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

Related tools

  • search_property_knowledge — Search owner-controlled public property facts, policies, amenities and curated guest-safe support.
  • get_property_section — Retrieve one complete owner-controlled public knowledge section by the exact ID returned from search_property_knowledge.
  • get_booking_options — Return The Driscoll's authorised booking links and platform-specific occupancy rule.
  • get_guest_support_guidance — Retrieve the closest curated guest-safe Level-1 support sections for an installed device, appliance symptom or error.