mcpserver.lol
registry/mnemom
Connection check verified live · 27h ago

mnemom

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

Tools 15
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

15 tools

Read from the running server on 27h ago.

claim_agent org_idagent_id*hash_proof*
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 read-only agent_id*
Look up an agent's public identity and trust state by ID — the accountable record other agents and humans can rely on.
get_reputation read-only agent_id*
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 rat…
get_reputation_badge read-only agent_id*
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 read-only token
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 reputatio…
list_agents read-only limitoffset
List your agents — List all agents owned by the authenticated user. Supports pagination.
preview_compose_alignment_by_agent read-only audit*values*agent_id*autonomy*principal*card_version* +2
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 dash…
preview_compose_protection_by_agent read-only mode*agent_id*thresholdscard_version*screen_surfacestrusted_sources +1
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 das…
put_alignment_by_agent can modify data audit*values*agent_id*autonomy*principal*card_version* +2
Publish or replace the alignment manifest — Accepts YAML (`text/yaml`, `application/yaml`) or JSON. Body is the full `UnifiedAlignmentCard`; server-side composition merges it acros…
put_protection_by_agent can modify data mode*agent_id*thresholdscard_version*screen_surfacestrusted_sources +1
Publish or replace the protection manifest — Accepts YAML (`text/yaml`, `application/yaml`) or JSON. Body is the full `UnifiedProtectionCard`; server-side composition merges it acr…
report_recipe_fn_fp type*summary*agent_idrecipeId*checkpoint_id
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…
scan_trust read-only url*fresh
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…
search_reputation_directory read-only qpagesortgradeper_pageconfidence
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…
verify_reputation read-only agent_id*
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…
verify_scan read-only urlscan
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, can…