VeteranHQ
V
VeteranHQ
/prepare_cp_exam

Prepare for a C&P exam

Use this when a veteran has a VA compensation and pension examination scheduled for a condition and wants to know what it involves. Returns the examination type

liveunknown~5s typical
mcpveteranhq
$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-app-veteranhq-va-disability-benefits /prepare_cp_exam for me.

Input

FieldTypeDescription
condition*stringCondition being examined (e.g., "PTSD", "knee", "sleep apnea", "tinnitus").
currentRatingnumberCurrent rating if already rated (for increase exams). Optional.

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-app-veteranhq-va-disability-benefits","endpoint":"/prepare_cp_exam","input":{"condition":"..."}}'
cli
npx cracked-ai run -p mcp-app-veteranhq-va-disability-benefits -e /prepare_cp_exam -i '{"condition":"..."}'
mcp
run_tool({ provider: "mcp-app-veteranhq-va-disability-benefits", endpoint: "/prepare_cp_exam", input: {"condition":"..."} })

Try it

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