C
coverage-rights
/get_insurer_metrics
get insurer metrics
Get an insurer's verified CY2025 prior-authorization metrics (denial rate, appeal overturn rate, decision times) from its own CMS-0057-F disclosure, plus contra
liveverifiedunknown~5s typical
mcpprobedcoverage-rights
$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-coverage-rights-coverage-rights /get_insurer_metrics for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Insurer slug from list_insurers, e.g. 'unitedhealthcare' |
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-coverage-rights-coverage-rights","endpoint":"/get_insurer_metrics","input":{"slug":"..."}}'cli
npx cracked-ai run -p mcp-com-coverage-rights-coverage-rights -e /get_insurer_metrics -i '{"slug":"..."}'mcp
run_tool({ provider: "mcp-com-coverage-rights-coverage-rights", endpoint: "/get_insurer_metrics", input: {"slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.