C
counterscript
/drug_price
drug price
Look up what US pharmacies actually pay to acquire a drug (CMS NADAC benchmark), a fair cash-price estimate range, FDA generic equivalents, and Medicare negotia
liveverifiedunknown~5s typical
mcpprobedcounterscript
$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-agentlookups-counterscript /drug_price for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Drug name with optional strength/form, e.g. "atorvastatin 20 mg" or "eliquis 5 mg tablet". |
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-agentlookups-counterscript","endpoint":"/drug_price","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-ai-agentlookups-counterscript -e /drug_price -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-ai-agentlookups-counterscript", endpoint: "/drug_price", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.