M
mcp
/drug_spread_check
drug spread check
Compare what a US health plan was actually charged for a prescription fill against the live public acquisition cost (CMS NADAC) for the same quantity. Returns t
liveverifiedunknown~5s typical
mcpprobedmcp
$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-ai-rxmanager-mcp /drug_spread_check for me.
Input
| Field | Type | Description |
|---|---|---|
| drug* | string | Brand or generic drug name |
| amount_charged* | number | What the plan (or member) was charged for the fill, in USD |
| units | number | Units in the fill (e.g. tablets). Default 30. |
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-ai-rxmanager-mcp","endpoint":"/drug_spread_check","input":{"drug":"...","amount_charged":1}}'cli
npx cracked-ai run -p mcp-ai-rxmanager-mcp -e /drug_spread_check -i '{"drug":"...","amount_charged":1}'mcp
run_tool({ provider: "mcp-ai-rxmanager-mcp", endpoint: "/drug_spread_check", input: {"drug":"...","amount_charged":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.