coverage-rights
C
coverage-rights
/get_condition_outcomes

get condition outcomes

External-review outcomes for a medical condition: how often insurance denials involving this condition were overturned, plus the most-fought treatments for it.

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

Input

FieldTypeDescription
slug*stringCondition slug, e.g. 'obesity', 'autism', 'hepatitis-c'

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_condition_outcomes","input":{"slug":"..."}}'
cli
npx cracked-ai run -p mcp-com-coverage-rights-coverage-rights -e /get_condition_outcomes -i '{"slug":"..."}'
mcp
run_tool({ provider: "mcp-com-coverage-rights-coverage-rights", endpoint: "/get_condition_outcomes", input: {"slug":"..."} })

Try it

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