Cooren · MCP Server
The human-authority coordination engine for AI agents.
Cooren is a coordination engine with six operations: create a session with options, add participants, submit signals, read the tally, record the decision, announce it. Participants can be humans or AI agents. Consensus informs but never executes — a designated human authority must record the decision before anything commits. Extracted from The Dinner Decider, a production app live on Google Play and the App Store. Running today as a REST API (cooren.dev) and this MCP server.
session_create — open a coordination session
add_participants — register participants, issue tokens
add_options — extend an open session
submit_signal — a participant signals their choice
get_tally — read the aggregated tally (free)
record_decision — authority closes the loop ($0.03)
add_participants — register participants, issue tokens
add_options — extend an open session
submit_signal — a participant signals their choice
get_tally — read the aggregated tally (free)
record_decision — authority closes the loop ($0.03)
Connect in Claude
- In Claude, add a custom connector for
https://mcp.cooren.dev/mcp - Approve the connection — you'll be sent here to sign in or create a Cooren account
- Once linked, Claude can call the six operations above using your own account and billing
$0.03 per recorded decision. Everything else is free.