← sporthotelideal.at

INDIVIDUAL MCP TOOL

verfuegbarkeit_pruefen

Prüft live, welche Zimmerkategorien in einem Zeitraum frei sind, und liefert Endpreise in Euro für den gesamten Aufenthalt.

sporthotelideal.atnone authenticationAvailability not checked

LIVE ENDPOINT

https://booking.sporthotelideal.at/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

sporthotelideal.at

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.sporthotelideal-at]
url = "https://booking.sporthotelideal.at/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sporthotelideal-at": {
      "type": "http",
      "url": "https://booking.sporthotelideal.at/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sporthotelideal-at
Remote MCP URL: https://booking.sporthotelideal.at/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": {
    "sporthotelideal-at": {
      "url": "https://booking.sporthotelideal.at/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sporthotelideal-at": {
      "type": "http",
      "url": "https://booking.sporthotelideal.at/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sporthotelideal-at",
  "transport": "streamable-http",
  "url": "https://booking.sporthotelideal.at/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • hotel_info — Liefert Stammdaten des Hauses, alle Zimmerkategorien mit Beschreibung und Belegung sowie die aktuellen Pauschalen inklusive Buchungslink.
  • alternative_termine — Sucht rund um einen belegten Wunschzeitraum nach sofort buchbaren Terminen: gleiche Anreise mit anderer Dauer sowie derselbe Aufenthalt einige Tage früher oder später.
  • frage_zum_haus — Beantwortet Sachfragen zum Haus aus der vom Hotel gepflegten Wissensdatenbank: Frühstückszeiten, Haustiere, Parkplatz, Wellness, Anreise, Stornobedingungen und Ähnliches.
  • zusatzleistungen — Listet die Leistungen, die sich bei der Online-Buchung dazubuchen lassen, mit Preis und Abrechnungsart.
  • raten_info — Erklärt die online buchbaren Raten (z.
  • zimmer_bilder — Liefert echte Fotos einer Zimmerkategorie als Bilder, die dem Gast direkt angezeigt werden.
  • search — Durchsucht die Inhalte des Hotels (häufige Fragen, Zimmerkategorien, Pauschalen) und liefert Treffer mit id, Titel und Link.
  • fetch — Liefert den vollständigen Text zu einer id aus search.