# orbit [Health: Active]

**Category:** 🚀 Aerospace & Astrodynamics  
**Repository:** https://www.the-orbit.ch/mcp  
**npm Downloads (last month):** 87  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/orbit

## Description
Orbit Zürich: Workshop-Räume, Preise und freie Slots abfragen, Buchungsanfragen stellen.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: medium). Install path inferred — verify against the README before running it. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "orbit": {
    "url": "https://www.the-orbit.ch/mcp"
  }
}
```

## Documentation

## What orbit MCP server does

The orbit MCP server connects an MCP-compatible agent to information about workshop spaces in Zürich. Its documented scope covers three kinds of interaction: finding workshop rooms, checking their prices, and checking which slots are free. It also lets an agent submit a booking request rather than only reading availability.

This makes the server relevant to workflows that begin with space discovery and continue into an inquiry. For example, an agent could help a user identify suitable workshop rooms, review the listed cost, inspect open slots, and send a request to book. The available description does not say that the server confirms bookings, completes payment, or manages an existing reservation, so those capabilities should not be assumed.

## Tools and capabilities

The supplied material identifies these capabilities for the orbit MCP server:

- Query workshop rooms in Zürich.
- Retrieve room prices.
- Check free or available slots.
- Submit booking requests.

The description does not provide tool names, input parameters, output fields, filtering options, or details about how a room or time slot is selected. Developers should therefore treat the capability list as the supported scope, not as a complete API reference.

A booking request is distinct from a confirmed booking in the available information. The orbit MCP server is documented as accepting booking requests, but no confirmation behavior or booking lifecycle is described.

## Setup and configuration

The provided material identifies the project source as `https://www.the-orbit.ch/mcp`, but it does not include installation instructions or configuration requirements. No environment variables, credentials, transport settings, dependency commands, or client setup steps are documented.

Before integrating the orbit MCP server, verify how the source endpoint is intended to be used and whether access requires authentication. The available listing also does not state which MCP clients are supported. As a result, client-specific configuration for Claude Desktop, Cursor, Windsurf, or Cline cannot be confirmed from the supplied material.

## Limitations and notes

The documented service is specific to workshop rooms in Zürich. The available description does not establish coverage for locations outside Zürich or for other venue types.

No details are provided about room attributes, capacity, equipment, booking-request status, cancellation, pricing currency, slot time zones, or real-time update frequency. Do not build assumptions about those fields into an integration without checking the source documentation.

The orbit MCP server may fit an agent that needs a narrow venue-search and booking-inquiry workflow. Its suitability for automated reservations, payment flows, calendar coordination, or confirmed booking management remains undetermined because those functions are not described.

_Full upstream README: https://allmcps.com/mcp/orbit/readme_

