Loby MCP

The Loby MCP is a Model Context Protocol server for museum staff. Connect Cursor, Claude, or another MCP client and work as the signed-in Loby Cloud user: list museums you can manage, edit email/PDF/wallet/app/website templates, and build seating maps.

It is not a public guest assistant. Tickets, customers, and memberships stay on the REST API. Tasks stay on the CLI.

The host is https://mcp.loby.io. The MCP speaks Streamable HTTP at POST /. Health is open at GET /health.

Sign in with your Loby Cloud account (Authentication). The server forwards that token to Loby, so you only see and change what your user is allowed to change.

What you can do

  • MuseumslistMuseums returns the museums you can manage, with each museum's default language and the languages it supports.
  • Templates — emails, PDFs, wallet passes, the app, the website, checkout styling, thermal slips, and seating-map drawings. Edits stay in a working copy until someone publishes in Loby Cloud.
  • Seating maps — levels, entries, and capacities on a location, plus a visual layout (prefer template tools for the drawing).

Look up ids. Do not guess them. Start with listMuseums (match by name), then listTemplates or listLocationSeatingCharts.

Tools

Every live tool is in Tool Reference. Concepts that apply across tools:

Connect a client: Connect.

Next
Connect