General Tools
veteranhq.app
Provides VA disability rating calculations and criteria analysis for veterans.
ENDPOINT 1
https://api.veteranhq.app/mcp
MCP server metadata
- Name
- veteranhq
- Version
- 0.1.0
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_ratingUse this when a veteran has two or more VA disability rating percentages and wants the combined rating.
Inferred read-onlycompare_rating_criteriaUse this when a veteran names a VA diagnostic code and wants the rating criteria for it.
Inferred read-onlyanalyze_rating_gapUse 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-onlycalculate_rolling_windowUse this when a veteran supplies dates of incapacitating episodes and the question involves the 38 CFR 4.
Inferred read-onlyfind_secondary_conditionsUse this when a veteran names a service-connected condition and asks what other conditions can follow from it.
Inferred read-onlycheck_presumptive_eligibilityUse 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-onlysearch_legal_authorityUse 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-onlyprepare_cp_examUse this when a veteran has a VA compensation and pension examination scheduled for a condition and wants to know what it involves.
Inferred read-onlylookup_compensation_rateUse this when a veteran wants the monthly VA disability compensation amount for a given rating percentage and dependent situation.
Inferred read-onlycompute_retroactive_payUse this when a veteran gives an effective date and a rating increase and asks what the retroactive amount would be.
Inferred read-onlyCONNECT 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.
veteranhq.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.