INDIVIDUAL MCP TOOL
get_hotel_details
Fetch hotel operational data from the WBE system: room types with abbreviation codes (roomId), check-in/out times, contact information.
LIVE ENDPOINT
https://bergsonne-allgaeu.de/api/booking-mcp
Connect to this endpoint to inspect the live schema for get_hotel_details 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
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.hotel-bergsonne-booking]
url = "https://bergsonne-allgaeu.de/api/booking-mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hotel-bergsonne-booking": {
"type": "http",
"url": "https://bergsonne-allgaeu.de/api/booking-mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hotel-bergsonne-booking
Remote MCP URL: https://bergsonne-allgaeu.de/api/booking-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": {
"hotel-bergsonne-booking": {
"url": "https://bergsonne-allgaeu.de/api/booking-mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hotel-bergsonne-booking": {
"type": "http",
"url": "https://bergsonne-allgaeu.de/api/booking-mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hotel-bergsonne-booking",
"transport": "streamable-http",
"url": "https://bergsonne-allgaeu.de/api/booking-mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_availability— Search real-time room availability and daily pricing for Hotel Bergsonne Allgäu.get_price_quote— Get a nightly price breakdown and total for a specific room at Hotel Bergsonne Allgäu.get_fact_sheet— Fetch the full GIATA property fact sheet for Hotel Bergsonne Allgäu: rich descriptions, amenities, images, room classifications.get_addons— Fetch the catalog of bookable add-on extras (e.create_booking— Create a hotel reservation at Hotel Bergsonne Allgäu.