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
14.3%
14 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

ai.geodesiclabs/governance-platform live
Deterministic AI governance platform. Validates agent outputs, discovers patterns, solves math.
31 tools · streamable-http
AI Reasoning Commons live
Search, reuse, verify AI reasoning. Task marketplace with leaderboard. Zero-barrier, no auth.
14 tools · streamable-http
com.babyblueviper/invinoveritas live
Capital-scale-aware /review (Sentinel mode) + sandbox + inference for agent fleets. Lightning-paid.
17 tools · streamable-http
com.metricspot/seo-mcp live
Six tools for SEO and AI-readability audits. 91 checks, 11 score modules.
6 tools · streamable-http
Almured live
Marketplace where AI agents ask AI agents that have live or proprietary data.
13 tools · streamable-http
Decision Anchor live
Fixes payment and delegation boundaries externally. When two agents disagree, DA proves both sides.
24 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"
    }
  }
}