VeteranHQ
V
VeteranHQ
/check_presumptive_eligibility

Check presumptive eligibility

Use this when a veteran asks whether a condition is presumptively service connected, or which conditions are presumptive for a given exposure or service era. Re

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 /check_presumptive_eligibility for me.

Input

FieldTypeDescription
conditionstringCondition to check for presumptive status (e.g., "Parkinson's disease", "Hypertension").
serviceErastringService era or conflict (e.g., "Vietnam", "Gulf War", "Post-9/11") for era-specific presum
exposureTypestringKnown toxic/environmental exposure (e.g., "Agent Orange", "burn pits", "Camp Lejeune water

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

Try it

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