INDIVIDUAL MCP TOOL
va_manual_changes
Recent changes to the VA M21-1 adjudication manual and its sibling VBA manuals — the changelog VA does not publish.
LIVE ENDPOINT
https://vetaid-mcp.onrender.com/mcp
Connect to this endpoint to inspect the live schema for va_manual_changes and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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-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.
Related tools
va_denial_stats— Corpus-wide VA appeal statistics from 1.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.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.