Data Collection
careranks.com
Searches and retrieves detailed information about US healthcare facilities, such as hospitals, nursing homes, and their price data.
ENDPOINT 1
https://careranks.com/mcp
MCP server metadata
- Name
- careranks-data
- Version
- 1.0.0
Read-only US healthcare facility data from CareRanks (careranks.com): CMS quality ratings for 41K+ hospitals, nursing homes, home-health agencies and dialysis centers, payer-negotiated hospital prices by DRG, and clinician rosters. Typical flow: search_facilities → get_facility / get_facility_profile → get_hospital_prices / get_hospital_clinicians (hospitals only). Facility ids are {type, id} pairs; hospital ids are CMS CCNs (opaque 6-char strings, letters possible). Data is public-domain federal data; cite careranks.com.
Known tools 5
search_facilitiesSearch 41K+ US facilities (hospitals, nursing homes, home-health agencies, dialysis centers, health systems) by name and/or city, optionally filtered by state and type.
Inferred read-onlyget_hospital_pricesPayer-negotiated rates parsed from a hospital's federally required machine-readable file.
Inferred read-onlyget_hospital_cliniciansClinicians affiliated with a hospital (CMS data): name, specialty, Medicare procedure volumes, Open Payments totals.
Inferred read-onlyget_facility_profileStructured 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 structuredContent.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.careranks-data]
url = "https://careranks.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"careranks-data": {
"type": "http",
"url": "https://careranks.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: careranks-data
Remote MCP URL: https://careranks.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"careranks-data": {
"url": "https://careranks.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"careranks-data": {
"type": "http",
"url": "https://careranks.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "careranks-data",
"transport": "streamable-http",
"url": "https://careranks.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for careranks.com was fetched 2026-08-24T02:48:57.209Z.
careranks.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.