Analytics
vetaid.ai
Provides analytical data and intelligence on VA appeals, conditions, legal authorities, evidence outcomes, and manual changes.
ENDPOINT 1
https://vetaid.ai/mcp
MCP server metadata
- Name
- vetaid-remote
- Version
- 1.26.0
VetAid remote MCP server. Public tools expose aggregate Board of Veterans' Appeals outcome data (no PII). The PHI tools (list_my_va_cases, get_my_case_analysis) return ONLY the caller's own VA cases and require the veteran's personal agent key in the Authorization header (Bearer vak_...). VetAid is not legal or medical advice.
Known tools 9
va_condition_intelligenceReal Board of Veterans' Appeals outcome data for one VA condition, from 1.
Inferred read-onlyva_top_authoritiesThe legal authorities most frequently cited across the public Board of Veterans' Appeals corpus (1.
Inferred read-onlyva_evidence_that_winsMEASURED evidence-vs-outcome data for one VA condition, from the full text of the public BVA archive (1.
Inferred read-onlyva_manual_changesRecent changes to the VA M21-1 adjudication manual and its sibling VBA manuals — the changelog VA does not publish.
Potential side effectsget_my_case_analysisGet a per-stage analysis SUMMARY for one of the veteran's OWN cases (read-only; never runs a paid analysis).
Inferred read-onlyget_my_vetaid_accountCheck 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).
Inferred read-onlyrun_my_case_analysisRUN the full VetAid analysis pipeline on one of the veteran's OWN cases, ON THE VETERAN'S BEHALF.
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.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.
ENDPOINT 2
https://vetaid-mcp.onrender.com/mcp
MCP server metadata
- Name
- vetaid-remote
- Version
- 1.26.0
VetAid remote MCP server. Public tools expose aggregate Board of Veterans' Appeals outcome data (no PII). The PHI tools (list_my_va_cases, get_my_case_analysis) return ONLY the caller's own VA cases and require the veteran's personal agent key in the Authorization header (Bearer vak_...). VetAid is not legal or medical advice.
Known tools 9
va_condition_intelligenceReal Board of Veterans' Appeals outcome data for one VA condition, from 1.
Inferred read-onlyva_top_authoritiesThe legal authorities most frequently cited across the public Board of Veterans' Appeals corpus (1.
Inferred read-onlyva_evidence_that_winsMEASURED evidence-vs-outcome data for one VA condition, from the full text of the public BVA archive (1.
Inferred read-onlyva_manual_changesRecent changes to the VA M21-1 adjudication manual and its sibling VBA manuals — the changelog VA does not publish.
Potential side effectsget_my_case_analysisGet a per-stage analysis SUMMARY for one of the veteran's OWN cases (read-only; never runs a paid analysis).
Inferred read-onlyget_my_vetaid_accountCheck 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).
Inferred read-onlyrun_my_case_analysisRUN the full VetAid analysis pipeline on one of the veteran's OWN cases, ON THE VETERAN'S BEHALF.
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.vetaid-remote]
url = "https://vetaid-mcp.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vetaid-remote": {
"type": "http",
"url": "https://vetaid-mcp.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vetaid-remote
Remote MCP URL: https://vetaid-mcp.onrender.com/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-mcp.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vetaid-remote": {
"type": "http",
"url": "https://vetaid-mcp.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vetaid-remote",
"transport": "streamable-http",
"url": "https://vetaid-mcp.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.