Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

CareRanks Data

com.careranks/careranks-data

CMS quality ratings, payer-negotiated prices, and clinician data for 41K+ US healthcare facilities.

Uptime
100.0%
1 direct probes · 30d
Response
130ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search_facilities

Search 41K+ US facilities (hospitals, nursing homes, home-health agencies, dialysis centers, health systems) by name and/or city, optionally filtered by state and type. Returns ids usable with the oth…

get_facility

Look up one facility by {type, id}. Returns the index record plus canonical URLs and which detail tools work for it. Hospital ids are CMS CCNs.

get_hospital_prices

Payer-negotiated rates parsed from a hospital's federally required machine-readable file. Without `drg`: a per-DRG summary (payer count, min/median/max) across every DRG in the file. With `drg` (digit…

get_hospital_clinicians

Clinicians affiliated with a hospital (CMS data): name, specialty, Medicare procedure volumes, Open Payments totals. Available for ~4,570 hospitals (clinicians_tool_available flag). Filter matches nam…

get_facility_profile

Structured summary for any facility; for hospitals the full profile markdown (quality measures, ratings context) is returned AS THE TEXT CONTENT BLOCK, with metadata (truncation flag, full URL) in str…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "careranks_data": {
      "url": "https://careranks.com/mcp",
      "transport": "streamable-http"
    }
  }
}