General Tools
rivendell.health
Provides tools to retrieve member health plan details, benefit balances, and claims information.
ENDPOINT 1
https://rivendell.health/mcp
MCP server metadata
- Name
- Rivendell
- Version
- 0.2.0
Read-only tools can be used to explore providers and appointments. Write tools affect real member workflows and should only be used when the member has clearly asked to book, cancel, or request a quote. The find-health-plan advisor skill is available to brokers/advisors via start_find_health_plan_advisor and does not require member auth. Remote connectors should authenticate through the Rivendell OAuth flow exposed by this MCP server. Local development can still use an existing Rivendell bearer token or session token.
Known tools 24
get_plan_summaryUse this when the member asks what plan they have, what is covered, or how their deductible and stipends are tracking.
Inferred read-onlyget_benefit_balancesUse this when the member asks for remaining deductible, out-of-pocket, fitness stipend, or wearable stipend balances.
Inferred read-onlylist_claimsUse this when the member asks to see claims, claim history, pending items, or reimbursement status at a list level.
Inferred read-onlyget_claim_detailsUse this when the member asks about a specific claim ID, invoice parsing state, or what action is needed for that claim.
Potential side effectslist_claims_needing_invoicesUse this when the member asks which claims still need receipts, invoices, substantiation, or follow-up documentation.
Inferred read-onlysubmit_reimbursement_claimUse this when the member clearly asks to submit a reimbursement for an out-of-pocket expense they already paid.
Inferred read-onlyget_current_member_identityUse this when you need to confirm which member the current MCP token represents or debug enrollment context.
Inferred read-onlyget_account_profileUse this when the member asks about their Rivendell profile, contact status, address, onboarding state, or dependent summary.
Inferred read-onlyget_sign_in_email_statusUse this when the member asks which email they use to sign in or whether that email is verified.
Potential side effectslist_payout_accountsUse this when the member asks which reimbursement payout accounts are linked or which one is primary.
Inferred read-onlyget_dependentsUse this when the member asks to review dependents, adult dependents, activation state, or invite readiness.
Inferred read-onlyset_primary_payout_accountUse this when the member clearly asks to make a specific linked bank account the primary reimbursement destination.
Inferred read-onlyupdate_dependent_emailUse this when the member clearly asks to set or clear the email address for a specific dependent before activation.
Potential side effectssend_dependent_inviteUse this when the member clearly asks to send or resend an invite to a specific adult dependent.
Potential side effectssearch_medicationsUse this when the member asks whether a medication is in the catalog, needs strength or form matches, or needs Cost Plus pricing links.
Inferred read-onlyget_pharmacy_detailsUse this when the member needs the Cost Plus Drugs pharmacy name, NCPDP identifier, or account links for prescription handoff.
Inferred read-onlyfind_care_optionsUse this when the member asks to find providers or care options by location, specialty, symptoms, urgency, or visit type.
Inferred read-onlyget_provider_detailsUse this when the member asks about a selected provider, doctor details, or known cash-pay rates for a service.
Potential side effectslist_appointmentsUse this when the member asks to see upcoming, past, or all appointment requests and booked appointments.
Inferred read-onlybook_appointmentUse this when the member clearly asks Rivendell to book or request an appointment with selected provider options and availability.
Inferred read-onlycancel_appointmentUse this when the member clearly asks to cancel a specific appointment request or booked appointment.
Inferred read-onlyrequest_cash_pay_quoteUse this when the member asks Rivendell to get or refresh a cash-pay quote for a selected provider and service.
Potential side effectsstart_find_health_plan_advisorUse this when a broker or advisor wants to run the small-group health plan advisor workflow for California or New York employer groups.
Inferred read-onlyquote_censusUse this when a broker or staff member supplies an employee census and wants deterministic employer premiums from Rivendell's published plan design.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for rivendell.health was fetched 2026-08-23T12:32:03.025Z.
rivendell.health is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.