VeteranHQ
V
VeteranHQ
/calculate_combined_rating

Calculate combined VA rating

Use this when a veteran has two or more VA disability rating percentages and wants the combined rating. Applies the 38 CFR 4.25 Combined Ratings Table procedure

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

Input

FieldTypeDescription
ratings*arrayArray of individual disability rating percentages (0–100), e.g., [70, 50].

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

Try it

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