CareRanks Data
CD
CareRanks Data
/get_facility_profile

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 met

liveunknown~5s typical
mcpcareranksdata
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-careranks-careranks-data /get_facility_profile for me.

Input

FieldTypeDescription
type*string (hospital | nursing-home | home-health | dialysis | system)
id*string
max_charsintegerMarkdown budget (default 15000).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-careranks-careranks-data","endpoint":"/get_facility_profile","input":{"type":"hospital","id":"..."}}'
cli
npx cracked-ai run -p mcp-com-careranks-careranks-data -e /get_facility_profile -i '{"type":"hospital","id":"..."}'
mcp
run_tool({ provider: "mcp-com-careranks-careranks-data", endpoint: "/get_facility_profile", input: {"type":"hospital","id":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.