ENDPOINT 1
https://the-orbit.ch/api/mcp
MCP server metadata
- Name
- orbit
- Version
- 0.3.0
Orbit ist eine Plattform für Workshop- und Seminarräume (Preise in CHF). Räume werden pro Tag in drei Slots gebucht: vormittag (08:00–12:00), nachmittag (13:00–18:00) oder ganztags (08:00–18:00). Lese-Tools liefern Räume, Verfügbarkeiten und Services mit Standardpreisen. quote_booking berechnet den unverbindlichen Gesamtpreis; request_booking stellt eine unverbindliche Buchungsanfrage (kein Slot-Lock — das Orbit-Team bestätigt per E-Mail). Empfohlener Ablauf: check_availability → quote_booking → request_booking. Mit API-Token (Authorization: Bearer) bucht create_booking verbindlich mit den Konditionen des Kunden; quote_booking ist dann personalisiert.
Known tools 6
list_roomsListet alle aktiven Räume des Orbit mit Kapazität, Etage, Ausstattung und Standardpreisen pro Slot (vormittag 08:00–12:00, nachmittag 13:00–18:00, ganztags 08:00–18:00).
Inferred read-onlycheck_availabilityPrüft für ein Datum, welche Slots (vormittag, nachmittag, ganztags) in welchen Räumen noch frei sind, inklusive Standardpreisen in CHF.
Inferred read-onlyquote_bookingBerechnet den unverbindlichen Gesamtpreis (Listenpreise, CHF) für eine Raum-/Service-Auswahl mit der echten Pricing-Engine des Orbit — inklusive Bestpreis-Logik, Wochenend-Zuschlag (+30%) und Verpflegungs-Pauschalen.
Inferred read-onlycreate_bookingErstellt eine VERBINDLICHE Buchung mit den echten Konditionen des angemeldeten Kontos (Company-Pass-Deckung bzw.
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.orbit]
url = "https://the-orbit.ch/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"orbit": {
"type": "http",
"url": "https://the-orbit.ch/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: orbit
Remote MCP URL: https://the-orbit.ch/api/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": {
"orbit": {
"url": "https://the-orbit.ch/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"orbit": {
"type": "http",
"url": "https://the-orbit.ch/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "orbit",
"transport": "streamable-http",
"url": "https://the-orbit.ch/api/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.