mcpbeat

Is It Trust Ready — agent-trust-readiness scanner MCP Server

io.github.mnemom/isittrustready
answering

Is It Trust Ready — agent-trust-readiness scanner is answering right now. Last checked 14 min ago. It exposes 8 tools. Last commit 30 Jul 2026.

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

Uptime history 41 hours of history · worst hour 75%
41 hours agonow
97.8%
Uptime 24h
89 of 91 checks
8
Tools
read from the server
514 ms
Response time
average over 24h
0
Stars
last commit 30 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add isittrustready --transport http https://api.isittrustready.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "isittrustready": {
      "url": "https://api.isittrustready.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.isittrustready]
url = "https://api.isittrustready.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "isittrustready": {
      "url": "https://api.isittrustready.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "isittrustready": {
      "url": "https://api.isittrustready.ai/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

reputation
get_reputation
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).
get_reputation_badge
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.
search_reputation_directory
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.
verify
verify_reputation
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).
verify_scan
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/.
agent
get_agent
Look up an agent's public identity and trust state by ID — the accountable record other agents and humans can rely on.
scan
scan_trust
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/.
started
get_started
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).

Endpoints

URLTransportStateLatencyChecked
https://api.isittrustready.ai/mcp streamable-http answering 718 ms 14 min ago

Is It Trust Ready — agent-trust-readiness scanner — questions

Answers built from our own checks of this server.

What can Is It Trust Ready — agent-trust-readiness scanner do?
It exposes 8 tools, read directly from the server on our last check. Among them: get_agent, get_reputation, get_reputation_badge, get_started, scan_trust, search_reputation_directory and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Is It Trust Ready — agent-trust-readiness scanner mostly used for?
Its tools cluster around reputation and verify. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Is It Trust Ready — agent-trust-readiness scanner working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 89 of 91 checks got a reply (97.8%), average response time 514 ms. The bar chart above shows every period we have measured.
How do I connect Is It Trust Ready — agent-trust-readiness scanner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Is It Trust Ready — agent-trust-readiness scanner need an API key?
No. Is It Trust Ready — agent-trust-readiness scanner completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Is It Trust Ready — agent-trust-readiness scanner?
It answers our handshake in 514 ms on average, which is faster than 22% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Is It Trust Ready — agent-trust-readiness scanner open source?
Yes — 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.