V
VeteranHQ
/compute_retroactive_pay
Estimate retroactive back pay
Use this when a veteran gives an effective date and a rating increase and asks what the retroactive amount would be. Returns an estimate of the difference in mo
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 /compute_retroactive_pay for me.
Input
| Field | Type | Description |
|---|---|---|
| effectiveDate* | string | ISO date YYYY-MM-DD of rating change effective date. |
| fromRating* | number | Previous VA rating percentage (0-100). |
| toRating* | number | New VA rating percentage (0-100). |
| hasSpouse* | boolean | Whether the veteran was married during the period. |
| dependentCount* | number | Number of dependent children under 18. |
| isTdiu | boolean | Whether the new rating includes TDIU (treats as 100% for $). |
| adjudicationDate | string | ISO date the rating decision was issued. Defaults to today. |
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":"/compute_retroactive_pay","input":{"effectiveDate":"...","fromRating":1,"toRating":1,"hasSpouse":true,"dependentCount":1}}'cli
npx cracked-ai run -p mcp-app-veteranhq-va-disability-benefits -e /compute_retroactive_pay -i '{"effectiveDate":"...","fromRating":1,"toRating":1,"hasSpouse":true,"dependentCount":1}'mcp
run_tool({ provider: "mcp-app-veteranhq-va-disability-benefits", endpoint: "/compute_retroactive_pay", input: {"effectiveDate":"...","fromRating":1,"toRating":1,"hasSpouse":true,"dependentCount":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.