← Registry

General Tools

tryvalor.ai

Provides general-purpose tools through the Model Context Protocol.

1 endpoint14 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://www.tryvalor.ai/mcp

No auth detected

MCP server metadata

Name
valor-ai
Version
2.0.0
Capabilities
tools.listChanged

Known tools 14

search_knowledge

Search public-safe Valor knowledgebase catalog metadata (titles, descriptions, slugs).

Inferred read-only
list_va_forms

Search the public VA forms catalog for form numbers, titles, and categories.

Inferred read-only
get_exam_prep_notes

Return 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-only
whoami

Return subject type, id kind, and paid/plan flags only.

Inferred read-only
list_documents

List the authenticated veteran's document metadata (id, type, createdAt, hasFile).

Inferred read-only
start_document_upload

Return the existing safe upload path.

Potential side effects
get_claim_prep_bundle

Wraps the existing claim-prep bundle builder for one condition.

Inferred read-only
get_claim_prep_packet

Wraps the existing exam-packet assembler.

Inferred read-only
get_coach_context

Wraps the existing claim-prep coach context reducer.

Inferred read-only
scan_opportunities

Wraps the existing unified opportunity scan.

Inferred read-only
what_am_i_missing

Wraps the existing What Am I Missing scan over remembered case context.

Inferred read-only
list_form_drafts

List form-draft metadata only (id, form, status, completion).

Inferred read-only
get_next_action

Read-only next-action / mission-control snapshot from existing ranking.

Inferred read-only
create_billing_portal_link

Create a Stripe customer-portal URL for the paid account.

Potential side effects

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.