Pre-execution safety for AI agents on Base. Guard a token, tx or address: block/review/clear.
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
npx -y warden402-mcp
MCP client config
{
"mcpServers": {
"warden402-xyz": {
"command": "npx",
"args": [
"-y",
"warden402-mcp"
]
}
}
}