Enterprise Reservation Tools For MCP
PrimeCal exposes organisation-aware reservation operations through MCP so agents can work with the enterprise reservation system without bypassing application rules.
What These Tools Are For
Use these tools when an agent needs to:
- discover which organisations it can access
- switch the active organisation safely
- list resource types and resources inside that organisation
- calculate availability with the same blocking rules used by public booking
- create or review reservations without handling Stripe directly
Tool Surface
Organisation Context
primecal_organisations_listprimecal_organisations_active_setprimecal_organisations_billing_status_getprimecal_organisations_billing_settings_updateprimecal_organisations_stripe_onboardingLink_createprimecal_organisations_payments_debug_get
These tools let the agent discover and switch the active organisation. Later resource and reservation calls inherit that active organisation automatically.
The billing tools are admin-only and are intended for:
- checking whether Stripe is connected and usable
- updating billing-safe defaults such as the organisation currency
- preparing a Stripe onboarding handoff URL
- debugging payment-backed reservation state without exposing Stripe secrets