Skip to content

Ethereum Address Validator for Grok

io.github.nirholas/validation-mcp-server

Validate Ethereum addresses, keys, checksums, keccak256 hashes, function selectors, ENS

client:Grok transport:stdio runtime:pypi

Install Ethereum Address Validator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "validation-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "validation-mcp-server"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Ethereum Address Validator in other clients