Build on Rivendell

Two surfaces. A remote MCP connector, for the assistant you already use, and a CLI for scripting and agents that would rather run a command.

or read the markdown at /docs/agents.md
MCP connector

Works for any member, with no token to create. Reads your plan, claims, medications, providers and appointments, and your own Oura and WHOOP data.

claude mcp add --transport http rivendell https://rivendell.health/mcp

Claude desktop and web, ChatGPT, Cursor and other MCP clients take the same URL as a custom connector.

Install steps, scopes and tools →
CLI

Install:

brew install rivendell-health/cli/rivendell

Sign in, and confirm which token you are holding:

rivendell login
rivendell whoami

Signing in mints an organization-scoped token, and only owners and admins can mint one. Everyone else should use the connector.

Commands, scopes and exit codes →
REST API

The full reference is at /api-docs, generated from /openapi.json. Machine-readable discovery lives at /api/capabilities and the index for agents at /llms.txt.

API tokens

Long-lived tokens for CI and headless scripts, scoped to one organization and carrying the scopes selected at creation.

Sign in to manage tokens →