# healthie MCP server

Hosted MCP server for the Healthie EHR & telehealth API: patients, appointments, charting, tasks.

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

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

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

## Tools
- healthie_current_user (Current user / account) - Fetch the authenticated Healthie account (the provider/user that owns the API key). Good first call to verify auth. Read-only. GraphQL: query currentUser. Endpoint: https://healthie.usefulapi.io/mcp
- healthie_get_organization (Get organization) - Fetch the current organization / practice (name, NPI, contact, user counts). Read-only. GraphQL: query organization. Endpoint: https://healthie.usefulapi.io/mcp
- healthie_list_patients (List patients / clients) - List patients/clients, optionally filtered by keyword search or active status. Read-only. GraphQL: query users(keywords, offset, page_size, should_paginate, active_status). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_get_user (Get a user / patient) - Fetch a single user (patient or provider) by id. Read-only. GraphQL: query user(id). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_list_appointments (List appointments) - List appointments, optionally filtered by patient, provider, date range, time-filter or status. Read-only. GraphQL: query appointments(user_id, provider_id, filter, startDate, endDate, filter_by_appointment_status). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_get_appointment (Get an appointment) - Fetch a single appointment by id. Read-only. GraphQL: query appointment(id). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_list_appointment_types (List appointment types) - List the practice's appointment types (services), optionally keyword-filtered. Read-only. GraphQL: query appointmentTypes(keywords, offset, page_size, should_paginate). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_list_forms (List charting / intake form templates) - List custom module form templates (charting notes, intake forms), optionally by keyword or category. Read-only. GraphQL: query customModuleForms(keywords, category, offset, page_size, should_paginate). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_list_form_answer_groups (List completed forms / charting notes) - List completed form submissions (charting notes / filled intake forms), optionally scoped to a patient or a form template. Read-only. GraphQL: query formAnswerGroups(user_id, custom_module_form_id, should_paginate, offset). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_list_documents (List documents) - List documents, optionally scoped to a patient (viewable_user_id) or by keyword. Read-only. GraphQL: query documents(viewable_user_id, keywords, offset, page_size, should_paginate). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_list_tasks (List tasks) - List tasks, optionally scoped to a client or filtered by completion status. Read-only. GraphQL: query tasks(client_id, completed_status, offset, per_page). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_list_goals (List goals) - List goals, optionally scoped to a patient. Read-only. GraphQL: query goals(user_id, offset, per_page). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_list_metric_entries (List metric entries) - List tracked metric entries (weight, blood pressure, etc.), optionally scoped to a client or a category. Read-only. GraphQL: query entries(client_id, category, offset, page_size). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_list_conversations (List conversations) - List messaging conversations, optionally between the current user and a given user. Read-only. GraphQL: query conversations(user_id). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_create_task (Create a task (WRITE — creates a record)) - Creates a task in Healthie (additive). Requires content (the task text); optionally attach it to a client (user_id), set a due_date, priority, or created_by_id. GraphQL: mutation createTask(input: createTaskInput). Endpoint: https://healthie.usefulapi.io/mcp
- healthie_create_note (Create a note / chat entry (WRITE — creates a record)) - Creates a note/chat entry in Healthie (additive). Requires content (the note text); optionally attach it to a client (user_id) or mark it as an org chat. GraphQL: mutation createNote(input: createNoteInput). Endpoint: https://healthie.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
