mcpbeat Sign in

Metriport MCP Server

answering

Metriport is answering right now. Last checked 12 min ago. It exposes 12 tools. Last commit 1 Sep 2026.

Read and write patients, facilities, medical documents, and consolidated FHIR records in Metriport.

Uptime history 47 days of history · worst day 17%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
12
Tools
read from the server
162 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Metriport 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 12 min ago.

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

Available tools 12

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

metriport
metriport_create_patient
Creates a Patient in Metriport (writes PHI and initiates health-information-exchange queries). Medical API: POST /medical/v1/patient (facilityId is a required query param).
metriport_get_document_query_status
Check the progress/status of a Patient's document query (download + FHIR conversion counts). Medical API: POST /medical/v1/document/query with only patientId (no facilityId) returns current status without starting a new query.
metriport_get_document_url
Get a temporary, downloadable URL for a document by its file name (optionally converting XML/CDA to html or pdf). Medical API: GET /medical/v1/document/download-url.
metriport_get_facility
Get a single Facility by its Metriport ID. Medical API: GET /medical/v1/facility/{id}.
metriport_get_medical_record_summary
Get a URL to the Patient's medical record summary rendered as pdf or html. Medical API: GET /medical/v1/patient/{patientId}/medical-record.
metriport_get_patient
Get a single Patient by its Metriport ID (demographics + facility IDs). Medical API: GET /medical/v1/patient/{id}.
metriport_list_consolidated_queries
Get the status of the Patient's consolidated-data (FHIR) queries. Medical API: GET /medical/v1/patient/{id}/consolidated/query.
metriport_list_documents
List the document references currently available for a Patient at Metriport (optionally filtered by date range and content search). Medical API: GET /medical/v1/document.
metriport_list_facilities
List all Facilities under your Metriport Organization (id, name, npi, address). Medical API: GET /medical/v1/facility.
metriport_list_patients
List Patients — all Patients, or only those at a given Facility if facilityId is supplied. Medical API: GET /medical/v1/patient.
metriport_start_consolidated_query
Starts a consolidated-data (FHIR) query for the patient. Returns a requestId; the bundle is delivered asynchronously (webhook). Medical API: POST /medical/v1/patient/{id}/consolidated/query.
metriport_start_document_query
Starts a document query — retrieves the patient's medical documents from connected HIE networks. Returns a requestId; results arrive asynchronously. Medical API: POST /medical/v1/document/query (patientId and facilityId are required query params).

Endpoints

URLTransportStateLatencyChecked
https://metriport.usefulapi.io/mcp streamable-http answering 299 ms 12 min ago

Alternatives to Metriport

same job, measured the same way
MCP Server Polarion
by devemberx

MCP server for Polarion ALM — read and write documents and work items

296 installs/wk local only
docx4j Word documents
by plutext

Read, convert and fill Word (.docx) documents: templates, Markdown/HTML in and out, PDF with math.

local only
TextMine MCP
by textmine

Search, read, and automate TextMine documents, records, workflows, integrations, and agent tasks.

answering
Visa Info
by rajat79suri

Visa requirements, documents, and FAQs for Indian passport holders. 35 countries.

26 installs/wk local only
Word Document Operations
by swadegeiger1

Read, create, and modify Microsoft Word documents

55 installs/wk local only
Groupdocs Metadata MCP
by groupdocs-metadata

MCP server for GroupDocs.Metadata — read, search, write, and remove document metadata.

local only
Better Notion
by ai-aviate

Operate Notion with a single Markdown document — read, create, and update pages in one call.

33 installs/wk local only
Ragie
by mcparmory

Ingest, manage, and retrieve documents for RAG-powered AI applications

261 installs/wk local only

Metriport — questions

Answers built from our own checks of this server.

What can Metriport do?
It exposes 12 tools, read directly from the server on our last check. Among them: metriport_create_patient, metriport_get_document_query_status, metriport_get_document_url, metriport_get_facility, metriport_get_medical_record_summary, metriport_get_patient and 6 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 Metriport working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 162 ms. The bar chart above shows every period we have measured.
How do I connect Metriport?
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 Metriport need an API key?
No. Metriport completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 12 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Metriport?
It answers our handshake in 162 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 Metriport 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.