VeteranHQ
V
VeteranHQ
/lookup_compensation_rate

Look up monthly compensation rate

Use this when a veteran wants the monthly VA disability compensation amount for a given rating percentage and dependent situation. Returns the monthly and annua

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

Input

FieldTypeDescription
rating*numberDisability rating percentage (0–100, rounded to nearest 10).
hasSpousebooleanWhether veteran has a spouse. Affects rates at 30%+. Defaults to false.
childrenCountnumberDependent children under 18. Affects rates at 30%+. Defaults to 0.

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

Try it

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