# Agora (remote · agora-console-production.up.railway.app)

Find governed AI capabilities and verify signed receipts. Read-only, no account.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `agora-console-production.up.railway.app`: 66/100 (this document), [markdown](https://verifymcp.io/servers/mo-grantsmith-agora/agora-console-production.md), [page](https://verifymcp.io/servers/mo-grantsmith-agora/agora-console-production)

## Channel facts

- Endpoint: `https://agora-console-production.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-20.

- **Endpoint Security**: 57/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 3 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 check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 413 tokens (~137/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http mo-grantsmith-agora https://agora-console-production.up.railway.app/mcp
```

### Codex

```toml
[mcp_servers.mo-grantsmith-agora]
url = "https://agora-console-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mo-grantsmith-agora": {
      "type": "remote",
      "url": "https://agora-console-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mo-grantsmith-agora --url https://agora-console-production.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mo-grantsmith-agora:
    url: "https://agora-console-production.up.railway.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "mo-grantsmith-agora": {
      "type": "http",
      "url": "https://agora-console-production.up.railway.app/mcp"
    }
  }
}
```

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-19 (score 66, +1)

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

### 2026-08-17 (score 65, +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-08-16 (score 64, 0)

- [functional regression] Schema quality: pass → fail
- [functional improvement] Stability: unverified → 0.03
- [functional] New tool “execute_capability”

### 2026-08-15 (score 64)

First indexed and scored.

## MCP tools (3)

### `search_capabilities` (~111 tokens)

Search governed capabilities

Find capabilities declared in Agora's habitat, by capability word, alias or name. Every entry reports its HONEST live status: scheduled (running on a clock), staffed, dormant (declared, never summoned or since stopped), or toolpack-wakeable (no clock by design, woken by a floor mention). Dormant entries are INCLUDED — a directory that hid what was not running would answer a question nobody asked.

Input parameters:

- `query` (string): capability word, alias or name; omit for everything

### `execute_capability` (~133 tokens)

Start a declared capability

Start a declared capability through Agora's own governed summon path, and return the RECEIPT ID of the act. Requires an OAuth 2.1 access token carrying the agora:execute scope and minted for this resource; the token establishes who is calling, and the tenant's member-role table decides what they may do. Every refusal names its cause and is itself receipted. Dry by default: pass commit=true to write.

Input parameters:

- `commit` (boolean): false (default) reports what would happen and writes nothing
- `subject` (string, required): the declared subject to start, exactly as search_capabilities returns it

### `verify_receipt` (~101 tokens)

Verify a receipt

Check whether a receipt id names a real, signed act in the commons tenant, and report its signature verdict, action, outcome, actor class, timestamps, chain position, and — when the act was denied — the cause that was actually stamped. No account is needed: the receipt id is the credential. Private tenants answer 'not_public'; capability URLs, key material and human subjects are never rendered.

Input parameters:

- `receipt_id` (string, required): the receipt's UUID

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/mo-grantsmith-agora/agora-console-production#diagnostics

## Score history

- 2026-08-20: 66
- 2026-08-19: 66
- 2026-08-18: 65
- 2026-08-17: 65
- 2026-08-16: 64
- 2026-08-15: 64

## Links

- Remote endpoint: https://agora-console-production.up.railway.app/mcp
- Repository: https://github.com/mo-grantsmith/Agora
- Website: https://agora-console-production.up.railway.app/
- Changelog RSS feed: https://verifymcp.io/servers/mo-grantsmith-agora/agora-console-production.xml
- Changelog JSON feed: https://verifymcp.io/servers/mo-grantsmith-agora/agora-console-production.json
- HTML version of this page: https://verifymcp.io/servers/mo-grantsmith-agora/agora-console-production
