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

Gemot Deliberation Server

dev.gemot/gemot

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

Uptime
5.4%
37 probes
Response
1095ms
last probe
Tools
6
callable
Primary URL
https://gemot.dev/mcp

Tools · 6

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) - get: Get status/stats of a de…

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…

Similar MCP servers embedding-nearest

llm-council-mcp
LLM-based council/consensus tool for multi-persona AI deliberation
0 tools
Wisepanel
Multi-agent deliberation across Claude, Gemini, and Perplexity. Stream and publish.
0 tools
llm-deliberate-mcp
MCP server for multi-LLM deliberation with anonymized peer review
0 tools
hive-mind-mcp-server
Swarm intelligence for AI agents — collective decision-making, consensus voting, and multi-agent coordination
0 tools
deliberation
Metadata-only Glama MCP server.
0 tools
Roundtable
Multi-model AI debates: GPT-4o, Claude, Gemini & 200+ models discuss, then synthesize insight.
0 tools · streamable-http

How to use

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

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