M
mcp
/renewal_checklist
renewal checklist
Generate a dated preparation checklist for an employer pharmacy-benefit (PBM) contract renewal. Given the renewal date, returns what a plan sponsor should reque
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 /renewal_checklist for me.
Input
| Field | Type | Description |
|---|---|---|
| renewal_date* | string | Renewal date, ISO format YYYY-MM-DD (e.g. 2027-01-01) |
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":"/renewal_checklist","input":{"renewal_date":"..."}}'cli
npx cracked-ai run -p mcp-ai-rxmanager-mcp -e /renewal_checklist -i '{"renewal_date":"..."}'mcp
run_tool({ provider: "mcp-ai-rxmanager-mcp", endpoint: "/renewal_checklist", input: {"renewal_date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.