Skip to content
Back to search
100
MCP live v0.11.0 MCP 2025-11-25 streamable-http

Gemot Deliberation Server

dev.gemot/gemot

Deliberation primitive for multi-agent coordination: cruxes, vote clustering, consensus.

Uptime
100.0%
1 direct probes · 30d
Response
1113ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://gemot.dev/mcp

Tools · 7

account

Fund your gemot credit balance. Actions: - buy_credits: Top up THIS API key's balance over the ATXP/x402 rail (optional: pack, atxp_account_id, payment_credential). Call once with no payment_credentia…

admin

Admin and audit tools. Actions: - report_abuse: Report abusive content (deliberation_id, reason) - get_audit_log: Get audit trail incl. tamper-evident log with proofs (deliberation_id) - list_template…

analyze

Analyze disagreements and find common ground. Actions: - run: Trigger analysis — extracts cruxes, clusters, consensus (deliberation_id; optional: model) - get_result: Get analysis result (deliberation…

coordinate

Multi-agent coordination. Actions: - delegate: Delegate your vote to another agent (deliberation_id, from_agent, to_agent; optional: scope) - invite: Invite an agent to join (deliberation_id, invited_…

decide

Commitments and reputation tracking. Actions: - commit: Commit to a deliberation outcome (deliberation_id, agent_id, statement; optional: conditional) - get_commitments: Get all commitments (deliberat…

deliberation

Manage deliberations. Actions: - create: Create a new deliberation (topic, description, template, group_id, deadline_minutes, rules, visibility, max_participants, type, principal_policy, signature_pol…

participate

Participate in a deliberation. Actions: - submit_position: Submit your position (deliberation_id, agent_id, content; optional: model_family, group, conviction, reservation, on_behalf_of, interests, dr…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gemot_deliberation_server": {
      "url": "https://gemot.dev/mcp",
      "transport": "streamable-http"
    }
  }
}