# cliniko MCP server

Hosted MCP server for Cliniko — patients, appointments, availability, and invoices for AI agents.

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-cliniko
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://cliniko.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://cliniko.usefulapi.io/mcp

## Tools
- cliniko_get_account (Get account details) - Get the Cliniko account and subscription details for the authenticated API key. A good first call to sanity-check auth, shard, and User-Agent. GET /account. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_list_patients (List patients) - Search/list patients. Name/email filters use Cliniko 'contains' matching (q[]=field:~value). GET /patients. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_get_patient (Get a patient) - Fetch a single patient by id. GET /patients/{id}. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_list_appointments (List appointments) - List individual appointments, optionally filtered by patient/practitioner/business/type and a starts_at date-time window (starts_from / starts_to, ISO 8601). GET /individual_appointments. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_get_appointment (Get an appointment) - Fetch a single individual appointment by id. GET /individual_appointments/{id}. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_list_practitioners (List practitioners) - List practitioners in the account. GET /practitioners. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_list_businesses (List businesses) - List businesses (practice locations) in the account. GET /businesses. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_list_appointment_types (List appointment types) - List appointment types (service definitions). GET /appointment_types. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_list_products (List products) - List billable products/items. GET /products. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_list_invoices (List invoices) - List invoices, optionally filtered by patient. GET /invoices. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_get_invoice (Get an invoice) - Fetch a single invoice by id. GET /invoices/{id}. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_list_treatment_notes (List treatment notes) - List treatment notes, optionally filtered by patient. NOTE: treatment notes are protected health information (PHI) — handle with care. Read-only. GET /treatment_notes. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_get_treatment_note (Get a treatment note) - Fetch a single treatment note by id. NOTE: treatment notes are protected health information (PHI). Read-only. GET /treatment_notes/{id}. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_list_available_times (List available times) - List bookable appointment slots for a business + practitioner + appointment type within a date range (from/to, yyyy-mm-dd, span <= 7 days). High-value booking-slot lookup. GET /businesses/{business_id}/practitioners/{practitioner_id}/appointment_types/{appointment_type_id}/available_times. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_next_available_time (Next available time) - Get the single next bookable slot for a business + practitioner + appointment type (optionally from a date). GET /businesses/{business_id}/practitioners/{practitioner_id}/appointment_types/{appointment_type_id}/next_available_time. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_create_patient (Create a patient) - WRITE — creates a REAL new patient record in the live Cliniko practice. Requires first_name + last_name. POST /patients. Endpoint: https://cliniko.usefulapi.io/mcp
- cliniko_create_appointment (Create an appointment) - WRITE — books a REAL new individual appointment in the live Cliniko practice. Requires patient_id, practitioner_id, business_id, appointment_type_id, and starts_at (ISO 8601). ends_at defaults from the appointment type if omitted. POST /individual_appointments. Endpoint: https://cliniko.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
