← rivendell.health

INDIVIDUAL MCP TOOL

request_cash_pay_quote

Use this when the member asks Rivendell to get or refresh a cash-pay quote for a selected provider and service.

rivendell.healthnone authenticationAvailability not checked

LIVE ENDPOINT

https://rivendell.health/mcp

No auth detected

Connect to this endpoint to inspect the live schema for request_cash_pay_quote 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 suggests a financial action.

Parent server

rivendell.health

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.rivendell]
url = "https://rivendell.health/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rivendell": {
      "type": "http",
      "url": "https://rivendell.health/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rivendell
Remote MCP URL: https://rivendell.health/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": {
    "rivendell": {
      "url": "https://rivendell.health/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rivendell": {
      "type": "http",
      "url": "https://rivendell.health/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rivendell",
  "transport": "streamable-http",
  "url": "https://rivendell.health/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_plan_summary — Use this when the member asks what plan they have, what is covered, or how their deductible and stipends are tracking.
  • get_benefit_balances — Use this when the member asks for remaining deductible, out-of-pocket, fitness stipend, or wearable stipend balances.
  • list_claims — Use this when the member asks to see claims, claim history, pending items, or reimbursement status at a list level.
  • get_claim_details — Use this when the member asks about a specific claim ID, invoice parsing state, or what action is needed for that claim.
  • list_claims_needing_invoices — Use this when the member asks which claims still need receipts, invoices, substantiation, or follow-up documentation.
  • submit_reimbursement_claim — Use this when the member clearly asks to submit a reimbursement for an out-of-pocket expense they already paid.
  • get_current_member_identity — Use this when you need to confirm which member the current MCP token represents or debug enrollment context.
  • get_account_profile — Use this when the member asks about their Rivendell profile, contact status, address, onboarding state, or dependent summary.