← veterans-rights.com

INDIVIDUAL MCP TOOL

estimate_combined_rating

Calculate a veteran’s VA combined disability rating from individual ratings, using the official whole-person formula (38 CFR § 4.

veterans-rights.comnone authenticationAvailability not checked

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 endpoint

veterans-rights.com

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.veterans-rights-hub]
url = "https://www.veterans-rights.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "veterans-rights-hub": {
      "type": "http",
      "url": "https://www.veterans-rights.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: veterans-rights-hub
Remote MCP URL: https://www.veterans-rights.com/api/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": {
    "veterans-rights-hub": {
      "url": "https://www.veterans-rights.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "veterans-rights-hub": {
      "type": "http",
      "url": "https://www.veterans-rights.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "veterans-rights-hub",
  "transport": "streamable-http",
  "url": "https://www.veterans-rights.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search_bva_decisions — Search real U.
  • find_similar_appeals — Given the facts of a VA disability appeal — claimed conditions, service-connection theory, toxic-exposure basis — analyze how similar real BVA decisions were decided: the grant / deny / remand breakdown, the grant rate, and representative example decisions.
  • check_presumptive_conditions — Check whether a condition may be a PRESUMPTIVE service connection for a veteran — meaning VA presumes it is service-connected for qualifying service/exposure, so no medical nexus needs to be proven.
  • explain_appeal_options — Explain a veteran’s options after a VA decision under the Appeals Modernization Act (AMA): the three review lanes — Higher-Level Review, Supplemental Claim, and Board Appeal — and the three Board dockets (Direct Review, Evidence Submission, Hearing).
  • find_accredited_rep — Find a VA-accredited representative to help with a disability claim or appeal.
  • get_claim_process — Plain-English guide to the 8 stages of a VA disability claim, from Intent to File through the C&P exam, the rating decision, the three AMA review lanes, the Board of Veterans’ Appeals, and the 120-day CAVC court deadline.
  • get_corpus_stats — Return live statistics about the Veterans’ Rights corpus: the number of vetted Board of Veterans’ Appeals decisions analyzed, the distribution of outcomes (granted / denied / remanded / mixed), the date range the decisions cover, and the number of accredited representatives in the directory.
  • list_conditions — List the standardized conditions the Veterans’ Rights corpus organizes Board of Veterans’ Appeals decisions under, each with the number of vetted decisions, grants, and remands (full-corpus counts) and the body-system category.