INDIVIDUAL MCP TOOL
create_billing_portal_link
Create a Stripe customer-portal URL for the paid account.
LIVE ENDPOINT
https://www.tryvalor.ai/mcp
Connect to this endpoint to inspect the live schema for create_billing_portal_link 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.
- A tool name or description suggests retrieving external content.
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.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.
Related tools
search_knowledge— Search public-safe Valor knowledgebase catalog metadata (titles, descriptions, slugs).list_va_forms— Search the public VA forms catalog for form numbers, titles, and categories.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.whoami— Return subject type, id kind, and paid/plan flags only.list_documents— List the authenticated veteran's document metadata (id, type, createdAt, hasFile).start_document_upload— Return the existing safe upload path.get_claim_prep_bundle— Wraps the existing claim-prep bundle builder for one condition.get_claim_prep_packet— Wraps the existing exam-packet assembler.