Explainable ALLOW/WARN/BLOCK risk decisions for AI agent actions before execution, signed as OAA.
Runs locally over stdio
This server isn't hosted ā your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx agentic-wallet-guardian-mcp
MCP client config
{
"mcpServers": {
"agentic-wallet-guardian-v3": {
"command": "uvx",
"args": [
"agentic-wallet-guardian-mcp"
]
}
}
}