# CareRanks Data (remote · careranks.com)

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

- Trust score: 55/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `careranks.com`: 55/100 (this document), [markdown](https://verifymcp.io/servers/com-careranks-careranks-data/careranks.md), [page](https://verifymcp.io/servers/com-careranks-careranks-data/careranks)

## Channel facts

- Endpoint: `https://careranks.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 656 tokens (~131/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 80% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http com-careranks-careranks-data https://careranks.com/mcp
```

### Codex

```toml
[mcp_servers.com-careranks-careranks-data]
url = "https://careranks.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-careranks-careranks-data": {
      "type": "remote",
      "url": "https://careranks.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-careranks-careranks-data --url https://careranks.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-careranks-careranks-data:
    url: "https://careranks.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-careranks-careranks-data": {
      "type": "http",
      "url": "https://careranks.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 55)

First indexed and scored.

## MCP tools (5)

### `search_facilities` (~120 tokens)

Search US healthcare 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 other tools plus capability flags.

Input parameters:

- `limit` (integer): Max results (default 10).
- `query` (string, required): Name or city text to match (case-insensitive substring).
- `state` (string): Two-letter state/territory code filter, e.g. "CT".
- `type` (string): Facility type filter.

### `get_facility` (~71 tokens)

Get facility summary + capability URLs

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.

Input parameters:

- `id` (string, required): Facility id (hospitals: 6-char CCN; systems: slug).
- `type` (string, required)

### `get_hospital_prices` (~155 tokens)

Get payer-negotiated 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` (digits; zero-padded automatically): the individual payer-by-payer rates for that DRG. Available for ~2,060 hospitals (prices_tool_available flag).

Input parameters:

- `ccn` (string, required): Hospital CCN (6 characters).
- `drg` (string): Optional MS-DRG code, e.g. "291" or "047".
- `limit` (integer): Max DRG summary rows (default 100). Ignored when drg is given.

### `get_hospital_clinicians` (~97 tokens)

Get hospital clinician roster

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 name or specialty.

Input parameters:

- `ccn` (string, required): Hospital CCN (6 characters).
- `filter` (string): Optional case-insensitive substring on name or specialty.
- `limit` (integer): Max clinicians (default 20).

### `get_facility_profile` (~88 tokens)

Get full facility profile content

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 structuredContent. max_chars bounds the markdown body.

Input parameters:

- `id` (string, required)
- `max_chars` (integer): Markdown budget (default 15000).
- `type` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-careranks-careranks-data/careranks#diagnostics

## Score history

- 2026-08-03: 55

## Links

- Remote endpoint: https://careranks.com/mcp
- Website: https://careranks.com/docs/data/
- Changelog RSS feed: https://verifymcp.io/servers/com-careranks-careranks-data/careranks/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-careranks-careranks-data/careranks/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-careranks-careranks-data/careranks
