General Tools
bergsonne-allgaeu.de
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://bergsonne-allgaeu.de/api/booking-mcp
MCP server metadata
- Name
- hotel-bergsonne-booking
- Version
- 1.3.0
Direct booking server of Hotel Bergsonne Allgäu in Sonthofen-Imberg, Germany. Use get_hotel_details for operational facts (room category codes, check-in 15:00, check-out 11:00, contact) and get_fact_sheet for descriptive property data; get_addons lists bookable extras. Always call search_availability first, then get_price_quote for the chosen room category and the same dates: prices are per person per night in EUR, breakfast, VAT and city tax (Kurtaxe, EUR 3.50 per person per night) are already included and must never be added. Create a reservation with create_booking only after availability and price were confirmed, and run it once with test: true as a sandbox dry run before the live call; pass an idempotencyKey so a retry cannot double-book. Payment is requested after submission via a secure payment link, due no later than 7 days before arrival; cash is not accepted. Requests and replies are handled in German and English (Deutsch und Englisch).
Known tools 6
get_hotel_detailsFetch hotel operational data from the WBE system: room types with abbreviation codes (roomId), check-in/out times, contact information.
Inferred read-onlysearch_availabilitySearch real-time room availability and daily pricing for Hotel Bergsonne Allgäu.
Inferred read-onlyget_price_quoteGet a nightly price breakdown and total for a specific room at Hotel Bergsonne Allgäu.
Inferred read-onlyget_fact_sheetFetch the full GIATA property fact sheet for Hotel Bergsonne Allgäu: rich descriptions, amenities, images, room classifications.
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.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.
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.