Security & Testing
isittrustready.ai
Provides tools to look up AI agent identities, trust ratings, and scan website trust readiness for agent interactions.
ENDPOINT 1
https://api.isittrustready.ai/mcp
MCP server metadata
- Name
- mnemom
- Version
- 2.0.0
Mnemom is the trust plane for the agentic internet. Live, cryptographic trust signals for AI agents and the sites they act on; everything here is signed and independently verifiable against our public keys, and nothing is fabricated. New here? Call get_started (zero-auth, no args) for the surface map and auth guide. Two things you can do right now, no account: scan_trust(url) grades any website's agent-trust-readiness (signed scorecard + shareable permalink), and get_reputation(agent_id) / verify_reputation return any registered agent's signed, public Trust Rating. (An agent's risk history is authenticated — get_risk_history needs a Bearer/API-key credential.) Authenticate (Bearer JWT or X-Mnemom-Api-Key) to claim and manage your own agents — alignment cards, protection posture, and a verifiable Trust Rating that travels. We deliberately keep integrity- and alignment-internal detail owner-private; the public, signed proof rides in get_reputation.integrity_ratio. Read-only canonical surfaces (the open rubric, value catalog, /for-agents manifesto, signed cards, llms.txt) are exposed as MCP resources. Verify, don't trust — two DISTINCT paths, don't conflate them. verify_scan does in-band Ed25519 signature verification of a website scorecard against mnemom://iitr/jwks (a verified:true/false verdict + tamper detection). verify_reputation returns a Merkle-root + hash-chain attestation that the rating derives from an unbroken, append-only checkpoint chain (hash_chain_valid), plus a pointer to a signed integrity certificate — a chain-integrity attestation, NOT an in-band signature check. Public keys at mnemom://jwks and mnemom://iitr/jwks.
Known tools 8
get_agentLook up an agent's public identity and trust state by ID — the accountable record other agents and humans can rely on.
Inferred read-onlyget_reputationLook 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.
Inferred read-onlyget_reputation_badgeGet 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.
Inferred read-onlyget_startedZero-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).
Inferred read-onlyscan_trustScan a website's agent-trust-readiness and return a signed scorecard (Trust, plus an Access axis on newer rubrics).
Inferred read-onlysearch_reputation_directoryResolve an agent name or id-prefix to a real agent_id over the PUBLIC reputation directory (only agents whose reputation visibility is public).
Inferred read-onlyverify_reputationAttest 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.
Inferred read-onlyverify_scanVerify a website scan scorecard's Ed25519 signature IN-BAND (verify, don't trust).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mnemom]
url = "https://api.isittrustready.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mnemom": {
"type": "http",
"url": "https://api.isittrustready.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mnemom
Remote MCP URL: https://api.isittrustready.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mnemom": {
"url": "https://api.isittrustready.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mnemom": {
"type": "http",
"url": "https://api.isittrustready.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mnemom",
"transport": "streamable-http",
"url": "https://api.isittrustready.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for isittrustready.ai was fetched 2026-08-21T22:05:05.081Z.
isittrustready.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.