Odel
ensmcp

ensmcp

Local
@seifreedPythonMITUpdated 1w ago

Servidor MCP independiente para consultar el ENS y preparar aplicabilidad y auditoria offline.

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

PyPIensmcpv0.1.1

Run

uvx ensmcp

MCP client config

{
  "mcpServers": {
    "ensmcp": {
      "command": "uvx",
      "args": [
        "ensmcp"
      ]
    }
  }
}