mcp
M
mcp
/drug_price_lookup

drug price lookup

Look up the live public acquisition cost (CMS NADAC — National Average Drug Acquisition Cost) for a prescription drug in the United States: the per-unit price r

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

Input

FieldTypeDescription
drug*stringBrand or generic drug name

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_price_lookup","input":{"drug":"..."}}'
cli
npx cracked-ai run -p mcp-ai-rxmanager-mcp -e /drug_price_lookup -i '{"drug":"..."}'
mcp
run_tool({ provider: "mcp-ai-rxmanager-mcp", endpoint: "/drug_price_lookup", input: {"drug":"..."} })

Try it

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