← Registry

Security & Testing

mnemom.ai

Manage identity, governance, and security postures for organizations.

1 endpoint72 known toolsCached registry data

ENDPOINT 1

https://api.mnemom.ai/mcp

No auth detected

Known tools 72

acknowledge_governance_signal

Acknowledge a governance signal — Records the actor + timestamp on the signal row.

assign_posture

Assign a posture to a team — Sets the team's active posture.

claim_agent

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

clone_posture

Clone a posture into an org — Copies the posture and its current revision into the target org's scope.

create_api_key

Create a personal API key — Mints a new personal API key.

create_governance_destination

Create a notification destination — Authorized: org_admin or org_owner.

create_governance_escalation_rule

Create an escalation rule — Authorized: org_admin or org_owner.

create_posture

Create a posture — Authorized: org_admin / org_owner for org-scope; platform admins for platform-scope.

create_webhook_endpoint

Create a webhook endpoint — Create a new webhook endpoint for the organization.

delete_governance_destination

Delete a notification destination — Authorized: org_admin or org_owner.

delete_governance_escalation_rule

Delete an escalation rule — Authorized: org_admin or org_owner.

delete_posture

Soft-delete a posture — Sets deleted_at; revisions retained for audit.

delete_webhook_endpoint

Delete webhook endpoint — Permanently delete a webhook endpoint and all its delivery history.

diff_posture_revisions

Structural diff between two revisions

dismiss_governance_signal

Dismiss a governance signal as not actionable

dojo_bind

Bind one of your agents to a Dojo Try-Me config so it can spar in the Dojo — links the agent to the config by id.

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_alignment_by_agent

Get this layer's alignment manifest — Returns the agent-scope alignment spec as authored.

get_dojo_receipt

Issue the signed completion receipt for a finished Dojo run.

get_governance_signal

Get a single governance signal by ID

get_integrity_score

Compute an AI agent's AAP integrity score — a technical reliability metric derived from the agent's own verified checkpoint history.

get_my_personal_org

Return your personal organization, provisioning it if one does not yet exist (idempotent ensure-exists — repeat calls return the same org and never create a second).

get_org_agents

List agents in organization

get_posture

Read a posture's current revision

get_protection_by_agent

Get this layer's protection manifest — Returns the agent-scope protection spec as authored.

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.

get_risk_history

Read an AI agent's risk-assessment history — the chronological trail of risk evaluations and correction events on that agent.

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

get_team

Get team by ID — Retrieve a team and its current members.

get_team_sideband_coverage

Sideband finding coverage rollup for a team — Per-source counts over a window.

get_webhook_delivery_log

Get webhook delivery log — Paginated delivery log for the organization.

get_webhook_endpoint

Get webhook endpoint details — Get details for a single webhook endpoint.

grant_team_admin

Grant team-admin role to a user — Authorized: org_admin / org_owner.

list_agent_governance_signals

List governance signals affecting a specific agent — Returns governance signals whose `agent_ids` array contains the given agent.

list_agents

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

list_api_keys

List active API keys

list_governance_destinations

List notification destinations for an org

list_governance_escalation_rules

List escalation rules for an org

list_my_orgs

List organizations for authenticated user

list_org_governance_signals

List governance signals for an org — Returns governance signals scoped to the given org, filterable by source, severity, status, and pattern_type.

list_org_teams

List teams in organization — List all teams belonging to an organization, filtered by status.

list_posture_revisions

List all revisions of a posture

list_postures

List postures — Returns platform-default postures plus, when org_id is supplied, the org's postures.

list_team_admins

List team-admin grants — Returns users with team-admin role on this team.

list_team_governance_signals

List governance signals for a team — Returns governance signals scoped to the given team.

list_webhook_endpoints

List webhook endpoints — List all webhook endpoints for the organization.

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.

preview_compose_posture

Preview the composition this posture would produce for a team — Composes alignment + protection cards using the posture body, the team's templates, and per-agent exemptions, without persisting.

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.

put_alignment_by_agent

Publish or replace the alignment manifest — Accepts YAML (`text/yaml`, `application/yaml`) or JSON.

put_posture

Write a new revision of a posture (forward-only) — Creates a new immutable revision; updates current_revision_id pointer.

put_protection_by_agent

Publish or replace the protection manifest — Accepts YAML (`text/yaml`, `application/yaml`) or JSON.

query_traces

Query traces with filters

redeliver_webhook_event

Redeliver a webhook event — Create a new delivery attempt for a previously failed event.

replay_webhook_event

Replay a webhook event to its eligible endpoints — Re-dispatches a previously recorded webhook event to all org endpoints subscribed to its event_type (or to the explicit subset supplied in the request body).

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 spam filter.

resolve_governance_signal

Resolve a governance signal — Closes the signal with a `resolution_status` and optional `action_taken` note.

revoke_api_key

Revoke an API key

revoke_team_admin

Revoke a team-admin grant — Authorized: org_admin / org_owner.

rotate_api_key

Rotate a personal API key — Atomically mints a replacement key with the same `name` and `scopes` as the original, then immediately revokes the old key.

rotate_webhook_secret

Rotate webhook signing secret — Generate a new signing secret for the endpoint.

scan_trust

Scan a website's agent-trust-readiness and return a signed scorecard (Trust, plus an Access axis on newer rubrics).

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

test_governance_destination

Send a synthetic signal through a destination — Bypasses escalation rules and dispatches a test payload directly to the destination.

test_webhook_endpoint

Send test webhook delivery — Send a synchronous test delivery to the endpoint with a synthetic webhook.test event.

unassign_posture

Unassign a team from a posture — Authorized: org_admin / org_owner / team_admin.

update_webhook_endpoint

Update webhook endpoint — Update an existing webhook endpoint.

validate_license

Validate a license key (public)

verify_agent_binding

Verify that an API key is bound to this agent — confirms the holder is the accountable owner (anti-impersonation), hashing the key client-side.

verify_dojo_receipt

Verify a Dojo completion receipt against the published JWKS.

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.

verify_scan

Verify a website scan scorecard's Ed25519 signature IN-BAND (verify, don't trust).