General Tools
the-driscoll.com
Retrieves property details, availability, and booking links, plus guest support guidance for a hospitality property.
ENDPOINT 1
https://the-driscoll.com/mcp
MCP server metadata
- Name
- the-driscoll-public-ai
- Version
- 2.0.3
Use these tools only for public facts about The Driscoll. Treat owner-controlled knowledge as authoritative. Availability and PriceLabs rates are indicative and never confirm a reservation or final price. Do not infer private guest, access, reservation or smart-home information. Route unresolved booked-guest issues through the booking platform message thread.
Known tools 5
search_property_knowledgeSearch owner-controlled public property facts, policies, amenities and curated guest-safe support.
Inferred read-onlyget_property_sectionRetrieve one complete owner-controlled public knowledge section by the exact ID returned from search_property_knowledge.
Inferred read-onlycheck_stay_availabilityInterpret the current public availability feed for one proposed stay.
Inferred read-onlyget_booking_optionsReturn The Driscoll's authorised booking links and platform-specific occupancy rule.
Inferred read-onlyget_guest_support_guidanceRetrieve the closest curated guest-safe Level-1 support sections for an installed device, appliance symptom or error.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.