← Registry

Productivity

the-orbit.ch

Manages room bookings and service pricing for the Orbit venue.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://the-orbit.ch/api/mcp

No auth detected

MCP server metadata

Name
orbit
Version
0.3.0
Capabilities
tools.listChanged
Server instructions

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_rooms

Listet 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-only
check_availability

Prüft für ein Datum, welche Slots (vormittag, nachmittag, ganztags) in welchen Räumen noch frei sind, inklusive Standardpreisen in CHF.

Inferred read-only
list_services

Listet alle buchbaren Zusatzservices (z.

Inferred read-only
quote_booking

Berechnet 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-only
request_booking

Stellt eine UNVERBINDLICHE Buchungsanfrage an das Orbit-Team.

Inferred read-only
create_booking

Erstellt eine VERBINDLICHE Buchung mit den echten Konditionen des angemeldeten Kontos (Company-Pass-Deckung bzw.

Inferred read-only

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

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.