← veteranhq.app

INDIVIDUAL MCP TOOL

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.

veteranhq.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.veteranhq.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_legal_authority and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

veteranhq.app

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.

Related tools

  • calculate_combined_rating — Use this when a veteran has two or more VA disability rating percentages and wants the combined rating.
  • compare_rating_criteria — Use this when a veteran names a VA diagnostic code and wants the rating criteria for it.
  • 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.
  • calculate_rolling_window — Use this when a veteran supplies dates of incapacitating episodes and the question involves the 38 CFR 4.
  • find_secondary_conditions — Use this when a veteran names a service-connected condition and asks what other conditions can follow from it.
  • 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.
  • 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.
  • lookup_compensation_rate — Use this when a veteran wants the monthly VA disability compensation amount for a given rating percentage and dependent situation.