General Tools
tryvalor.ai
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://www.tryvalor.ai/mcp
MCP server metadata
- Name
- valor-ai
- Version
- 2.0.0
Known tools 14
search_knowledgeSearch public-safe Valor knowledgebase catalog metadata (titles, descriptions, slugs).
Inferred read-onlylist_va_formsSearch the public VA forms catalog for form numbers, titles, and categories.
Inferred read-onlyget_exam_prep_notesReturn Valor's existing C&P exam-prep notes for a known condition: examiner questions, worst-day prompts, day-of checklist, common mistakes, and related forms.
Inferred read-onlylist_documentsList the authenticated veteran's document metadata (id, type, createdAt, hasFile).
Inferred read-onlyget_claim_prep_bundleWraps the existing claim-prep bundle builder for one condition.
Inferred read-onlywhat_am_i_missingWraps the existing What Am I Missing scan over remembered case context.
Inferred read-onlyget_next_actionRead-only next-action / mission-control snapshot from existing ranking.
Inferred read-onlycreate_billing_portal_linkCreate a Stripe customer-portal URL for the paid account.
Potential side effectsCONNECT 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.valor-ai]
url = "https://www.tryvalor.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"valor-ai": {
"type": "http",
"url": "https://www.tryvalor.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: valor-ai
Remote MCP URL: https://www.tryvalor.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": {
"valor-ai": {
"url": "https://www.tryvalor.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"valor-ai": {
"type": "http",
"url": "https://www.tryvalor.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "valor-ai",
"transport": "streamable-http",
"url": "https://www.tryvalor.ai/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.