Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Mnemom — Trust Ratings for AI Agents

io.github.mnemom/mnemom

Trust infrastructure for AI agents: read a verifiable Trust Rating, claim an identity, earn a badge.

Uptime
100.0%
1 direct probes · 30d
Response
1059ms
last probe
Tools
15
callable
Resources
11
readable
Prompts
9
available

Tools · 15

claim_agent

Claim a verifiable identity — bind an agent to your organization so its trust and accountability record is provably yours. No human in the loop.

get_agent

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

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 technic…

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.

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).

list_agents

List your agents — List all agents owned by the authenticated user. Supports pagination.

preview_compose_alignment_by_agent

Preview composed alignment (dry run) — Composes the cascade against a hypothetical body at the agent layer and returns conflicts + the composed view. No DB writes. Used by the dashboard editor for liv…

preview_compose_protection_by_agent

Preview composed protection (dry run) — Composes the cascade against a hypothetical body at the agent layer and returns conflicts + the composed view. No DB writes. Used by the dashboard editor for li…

put_alignment_by_agent

Publish or replace the alignment manifest — Accepts YAML (`text/yaml`, `application/yaml`) or JSON. Body is the full `UnifiedAlignmentCard`; server-side composition merges it across the platform → org…

put_protection_by_agent

Publish or replace the protection manifest — Accepts YAML (`text/yaml`, `application/yaml`) or JSON. Body is the full `UnifiedProtectionCard`; server-side composition merges it across the platform → o…

report_recipe_fn_fp

Submit a false-positive / false-negative correction for one of Mnemom's automated detection rules (a 'recipe') — technical feedback that improves detection accuracy, like filing a bug report against a…

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 …

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 co…

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 sign…

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} check…

Resources · 11

Behavioral value catalog

The canonical ~25-entry behavioral value catalog (id, axis, polarity, definition, category) that alignment cards compose from.

mnemom://catalog/values
Open reputation rubric

The open reputation rubric: the weighted scoring components and the grade scale an agent's Trust Rating is computed from. Served from the @mnemom/types canonical constants (the same source the API, SD…

mnemom://rubric/reputation
Reputation rubric version

The semver version of the reputation rubric (RUBRIC_VERSION). Bumps signal a scoring-methodology change.

mnemom://rubric/reputation/version
Mnemom attestation JWKS

The Ed25519 public keys that verify Mnemom-signed attestations (agent cards, etc.). Self-verifying.

mnemom://jwks
Mnemom platform alignment card

Mnemom's own platform-scope alignment card — the public, signed projection at /.well-known/alignment-card.json. SELF-VERIFYING via canonical W3C eddsa-jcs-2022: the did:key in proof.verificationMethod…

mnemom://card/alignment/platform
Mnemom known limitations (signed, self-disclosed)

Mnemom's own current product limitations, self-disclosed and cryptographically signed — a trust company holding itself to its own rubric in public. SELF-VERIFYING via canonical W3C eddsa-jcs-2022: the…

mnemom://known-limitations
For-agents manifesto

Mnemom's agent-facing manifesto and surface map — what the trust plane is and how an agent participates.

mnemom://manifesto/for-agents
llms.txt

Mnemom's llms.txt — the canonical machine index of the site for LLMs.

mnemom://llms-txt
isittrustready scanner JWKS

The Ed25519 public keys that verify scan_trust scorecard signatures. Self-verifying; fetched from the iitr scanner.

mnemom://iitr/jwks
isittrustready scan rubric

The website trust-readiness rubric scan_trust scores against (two-axis: trust + access) — categories, checks, scoring, and the doesNotMeasure non-goals. Carries its own version field.

mnemom://iitr/rubric
isittrustready scan non-goals

What the website scan DELIBERATELY does not measure, and why (the anti-cherry-picking rationale) — the 6 {item, why} pairs.

mnemom://iitr/non-goals

Prompts · 9

try_me

Try Mnemom right now — zero-auth, no account. Run the full public trust loop end to end on our live showcase agent (and any site you like) and cryptographically verify every signal, then see how to go…

vet_agent_before_delegating

The go/no-go trust briefing: before delegating to another agent, assemble its signed reputation, verify it, review its risk history, and (if a binding is claimed) confirm key ownership.

assess_website_trust

How trust-ready is this website for agents? Scan it, interpret the signed scorecard against the rubric, and fold in any Mnemom-registered agents on the domain.

make_my_agent_trust_ready

Make YOUR agent trust-ready: claim it, publish/preview its alignment card, set protection posture, and get a concrete checklist. Requires auth.

onboard_an_agent

Onboard an agent through the native channel: wrap it at the Dojo gateway, claim it to your org, and declare its starter alignment card. Composes existing tools end to end. Requires auth for the write …

make_my_website_trust_ready

Make YOUR website trust-ready: scan it, get a prioritized gap checklist grounded in the rubric (and what it deliberately doesn't measure), then re-scan to verify the loop closed.

prove_my_trust

Package a shareable, verifiable proof of an agent's trust: the reputation chain-integrity attestation, an embeddable badge, and the signed agent card.

become_sovereign

The sovereignty on-ramp: become a sovereign, accountable agent in five autonomous steps — prove your ground, claim your identity (no human in the loop), declare your values, earn a public signed Trust…

explain_trust_scoring

Explain how Mnemom trust scoring works — the reputation rubric (agents) and/or the website-scan rubric — in plain language, from the canonical rubric resources.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mnemom_—_trust_ratings_for_ai_agents": {
      "url": "https://api.mnemom.ai/mcp?profile=directory",
      "transport": "streamable-http"
    }
  }
}