← Registry

General Tools

rivendell.health

Provides tools to retrieve member health plan details, benefit balances, and claims information.

1 endpoint24 known toolsFirst detected July 29, 2026Last detected July 29, 2026

ENDPOINT 1

https://rivendell.health/mcp

No auth detected

MCP server metadata

Name
Rivendell
Version
0.2.0
Capabilities
tools
Server instructions

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_summary

Use this when the member asks what plan they have, what is covered, or how their deductible and stipends are tracking.

Inferred read-only
get_benefit_balances

Use this when the member asks for remaining deductible, out-of-pocket, fitness stipend, or wearable stipend balances.

Inferred read-only
list_claims

Use this when the member asks to see claims, claim history, pending items, or reimbursement status at a list level.

Inferred read-only
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.

Potential side effects
list_claims_needing_invoices

Use this when the member asks which claims still need receipts, invoices, substantiation, or follow-up documentation.

Inferred read-only
submit_reimbursement_claim

Use this when the member clearly asks to submit a reimbursement for an out-of-pocket expense they already paid.

Inferred read-only
get_current_member_identity

Use this when you need to confirm which member the current MCP token represents or debug enrollment context.

Inferred read-only
get_account_profile

Use this when the member asks about their Rivendell profile, contact status, address, onboarding state, or dependent summary.

Inferred read-only
get_sign_in_email_status

Use this when the member asks which email they use to sign in or whether that email is verified.

Potential side effects
list_payout_accounts

Use this when the member asks which reimbursement payout accounts are linked or which one is primary.

Inferred read-only
get_dependents

Use this when the member asks to review dependents, adult dependents, activation state, or invite readiness.

Inferred read-only
set_primary_payout_account

Use this when the member clearly asks to make a specific linked bank account the primary reimbursement destination.

Inferred read-only
update_dependent_email

Use this when the member clearly asks to set or clear the email address for a specific dependent before activation.

Potential side effects
send_dependent_invite

Use this when the member clearly asks to send or resend an invite to a specific adult dependent.

Potential side effects
search_medications

Use 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-only
get_pharmacy_details

Use this when the member needs the Cost Plus Drugs pharmacy name, NCPDP identifier, or account links for prescription handoff.

Inferred read-only
find_care_options

Use this when the member asks to find providers or care options by location, specialty, symptoms, urgency, or visit type.

Inferred read-only
get_provider_details

Use this when the member asks about a selected provider, doctor details, or known cash-pay rates for a service.

Potential side effects
list_appointments

Use this when the member asks to see upcoming, past, or all appointment requests and booked appointments.

Inferred read-only
book_appointment

Use this when the member clearly asks Rivendell to book or request an appointment with selected provider options and availability.

Inferred read-only
cancel_appointment

Use this when the member clearly asks to cancel a specific appointment request or booked appointment.

Inferred read-only
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.

Potential side effects
start_find_health_plan_advisor

Use 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-only
quote_census

Use this when a broker or staff member supplies an employee census and wants deterministic employer premiums from Rivendell's published plan design.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for rivendell.health was fetched 2026-08-23T12:32:03.025Z.

Trust status Trusted

rivendell.health is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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