CD
CareRanks Data
/get_hospital_prices
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
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_prices for me.
Input
| Field | Type | Description |
|---|---|---|
| ccn* | string | 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. |
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_prices","input":{"ccn":"..."}}'cli
npx cracked-ai run -p mcp-com-careranks-careranks-data -e /get_hospital_prices -i '{"ccn":"..."}'mcp
run_tool({ provider: "mcp-com-careranks-careranks-data", endpoint: "/get_hospital_prices", input: {"ccn":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.