Skip to content

Sessions public API

Task-shaped tools over the public API: find a business, browse its schedule, preview checkout, start sign-in, and view/cancel your own registrations. Discovery is anonymous; viewer tools need the auth cookie or an embed-scoped Bearer JWT. Also mounted handle-scoped at https://go.sessions.website/@<handle>/api/mcp.

Endpoint

Post JSON-RPC here. Streamable HTTP, stateless — one request, one response.

endpoint
https://go.sessions.website/api/mcp

Tools

Every name links to its parameters, what it returns, and a call you can paste into a terminal.

Anonymous, or a Bearer token for viewer tools

Search businesses by name or keyword to get a handle.

List a business's upcoming schedule.

Fetch one scheduled session in full.

Price a registration before anyone pays.

Email a sign-in link to a viewer.

List the signed-in viewer's own bookings.

Cancel one of the viewer's registrations.

Next

The other servers, the browser-side surface, and the machine-readable catalogue.