← careranks.com

INDIVIDUAL MCP TOOL

get_facility

Look up one facility by {type, id}.

careranks.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://careranks.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_facility and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

careranks.com

CONNECT 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.

Related tools

  • 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.
  • get_hospital_prices — Payer-negotiated rates parsed from a hospital's federally required machine-readable file.
  • get_hospital_clinicians — Clinicians affiliated with a hospital (CMS data): name, specialty, Medicare procedure volumes, Open Payments totals.
  • 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 structuredContent.