Zimun: Appointment Scheduling & Booking Service: MCP Configuration

Support

The Zimun MCP endpoint lets external MCP clients discover services, check availability, create holds, and submit bookings for one organization.

The organization context is part of the URL path, so clients should use the exact MCP URL shown in Settings.

Enable MCP for an organization

  1. Open Settings → MCP.
  2. Enable MCP for this organization and save.
  3. Copy the organization MCP URL from that page.

Client URL to configure

Use the organization MCP transport URL:

https://zimun.online/o/<org_id>/mcp

Example:

https://zimun.online/o/o_your-org-id/mcp

Supported booking tools

  • list_services
  • get_availability
  • create_hold
  • create_booking

Read-only mode

Read-only mode can be enabled in Settings → MCP.

  • Allowed: list services and check availability.
  • Blocked: create hold and create booking.

Operational notes

  • MCP is disabled by default per organization.
  • Rate limits apply to protect public booking flows.
  • Create booking uses an Idempotency-Key to prevent duplicate submissions.
  • Tool responses minimize customer PII.

Related documentation

For an embeddable conversational booking flow that uses the same availability and booking rules, see Booking Chat Agent.