mcpbeat Sign in

Healthie MCP Server

answering

Healthie is answering right now. Last checked moments ago. It exposes 16 tools. Last commit 1 Sep 2026.

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

Uptime history 47 days of history · worst day 4%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
16
Tools
read from the server
163 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Healthie every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add healthie --transport http https://healthie.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "healthie": {
      "url": "https://healthie.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.healthie]
url = "https://healthie.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "healthie": {
      "url": "https://healthie.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "healthie": {
      "url": "https://healthie.usefulapi.io/mcp"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

healthie
healthie_create_note
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).
healthie_create_task
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).
healthie_current_user
Fetch the authenticated Healthie account (the provider/user that owns the API key). Good first call to verify auth. Read-only. GraphQL: query currentUser.
healthie_get_appointment
Fetch a single appointment by id. Read-only. GraphQL: query appointment(id).
healthie_get_organization
Fetch the current organization / practice (name, NPI, contact, user counts). Read-only. GraphQL: query organization.
healthie_get_user
Fetch a single user (patient or provider) by id. Read-only. GraphQL: query user(id).
healthie_list_appointment_types
List the practice's appointment types (services), optionally keyword-filtered. Read-only. GraphQL: query appointmentTypes(keywords, offset, page_size, should_paginate).
healthie_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).
healthie_list_conversations
List messaging conversations, optionally between the current user and a given user. Read-only. GraphQL: query conversations(user_id).
healthie_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).
healthie_list_form_answer_groups
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).
healthie_list_forms
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).
healthie_list_goals
List goals, optionally scoped to a patient. Read-only. GraphQL: query goals(user_id, offset, per_page).
healthie_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).
healthie_list_patients
List patients/clients, optionally filtered by keyword search or active status. Read-only. GraphQL: query users(keywords, offset, page_size, should_paginate, active_status).
healthie_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).

Endpoints

URLTransportStateLatencyChecked
https://healthie.usefulapi.io/mcp streamable-http answering 42 ms 0 min ago

Alternatives to Healthie

same job, measured the same way
MCP Ratchet Clinical Charting
by m2ai-mcp-servers

MCP server for clinical charting with Claude - document patient visits to EMR

35 installs/wk local only
Google Sheets MCP
by a1-x-tech

MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.

47 installs/wk local only
Seline
by getseline

MCP server for the Seline Analytics API

45 installs/wk answering
Glitch Grow Linkedin Ad MCP
by glitchexecutor-grow

MCP server for the LinkedIn Marketing API — campaigns, analytics, creatives.

6 installs/wk local only
I
Charts MCP
by therealtimex

MCP server for generating charts using AntV. Supports various chart types through MCP tools.

58 installs/wk local only
Media Forge
by pavelguzenfeld

MCP server for generating diagrams, charts, presentations, and animations for Markdown documentation

37 installs/wk local only
Umami Compass
by webcredo

Secure Umami Analytics MCP server for Cloud and self-hosted deployments

78 installs/wk local only
Datawrapper
by palewire

A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants

291 installs/wk local only

Healthie — questions

Answers built from our own checks of this server.

What can Healthie do?
It exposes 16 tools, read directly from the server on our last check. Among them: healthie_create_note, healthie_create_task, healthie_current_user, healthie_get_appointment, healthie_get_organization, healthie_get_user and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Healthie working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 163 ms. The bar chart above shows every period we have measured.
How do I connect Healthie?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Healthie need an API key?
No. Healthie completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Healthie?
It answers our handshake in 163 ms on average, which is faster than 74% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Healthie open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.