← Registry

General Tools

veteranhq.app

Provides VA disability rating calculations and criteria analysis for veterans.

1 endpoint10 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://api.veteranhq.app/mcp

No auth detected

MCP server metadata

Name
veteranhq
Version
0.1.0
Capabilities
tools
Server instructions

VeteranHQ answers questions about U.S. veterans' VA disability benefits. Numeric results (combined ratings, compensation amounts, projections, eligibility screens) are computed by VeteranHQ's production engines from 38 CFR, 10 USC and official VA rate tables: do not recompute, adjust, or second-guess a returned value from memory, and do not substitute your own arithmetic. Precision differs by tool, and each result says which it is. Some are exact table lookups; others are estimates that rest on stated assumptions. Repeat every assumption, estimate marker, confidence note and disclaimer a result carries in the same answer you give the veteran, and describe an estimate as an estimate, never as a decision. Only VA decides ratings, effective dates and payment amounts. This server provides educational information, not legal advice, and does not prepare or file claims. No veteran personal data is accessible through this server.

Known tools 10

calculate_combined_rating

Use this when a veteran has two or more VA disability rating percentages and wants the combined rating.

Inferred read-only
compare_rating_criteria

Use this when a veteran names a VA diagnostic code and wants the rating criteria for it.

Inferred read-only
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.

Inferred read-only
calculate_rolling_window

Use this when a veteran supplies dates of incapacitating episodes and the question involves the 38 CFR 4.

Inferred read-only
find_secondary_conditions

Use this when a veteran names a service-connected condition and asks what other conditions can follow from it.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
lookup_compensation_rate

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

Inferred read-only
compute_retroactive_pay

Use this when a veteran gives an effective date and a rating increase and asks what the retroactive amount would be.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.veteranhq]
url = "https://api.veteranhq.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "veteranhq": {
      "type": "http",
      "url": "https://api.veteranhq.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: veteranhq
Remote MCP URL: https://api.veteranhq.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "veteranhq": {
      "url": "https://api.veteranhq.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "veteranhq": {
      "type": "http",
      "url": "https://api.veteranhq.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for veteranhq.app was fetched 2026-08-23T20:09:49.467Z.

Trust status Trusted

veteranhq.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.