Odel
arbiter AI

arbiter AI

Local
@godwin105TypeScriptMITUpdated 1w ago

Is this transaction safe to sign? Decodes what it really does and answers allow, warn or block.

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@arbiterlabs/mcpv0.1.1

Run

npx -y @arbiterlabs/mcp

MCP client config

{
  "mcpServers": {
    "arbiter-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@arbiterlabs/mcp"
      ]
    }
  }
}