# Is It Trust Ready — agent-trust-readiness scanner (remote · api.isittrustready.ai)

Scan any website or MCP server for agent-trust-readiness; returns a signed, verifiable scorecard.

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

## Components

- remote · `api.isittrustready.ai`: 77/100 (this document), [markdown](https://verifymcp.io/servers/mnemom-isittrustready/api.md), [page](https://verifymcp.io/servers/mnemom-isittrustready/api)

## Channel facts

- Endpoint: `https://api.isittrustready.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1984 tokens (~104/item across 19 items; 8 tools + 11 resources), lean.
  - 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**: 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http mnemom-isittrustready https://api.isittrustready.ai/mcp
```

### Codex

```toml
[mcp_servers.mnemom-isittrustready]
url = "https://api.isittrustready.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mnemom-isittrustready": {
      "type": "remote",
      "url": "https://api.isittrustready.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mnemom-isittrustready --url https://api.isittrustready.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mnemom-isittrustready:
    url: "https://api.isittrustready.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "mnemom-isittrustready": {
      "type": "http",
      "url": "https://api.isittrustready.ai/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-02 (score 77, +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 76, +3)

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

### 2026-07-30 (score 73, −1)

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

### 2026-07-29 (score 74, +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-27 (score 73, +1)

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

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

First indexed and scored.

## MCP tools (8)

### `get_agent` (~51 tokens)

Look up an agent's public identity and trust state by ID — the accountable record other agents and humans can rely on.

Input parameters:

- `agent_id` (string, required): Agent identifier (e.g. smolt-abc123)

Output parameters:

- `agent_hash` (string): First 16 hex chars of `SHA256(apiKey + '|' + agentName)` for named agents, or `SHA256(apiKey)` for unnamed singleton agents. The gateway computes the same value on each request and uses it as the loo…
- `agent_proof_captured_at` (string|null)
- `agent_proof_hash` (string|null): Owner projection: captured hash_proof of the bound key (mig 263).
- `aip_enforcement_mode` (string|null)
- `avatar_url` (string|null)
- `billing_account_id` (string|null)
- `caller` (string): Self-describing caller context for THIS response. `org_member` callers receive the full owner record (all fields here); `anonymous`/`authenticated` (non-member) callers receive the reduced public pro…
- `claimed` (boolean): Public projection only: whether the agent has been claimed by a user.
- `claimed_at` (string|null)
- `claimed_by` (string|null): Owner projection: user id that claimed the agent.
- `containment_status` (string|null): Containment state of the agent (ADR-053).
- `created_at` (string)
- `created_by` (string|null): Owner projection: user id that created the agent (provenance).
- `deleted_at` (string|null): Owner projection: soft-delete timestamp (null when live).
- `email` (string|null)
- `groups` (array): Active groups this agent belongs to, name-ordered; `[]` when none. Present on org-fleet rows (GET /v1/orgs/{org_id}/agents). Archived groups are excluded.
- `id` (string)
- `key_prefix` (string|null): First 8 chars of the bound API key hash — useful for key-rotation debugging.
- `last_seen` (string|null)
- `name` (string|null): Agent name (2-32 chars, alphanumeric + hyphens). Present on all list and get responses.
- `org_id` (string|null): Owner projection: the agent's org binding (ADR-062 authz boundary).
- `public` (boolean): Identity-record visibility axis — whether the agent's IDENTITY RECORD is publicly discoverable. This is DISTINCT from reputation visibility: every registered agent's reputation is public by accountab…
- `status` (string)
- `user_id` (string|null)

### `get_reputation` (~104 tokens)

Look up an AI agent's published Trust Rating — Mnemom's portable reliability signal for autonomous software, computed from the agent's own verified activity record. Returns the rating plus the technical factors behind it. Free, public, read-only: every registered agent's rating is published by standard (the `visibility` field is the reputation-publication axis, distinct from identity-record visibility).

Input parameters:

- `agent_id` (string, required): Agent identifier (e.g. smolt-abc123)

Output parameters:

- `a2a_trust_extension` (object): A2A trust extension for interop. Only present on `GET /reputation/{agent_id}` (not on batch/compare rows).
- `agent_id` (string)
- `agent_name` (string|null)
- `checkpoint_accounting` (object|null): Structured breakdown of how checkpoints were counted toward the score. `analyzed` is the scoring population; `excluded` buckets are mutually exclusive and `analyzed + synthetic + insufficient_thinkin…
- `checkpoint_count` (integer)
- `claimed` (boolean)
- `components` (array)
- `computed_at` (string|null)
- `confidence` (string)
- `grade` (string|null): AAA–D or NR.
- `is_eligible` (boolean)
- `next_compute_at` (string|null): Next scheduled recompute — the 00/06/12/18 UTC cron slot strictly after `computed_at` (`floor(computed_at/6h)*6h + 6h`). Null when `computed_at` is null.
- `score` (integer|null)
- `tier` (string|null)
- `trend_30d` (number|null)
- `visibility` (string): Reputation-publication axis — whether this agent's Trust Rating is published. Every registered agent's reputation is `public` by accountability standard (the default; that is the whole point of a por…

### `get_reputation_badge` (~63 tokens)

Get an embeddable Trust Rating badge for an agent — returns the badge image URL plus ready-to-paste Markdown and HTML snippets for a README or agent card.

Input parameters:

- `agent_id` (string, required): Agent identifier (e.g. smolt-abc123)

Output parameters:

- `agent_id` (string): The agent the badge is for (echoed from the request).
- `badge_url` (string): Canonical SVG Trust Rating badge image URL (always on api.mnemom.ai).
- `html_embed` (string): Paste-ready HTML badge snippet.
- `markdown_embed` (string): Paste-ready Markdown badge snippet.
- `profile_url` (string): Human-readable reputation profile page (on www.mnemom.ai).
- `verified_url` (string): Public cryptographic verification URL for the rating.

### `get_started` (~103 tokens)

Zero-auth, no-args orientation: who Mnemom is, the surface map, how to authenticate and what it unlocks, and the value tools to try right now (headlining scan_trust + the reputation reads).

Input parameters:

- `token` (string): Optional Dojo try-me invite token. When supplied and valid, returns the token-gated dojo briefing manifest (the same content as GET /v1/dojo/try-me/resolve); omit for public orientation.

Output parameters:

- `authenticate` (object): How to authenticate and what auth unlocks.
- `developer_path` (object): The developer hero on-ramp: the npx one-liner plus the intent-named MCP prompt-skills (try-me, onboard_an_agent, become_sovereign). Advertisement only — no functional dependency on those prompts exis…
- `doctrine` (string)
- `showcase_agent` (object): A real Mnemom-owned agent the try_now reputation reads target, so the loop runs verbatim.
- `skill_path` (object): The two-step on-ramp to declaring and advertising capabilities as A2A skills in a signed, portable AgentCard.
- `sovereignty_path` (object): The five-step on-ramp to becoming a sovereign, accountable agent, composed from existing tools. Walked end to end by the become_sovereign MCP prompt.
- `surface_map` (object): Stable links to the canonical read-only surfaces.
- `try_now` (array): Zero-auth value tools to call right now.
- `value_prop` (string): What Mnemom does for an agent.
- `verify` (string): How to verify signed artifacts in-band (verify, don't trust).
- `visibility_model` (object): Disambiguates the two axes that share the word 'public': reputation-publication visibility (public by standard) vs identity-record visibility (agent.public), plus the caller-context self-description.
- `what_we_keep_private_and_why` (string)
- `who` (string): One-line positioning.

### `scan_trust` (~202 tokens)

Scan a website's agent-trust-readiness and return a signed scorecard (Trust, plus an Access axis on newer rubrics). Zero-auth. Results are CACHED for up to 24h — check `cached` and `scannedAt` on the result; pass `fresh: true` to force a re-scan (rate-limited). Proxies to the SSRF-locked isittrustready scanner; the Ed25519 signature + permalink are preserved verbatim. Rubric + docs: https://www.isittrustready.ai/rubric and https://docs.mnemom.ai/.

Input parameters:

- `fresh` (boolean): Force a fresh re-scan instead of the cached result (results are cached up to 24h; the engine rate-limits re-scans). Equivalent to the scanner's rescan flag.
- `url` (string, required): Domain or URL to scan, e.g. "example.com" or "https://example.com".

Output parameters:

- `access` (object): The independent Access/discoverability axis (never blended with Trust). Present from the two-axis rubric (0.3.0+).
- `cached` (boolean): True when served from the scanner's 24h cache rather than a fresh scan.
- `categories` (array): Trust-axis categories with per-category scores + checks.
- `grade` (string): Trust letter grade (A+…F).
- `permalink` (string): Shareable /r/ permalink (only on /r/ responses; transport field).
- `rubricVersion` (string): Rubric version (e.g. "0.4.0").
- `scannedAt` (string): When this scorecard was produced. Results are cached up to 24h — pass fresh:true to scan_trust to force a re-scan.
- `schema` (string): iitr-scan schema version string (e.g. "iitr-scan/v0.N").
- `score` (number): 0–100 weighted overall TRUST score.
- `signature` (object): Ed25519 signature over the canonical result (transport field; stripped before verify).
- `target` (string): Normalized host that was scanned.
- `verification` (object): Self-describing in-band verification block {alg, kid, jwks, canonicalization} — how to verify this scorecard's signature. Self-describing, so signed-EXCLUDED (stripped before verify).

### `search_reputation_directory` (~199 tokens)

Resolve an agent name or id-prefix to a real agent_id over the PUBLIC reputation directory (only agents whose reputation visibility is public). Zero-auth. The arriving-agent entry point: discover a concrete agent_id, then call get_reputation / verify_reputation on it.

Input parameters:

- `confidence` (string): Filter to agents at a given reputation-confidence level (driven by how much evidence backs the score).
- `grade` (string): Filter to one grade (e.g. `AAA`, `B`, `NR`).
- `page` (integer): 1-based page number for pagination. Default 1.
- `per_page` (integer): Number of results per page. 1–100, default 20.
- `q` (string): Name search (ilike) or agent-id prefix match.
- `sort` (string): Result ordering. Default "score" (highest-rated first); other supported keys order by recency or name.

Output parameters:

- `agents` (array)
- `page` (integer)
- `per_page` (integer)
- `total` (integer)

### `verify_reputation` (~104 tokens)

Attest an agent's Trust Rating — returns a Merkle-root + hash-chain attestation (hash_chain_valid) proving the rating derives from an unbroken, append-only checkpoint chain, plus a pointer to the signed integrity certificate. This is a chain-integrity attestation, NOT an in-band Ed25519 signature check (that parity is verify_scan, for website scorecards).

Input parameters:

- `agent_id` (string, required): Agent identifier (e.g. smolt-abc123)

Output parameters:

- `agent_id` (string)
- `computed_at` (string)
- `grade` (string)
- `score` (number)
- `verification` (object|null)

### `verify_scan` (~182 tokens)

Verify a website scan scorecard's Ed25519 signature IN-BAND (verify, don't trust). Pass a `scan` (a scorecard from scan_trust) or a `url` to re-scan; returns {verified, key_id, canonicalization} checked against the public key at mnemom://iitr/jwks. Zero-auth. Spec + rubric: https://www.isittrustready.ai/rubric and https://docs.mnemom.ai/.

Input parameters:

- `scan` (object): A scan scorecard previously returned by scan_trust (or iitr's /r/ JSON), passed back verbatim to verify. Same shape as scan_trust's result; the signature is checked against mnemom://iitr/jwks.
- `url` (string): Alternatively, a domain/URL to re-scan and then verify.

Output parameters:

- `algorithm` (string): Always "Ed25519".
- `canonicalization` (string): The exact canonicalization used (so the verdict is reproducible).
- `key_id` (string|null): The signing key id (kid) checked.
- `reason` (string): Why verification failed or could not be evaluated (absent when verified).
- `scorecard` (object): The scorecard verified (present when re-scanned via `url`).
- `verified` (boolean): True iff the signature verifies against the in-band JWKS.

## Diagnostics

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

## Score history

- 2026-08-03: 77
- 2026-08-02: 77
- 2026-08-01: 76
- 2026-07-31: 76
- 2026-07-30: 73
- 2026-07-29: 74
- 2026-07-28: 73
- 2026-07-27: 73
- 2026-07-26: 72

## Links

- Remote endpoint: https://api.isittrustready.ai/mcp
- Repository: https://github.com/mnemom/mcp
- Website: https://www.isittrustready.ai/
- Changelog RSS feed: https://verifymcp.io/servers/mnemom-isittrustready/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mnemom-isittrustready/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mnemom-isittrustready/api
