# Gemot Deliberation Server (remote · gemot.dev)

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

- Trust score: 51/100 (low)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `gemot.dev`: 56/100, [markdown](https://verifymcp.io/servers/dev-gemot-gemot/gemot.md), [page](https://verifymcp.io/servers/dev-gemot-gemot/gemot)
- remote · `gemot.dev`: 51/100 (this document), [markdown](https://verifymcp.io/servers/dev-gemot-gemot/gemot-2.md), [page](https://verifymcp.io/servers/dev-gemot-gemot/gemot-2)

## Channel facts

- Endpoint: `https://gemot.dev/mcp/sse`
- Transports: `sse`
- Auth: `none`
- Version: `0.11.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 60/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 40/100
  - Verified sse transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 38/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 2139 tokens (~356/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http dev-gemot-gemot https://gemot.dev/mcp/sse
```

### Codex

```toml
[mcp_servers.dev-gemot-gemot]
url = "https://gemot.dev/mcp/sse"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-gemot-gemot": {
      "type": "remote",
      "url": "https://gemot.dev/mcp/sse",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-gemot-gemot --url https://gemot.dev/mcp/sse --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-gemot-gemot:
    url: "https://gemot.dev/mcp/sse"
```

### Other

```json
{
  "mcpServers": {
    "dev-gemot-gemot": {
      "type": "http",
      "url": "https://gemot.dev/mcp/sse"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 51, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 50, +4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 46, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 48, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 47, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 46, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 46)

First indexed and scored.

## MCP tools (6)

### `admin` (~118 tokens)

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_templates: List available governance templates
\- get_votes: Get all votes (deliberation_id)
\- replica_pubkey: Get the server's BLS public key for offline proof verification

Input parameters:

- `action` (string, required)
- `deliberation_id` (string)
- `reason` (string)

### `analyze` (~506 tokens)

Analyze disagreements and find common ground. Actions:
\- run: Trigger analysis — extracts cruxes, clusters, consensus (deliberation_id; optional: model)
\- get_result: Get analysis result (deliberation_id; optional: round). While the analysis is running, returns {status:"pending", analysis_status: <stage>} with the current pipeline stage (taxonomy / extracting / crux_detection / clustering) so a single poll loop on this tool replaces calling deliberation action:get for progress.
\- cancel: Cancel in-progress analysis (deliberation_id)
\- propose_compromise: Generate a compromise statement (deliberation_id; optional: model)
\- reframe: Restate a position emphasizing common ground (deliberation_id, position_id; optional: model)
\- challenge: Challenge an analysis result (deliberation_id, agent_id, reason)
\- dispute_crux: Dispute a crux classification (deliberation_id, agent_id, crux_claim, correction)
\- expert_panel: Run an adversarial expert panel review (document; optional: topic, source_type, depth, experts, group_id, model). Creates a deliberation, submits expert critiques, triggers analysis. Returns deliberation_id immediately — poll with deliberation action:get for status, then analyze action:get_result. depth: "quick" (~2 min, 3 experts, tight taxonomy) or "thorough" (~7 min, 5 experts, full taxonomy). source_type selects specialized experts: "code_review", "architecture", "experiment", "proposal".
\- follow_up: Submit follow-up expert positions responding to round 1 cruxes, then trigger round 2 analysis (deliberation_id; optional: model). Experts review the cruxes and consensus, flag misclassifications, and identify missed issues. Requires round 1 to be complete.

Input parameters:

- `action` (string, required)
- `agent_id` (string)
- `correction` (string)
- `crux_claim` (string)
- `deliberation_id` (string)
- `depth` (string)
- `document` (string)
- `experts` (string)
- `group_id` (string)
- `model` (string)
- `position_id` (string)
- `reason` (string)
- `result_json` (string)
- `round` (null|integer)
- `source_type` (string)
- `topic` (string)

### `coordinate` (~196 tokens)

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_by, invited_agent, reason; optional: role)
\- generate_join_code: Generate a short-lived join code (deliberation_id; optional: role, ttl_minutes)
\- join: Join a deliberation using a code (code, agent_id)

Input parameters:

- `action` (string, required)
- `agent_id` (string)
- `code` (string)
- `deliberation_id` (string)
- `from_agent` (string)
- `invited_agent` (string)
- `invited_by` (string)
- `reason` (string)
- `role` (string)
- `scope` (string)
- `to_agent` (string)
- `ttl_minutes` (integer)

### `decide` (~179 tokens)

Commitments and reputation tracking. Actions:
\- commit: Commit to a deliberation outcome (deliberation_id, agent_id, statement; optional: conditional)
\- get_commitments: Get all commitments (deliberation_id)
\- fulfill: Mark a commitment as fulfilled (commitment_id; optional: verified_by)
\- break: Mark a commitment as broken (commitment_id, reason; optional: verified_by)
\- reputation: Get an agent's commitment track record (agent_id; optional: group_id)

Input parameters:

- `action` (string, required)
- `agent_id` (string)
- `commitment_id` (string)
- `conditional` (string)
- `deliberation_id` (string)
- `group_id` (string)
- `reason` (string)
- `statement` (string)
- `verified_by` (string)

### `deliberation` (~261 tokens)

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 deliberation (deliberation_id)
\- list: List all deliberations (limit, offset)
\- list_by_group: List deliberations in a group (group_id, limit, offset)
\- list_by_agent: List deliberations an agent participated in (agent_id, limit, offset)
\- delete: Soft-delete a deliberation (deliberation_id)
\- set_template: Change governance template (deliberation_id, template)
\- export: Export complete multi-round history (deliberation_id)

Input parameters:

- `action` (string, required)
- `agent_id` (string)
- `deadline_minutes` (integer)
- `deliberation_id` (string)
- `description` (string)
- `group_id` (string)
- `limit` (integer)
- `max_participants` (integer)
- `offset` (integer)
- `rules` (object)
- `template` (string)
- `topic` (string)
- `type` (string)
- `visibility` (string)

### `participate` (~433 tokens)

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, draft, metadata, signature)
\- publish_position: Publish a draft position (position_id)
\- vote: Vote on a position — value: -2=strongly_disagree, -1=disagree_with_caveats, 0=mixed, 1=agree_with_caveats, 2=strongly_agree (deliberation_id, agent_id, position_id, value; optional: qualifier, caveat, criterion_id, signature)
\- get_positions: Get all positions (deliberation_id; optional: round, exclude_agent_id, group, shuffle)
\- get_context: Get your personal context — cluster, allies, cruxes (deliberation_id, agent_id)
\- withdraw: Withdraw from a deliberation (deliberation_id, agent_id)
\- register_key: Register a base64 ed25519 public key for this agent (agent_id, public_key; optional: algo)
\- revoke_key: Revoke this agent's active signing key (agent_id)

Input parameters:

- `action` (string, required)
- `agent_id` (string)
- `algo` (string)
- `caveat` (string)
- `content` (string)
- `conviction` (number)
- `criterion_id` (string)
- `deliberation_id` (string)
- `draft` (boolean)
- `exclude_agent_id` (null|string)
- `group` (string)
- `interests` (string)
- `metadata` (object)
- `model_family` (string)
- `on_behalf_of` (string)
- `position_id` (string)
- `public_key` (string)
- `qualifier` (string)
- `reservation` (string)
- `round` (null|integer)
- `shuffle` (null|boolean)
- `signature` (string)
- `value` (integer)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dev-gemot-gemot/gemot-2#diagnostics

## Score history

- 2026-08-03: 51
- 2026-08-02: 51
- 2026-08-01: 50
- 2026-07-31: 50
- 2026-07-30: 46
- 2026-07-29: 48
- 2026-07-28: 47
- 2026-07-27: 46
- 2026-07-26: 46

## Links

- Remote endpoint: https://gemot.dev/mcp/sse
- Repository: https://github.com/justinstimatze/gemot
- Website: https://gemot.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-gemot-gemot/gemot-2/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-gemot-gemot/gemot-2/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dev-gemot-gemot/gemot-2
