V
VeteranHQ
/compare_rating_criteria
Compare rating criteria
Use this when a veteran names a VA diagnostic code and wants the rating criteria for it. Returns the VASRD criteria on file for that code at every tier, highest
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 /compare_rating_criteria for me.
Input
| Field | Type | Description |
|---|---|---|
| diagnosticCode* | string | VA diagnostic code (e.g., "8100" for migraines, "5260" for knee). |
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":"/compare_rating_criteria","input":{"diagnosticCode":"..."}}'cli
npx cracked-ai run -p mcp-app-veteranhq-va-disability-benefits -e /compare_rating_criteria -i '{"diagnosticCode":"..."}'mcp
run_tool({ provider: "mcp-app-veteranhq-va-disability-benefits", endpoint: "/compare_rating_criteria", input: {"diagnosticCode":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.