← chateaudubu.fr

INDIVIDUAL MCP TOOL

list_public_events

Upcoming public events at the château (concerts, workshops, themed nights…) with dates, price per participant, optional dormitory bed, remaining places and a booking URL.

chateaudubu.frnone authenticationAvailability not checked

LIVE ENDPOINT

https://chateaudubu.fr/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

chateaudubu.fr

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.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.

Related tools

  • check_room_availability — Answer 'can a party of N stay from DATE for N nights?'.
  • get_availability_calendar — The full machine-readable availability feed: free room counts per night by room type, ~180 nights ahead, plus the semantics needed to read it.
  • get_hotel_info — Identity, postal address, coordinates, what the château offers, how to reach it, and the URLs to book or to get in touch.