Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

VeteranHQ

app.veteranhq/va-disability-benefits

VA disability rating and compensation calculations, condition lookup, and 38 CFR authority search

Uptime
100.0%
1 direct probes · 30d
Response
642ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

calculate_combined_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: pairwise combination in severity order…

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 percentage first, with the condition na…

analyze_rating_gap

Use this when a veteran gives a condition name and the percentage currently assigned for it, and wants that percentage compared against the VASRD criteria. Returns the tier that matches the current pe…

calculate_rolling_window

Use this when a veteran supplies dates of incapacitating episodes and the question involves the 38 CFR 4.71a formula for rating intervertebral disc syndrome on incapacitating episodes, diagnostic code…

find_secondary_conditions

Use this when a veteran names a service-connected condition and asks what other conditions can follow from it. Returns conditions on file as medically linked to that primary condition, each with the s…

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. Returns matching presumptive conditions wi…

search_legal_authority

Use this when a question calls for the text of a VA rating regulation or for case law, searched by keyword or diagnostic code. Returns 38 CFR rating criteria for matching conditions, excerpts from Cou…

prepare_cp_exam

Use this when a veteran has a VA compensation and pension examination scheduled for a condition and wants to know what it involves. Returns the examination type and typical length, what the examiner d…

lookup_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 annual amounts from the VA compensation rate …

compute_retroactive_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 monthly compensation for each month of the…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "veteranhq": {
      "url": "https://api.veteranhq.app/mcp",
      "transport": "streamable-http"
    }
  }
}