← vetaid.ai

INDIVIDUAL MCP TOOL

va_denial_stats

Corpus-wide VA appeal statistics from 1.

vetaid.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://vetaid.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for va_denial_stats 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

vetaid.ai

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.vetaid-remote]
url = "https://vetaid.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vetaid-remote": {
      "type": "http",
      "url": "https://vetaid.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vetaid-remote
Remote MCP URL: https://vetaid.ai/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": {
    "vetaid-remote": {
      "url": "https://vetaid.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vetaid-remote": {
      "type": "http",
      "url": "https://vetaid.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vetaid-remote",
  "transport": "streamable-http",
  "url": "https://vetaid.ai/mcp"
}
MCP Inspector

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

Related tools

  • va_condition_intelligence — Real Board of Veterans' Appeals outcome data for one VA condition, from 1.
  • va_top_authorities — The legal authorities most frequently cited across the public Board of Veterans' Appeals corpus (1.
  • va_evidence_that_wins — MEASURED evidence-vs-outcome data for one VA condition, from the full text of the public BVA archive (1.
  • va_manual_changes — Recent changes to the VA M21-1 adjudication manual and its sibling VBA manuals — the changelog VA does not publish.
  • list_my_va_cases — List the veteran's OWN VA cases (read-only).
  • get_my_case_analysis — Get a per-stage analysis SUMMARY for one of the veteran's OWN cases (read-only; never runs a paid analysis).
  • get_my_vetaid_account — Check the veteran's VetAid plan and remaining analysis credits BEFORE running an analysis (so you can tell them if they need to buy a credit).
  • run_my_case_analysis — RUN the full VetAid analysis pipeline on one of the veteran's OWN cases, ON THE VETERAN'S BEHALF.