Cryptographic identity, policy enforcement, trust scoring, and tamper-proof audit trails for AI agents. Register agents, track signed events, check policies, and get trust profiles — all from Claude, Cursor, or Windsurf. OWASP Agentic Top 10 compliant.
Server Config
{
"mcpServers": {
"mandatez": {
"command": "npx",
"args": [
"@mandatez/mcp"
],
"env": {
"SUPABASE_URL": "<your-supabase-url>",
"SUPABASE_ANON_KEY": "<your-supabase-anon-key>",
"MANDATEZ_OWNER_ID": "<your-owner-id>"
}
}
}
}