Skip to content
VS Code

Ethereum Address Validator for VS Code

io.github.nirholas/validation-mcp-server

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

client:VS Code transport:stdio runtime:pypi

Install Ethereum Address Validator in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Ethereum Address Validator in other clients