Odel
defi guard mcp

defi guard mcp

Local
@iinniittJavaScriptMITUpdated 2mo ago

DeFi safety checks on Base before you sign: honeypot, owner-power scan, approval risk, Aave health.

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

npm@iniit/defi-guard-mcpv0.2.0

Run

npx -y @iniit/defi-guard-mcp

MCP client config

{
  "mcpServers": {
    "defi-guard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@iniit/defi-guard-mcp"
      ]
    }
  }
}