eCommerce
chateaudubu.fr
Provides tools to check room availability, get hotel information, fetch an availability calendar, and list public events for a château, supporting booking inquiries and reservations.
ENDPOINT 1
https://chateaudubu.fr/mcp
MCP server metadata
- Name
- chateau-du-bu
- Version
- 1.0.0
Read-only tools for Château du Bû, a château hotel in Aurseulles (Calvados, Normandy, France). Use them to answer guest questions about room availability, the estate, and public events. IMPORTANT — do not compute availability yourself from raw counts. Call `check_room_availability`: a night can be free and still not be bookable (no same-day arrivals), and a multi-night stay needs the same room type free on every night. The tool applies both rules and returns a verdict. This server never books, pays, or returns personal data. To act, send the guest to https://chateaudubu.fr/hotel/reserver.
Known tools 4
get_availability_calendarThe full machine-readable availability feed: free room counts per night by room type, ~180 nights ahead, plus the semantics needed to read it.
Inferred read-onlyget_hotel_infoIdentity, postal address, coordinates, what the château offers, how to reach it, and the URLs to book or to get in touch.
Inferred read-onlylist_public_eventsUpcoming public events at the château (concerts, workshops, themed nights…) with dates, price per participant, optional dormitory bed, remaining places and a booking URL.
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.chateau-du-bu]
url = "https://chateaudubu.fr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chateau-du-bu": {
"type": "http",
"url": "https://chateaudubu.fr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chateau-du-bu
Remote MCP URL: https://chateaudubu.fr/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": {
"chateau-du-bu": {
"url": "https://chateaudubu.fr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chateau-du-bu": {
"type": "http",
"url": "https://chateaudubu.fr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chateau-du-bu",
"transport": "streamable-http",
"url": "https://chateaudubu.fr/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.