CareRanks Data
CD
CareRanks Data
/get_hospital_clinicians

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_

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_hospital_clinicians for me.

Input

FieldTypeDescription
ccn*stringHospital CCN (6 characters).
filterstringOptional case-insensitive substring on name or specialty.
limitintegerMax clinicians (default 20).

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_hospital_clinicians","input":{"ccn":"..."}}'
cli
npx cracked-ai run -p mcp-com-careranks-careranks-data -e /get_hospital_clinicians -i '{"ccn":"..."}'
mcp
run_tool({ provider: "mcp-com-careranks-careranks-data", endpoint: "/get_hospital_clinicians", input: {"ccn":"..."} })

Try it

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