Odel
mcp

mcp

Local
@walletbureauTypeScriptApache-2.0Updated 3w ago

Risk score for a Base wallet before your agent pays it: 0-100, verdict and explained flags.

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

Run

npx -y @walletbureau/mcp

MCP client config

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