
Sandwich Care Circle
Wire Claude Code or Cursor to a Sandwich account so an agent can read CareEvents, loved ones, and workspace context for sandwich-generation caregivers.
Overview
Sandwich Care Circle is a MCP server for the Build phase that connects an AI agent to an authenticated Sandwich user’s care circle, CareEvents, loved ones, and workspace.
What is this MCP server?
- Streamable-http remote at app.joinsandwich.com/api/mcp with required Bearer API key from settings/mcp-keys
- Tools implied by description: read CareEvents, list loved ones, inspect workspace for a signed-in care circle
- OAuth-style secret header pattern (Authorization, isSecret, isRequired) for per-user tenancy
- Version 0.1.1 server schema aligned with MCP 2025-12-11
- Open-source reference repo Terahertz-Inc/sandwich-public on GitHub
- Server version 0.1.1
- 1 streamable-http remote (app.joinsandwich.com/api/mcp)
- 1 required secret header: Authorization Bearer API key
What problem does it solve?
Caregiving agents hallucinate context when they cannot see the real care timeline, household members, and workspace state tied to your Sandwich account.
Who is it for?
Builders shipping caregiver assistants for Sandwich users who need private, account-scoped care coordination in Claude Code or similar agents.
Skip if: Anonymous research on national care costs or public program listings—use the read-only Sandwich Directory MCP instead.
What do I get? / Deliverables
After you add the remote and bearer key, the agent can answer and act using live Sandwich care-circle data instead of generic elder-care advice.
- Agent-readable CareEvents and loved-ones context from the user’s care circle
- Workspace inspection answers grounded in Sandwich data
- Repeatable MCP registration snippet for the care-circle remote
Recommended MCP Servers
Journey fit
Canonical shelf is Build because you register a remote MCP and bearer credentials in the agent stack before the product can act on live care data. Integrations fits authenticated streamable-http remotes that expose user-scoped tools instead of code you ship in-repo.
How it compares
Authenticated private care-circle MCP, not a public skills.sh coding skill or open care directory.
Common Questions / FAQ
Who is com.joinsandwich/care-circle for?
Sandwich account holders and developers building agents that must read that user’s CareEvents, loved ones, and workspace over MCP.
When should I use com.joinsandwich/care-circle?
When your agent workflow needs live, user-specific sandwich caregiving data and you can mint a bearer API key at app.joinsandwich.com/settings/mcp-keys.
How do I add com.joinsandwich/care-circle to my agent?
Register the streamable-http remote https://app.joinsandwich.com/api/mcp and set the Authorization header to your Bearer API key in Claude Code, Cursor, or another MCP client.