WHC Consultation Booking MCP

The authenticated Streamable HTTP endpoint is https://agent-booking.thewomenshealth.clinic/mcp.

Required client flow

  1. Call list_consultation_options at runtime. Do not hard-code a permanent consultation list.
  2. Call find_consultation_slots using a returned public consultation ID.
  3. Obtain explicit confirmation of the consultation, selected time, and booking-processing consent.
  4. Call create_consultation_booking only when gateway policy permits writes.
  5. Report success only when the returned state is confirmed.

OAuth scopes

whc.booking.read permits consultation listing, slot lookup, and caller-owned booking retrieval. whc.booking.write permits the booking tool to be exposed, but the independent write switch still applies.

Current policy: protected production access through approved OAuth clients; consultation-booking writes enabled. There is no anonymous access.

Safety and privacy

This gateway supports consultation booking only. It does not expose treatment calendars or provider identifiers and does not provide medical advice, diagnosis, triage, or emergency help. Do not send clinical notes or unnecessary health information.

Human booking fallback: WHC online booking.

Send Accept: application/json to this route for the machine-readable profile.