Back to Apps

Cadence
Supports UIby Weekendsuperhero-io
Co-parenting co-pilot that turns chaotic messages into structured schedules, expense ledgers, and neutral communications.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Cadence provides an interactive UI for co-parents to manage the chaos of shared logistics. It processes messy text blobs (emails, texts, notes) and renders four structured cards inline in the chat: a visual schedule, a reconciled expense ledger, a neutral draft message, and a conflict alert banner.
Key features
- Automated Scheduling: Converts fragmented conversation into a week-at-a-glance custody and handoff view.
- Deterministic Ledger: Computes "X owes Y" totals in code, ensuring financial accuracy without LLM math errors.
- BIFF Communication: Generates neutral, brief, informative, friendly, and firm message drafts to reduce conflict.
- Conflict Detection: Identifies double-bookings and math mismatches using a dedicated validation agent and deterministic backstop.
- Source Traceability: Every extracted detail is linked to the exact line of the original input for verification.
Installation
- Claude Desktop: Add the following to your
claude_desktop_config.json:
{
"mcpServers": {
"cadence": {
"command": "tsx",
"args": [
"--tsconfig",
"/ABS/PATH/cadence/cadence-mcp/tsconfig.json",
"/ABS/PATH/cadence/cadence-mcp/src/index.ts"
]
}
}
}
Supported hosts
- claude
Quick install
claude mcp add cadence -- /ABS/PATH/cadence/node_modules/.bin/tsx --tsconfig /ABS/PATH/cadence/cadence-mcp/tsconfig.json /ABS/PATH/cadence/cadence-mcp/src/index.tsInformation
- Pricing
- free
- Published
- 6/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add cadence config with tsx and path to cadence-mcp/src/index.ts





