Security & Testing
mnemom.ai
Manage identity, governance, and security postures for organizations.
ENDPOINT 1
https://api.mnemom.ai/mcp
Known tools 72
acknowledge_governance_signalAcknowledge a governance signal — Records the actor + timestamp on the signal row.
assign_postureAssign a posture to a team — Sets the team's active posture.
claim_agentClaim a verifiable identity — bind an agent to your organization so its trust and accountability record is provably yours.
clone_postureClone a posture into an org — Copies the posture and its current revision into the target org's scope.
create_api_keyCreate a personal API key — Mints a new personal API key.
create_governance_destinationCreate a notification destination — Authorized: org_admin or org_owner.
create_governance_escalation_ruleCreate an escalation rule — Authorized: org_admin or org_owner.
create_postureCreate a posture — Authorized: org_admin / org_owner for org-scope; platform admins for platform-scope.
create_webhook_endpointCreate a webhook endpoint — Create a new webhook endpoint for the organization.
delete_governance_destinationDelete a notification destination — Authorized: org_admin or org_owner.
delete_governance_escalation_ruleDelete an escalation rule — Authorized: org_admin or org_owner.
delete_postureSoft-delete a posture — Sets deleted_at; revisions retained for audit.
delete_webhook_endpointDelete webhook endpoint — Permanently delete a webhook endpoint and all its delivery history.
diff_posture_revisionsStructural diff between two revisions
dismiss_governance_signalDismiss a governance signal as not actionable
dojo_bindBind 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_agentLook up an agent's public identity and trust state by ID — the accountable record other agents and humans can rely on.
get_alignment_by_agentGet this layer's alignment manifest — Returns the agent-scope alignment spec as authored.
get_dojo_receiptIssue the signed completion receipt for a finished Dojo run.
get_governance_signalGet a single governance signal by ID
get_integrity_scoreCompute an AI agent's AAP integrity score — a technical reliability metric derived from the agent's own verified checkpoint history.
get_my_personal_orgReturn 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_agentsList agents in organization
get_postureRead a posture's current revision
get_protection_by_agentGet this layer's protection manifest — Returns the agent-scope protection spec as authored.
get_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.
get_risk_historyRead an AI agent's risk-assessment history — the chronological trail of risk evaluations and correction events on that agent.
get_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).
get_teamGet team by ID — Retrieve a team and its current members.
get_team_sideband_coverageSideband finding coverage rollup for a team — Per-source counts over a window.
get_webhook_delivery_logGet webhook delivery log — Paginated delivery log for the organization.
get_webhook_endpointGet webhook endpoint details — Get details for a single webhook endpoint.
grant_team_adminGrant team-admin role to a user — Authorized: org_admin / org_owner.
list_agent_governance_signalsList governance signals affecting a specific agent — Returns governance signals whose `agent_ids` array contains the given agent.
list_agentsList your agents — List all agents owned by the authenticated user.
list_api_keysList active API keys
list_governance_destinationsList notification destinations for an org
list_governance_escalation_rulesList escalation rules for an org
list_my_orgsList organizations for authenticated user
list_org_governance_signalsList governance signals for an org — Returns governance signals scoped to the given org, filterable by source, severity, status, and pattern_type.
list_org_teamsList teams in organization — List all teams belonging to an organization, filtered by status.
list_posture_revisionsList all revisions of a posture
list_posturesList postures — Returns platform-default postures plus, when org_id is supplied, the org's postures.
list_team_adminsList team-admin grants — Returns users with team-admin role on this team.
list_team_governance_signalsList governance signals for a team — Returns governance signals scoped to the given team.
list_webhook_endpointsList webhook endpoints — List all webhook endpoints for the organization.
preview_compose_alignment_by_agentPreview composed alignment (dry run) — Composes the cascade against a hypothetical body at the agent layer and returns conflicts + the composed view.
preview_compose_posturePreview 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_agentPreview composed protection (dry run) — Composes the cascade against a hypothetical body at the agent layer and returns conflicts + the composed view.
put_alignment_by_agentPublish or replace the alignment manifest — Accepts YAML (`text/yaml`, `application/yaml`) or JSON.
put_postureWrite a new revision of a posture (forward-only) — Creates a new immutable revision; updates current_revision_id pointer.
put_protection_by_agentPublish or replace the protection manifest — Accepts YAML (`text/yaml`, `application/yaml`) or JSON.
query_tracesQuery traces with filters
redeliver_webhook_eventRedeliver a webhook event — Create a new delivery attempt for a previously failed event.
replay_webhook_eventReplay 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_fpSubmit 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_signalResolve a governance signal — Closes the signal with a `resolution_status` and optional `action_taken` note.
revoke_api_keyRevoke an API key
revoke_team_adminRevoke a team-admin grant — Authorized: org_admin / org_owner.
rotate_api_keyRotate 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_secretRotate webhook signing secret — Generate a new signing secret for the endpoint.
scan_trustScan a website's agent-trust-readiness and return a signed scorecard (Trust, plus an Access axis on newer rubrics).
search_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).
test_governance_destinationSend a synthetic signal through a destination — Bypasses escalation rules and dispatches a test payload directly to the destination.
test_webhook_endpointSend test webhook delivery — Send a synchronous test delivery to the endpoint with a synthetic webhook.test event.
unassign_postureUnassign a team from a posture — Authorized: org_admin / org_owner / team_admin.
update_webhook_endpointUpdate webhook endpoint — Update an existing webhook endpoint.
validate_licenseValidate a license key (public)
verify_agent_bindingVerify 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_receiptVerify a Dojo completion receipt against the published JWKS.
verify_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.
verify_scanVerify a website scan scorecard's Ed25519 signature IN-BAND (verify, don't trust).