
Ethereum Address Validator
- 24 repo stars
- Updated July 14, 2026
- nirholas/ethereum-wallet-toolkit
Validates Ethereum primitives from an agent: addresses, private/public keys, EIP-55 checksums, keccak256 hashes, 4-byte function selectors, and ENS names.
About
Ethereum Address Validator is an MCP server that validates Ethereum primitives on demand: addresses and their EIP-55 checksums, private and public keys, keccak256 hashes, 4-byte function selectors, and ENS names. A solo builder working on a wallet, dapp, or on-chain agent reaches for it to sanity-check user input and computed values before signing or submitting anything. It ships as a pypi package run via uvx over stdio.
- Validate Ethereum addresses and checksums
- Check keys, keccak256 hashes, ENS names
- Verify 4-byte function selectors
Ethereum Address Validator by the numbers
- Data as of Jul 15, 2026 (Skillselion catalog sync)
claude mcp add validation-mcp-server -- uvx validation-mcp-serverAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 24 |
|---|---|
| Package | validation-mcp-server |
| Transport | STDIO |
| Auth | None |
| Last updated | July 14, 2026 |
| Repository | nirholas/ethereum-wallet-toolkit ↗ |
What it does
Validates Ethereum primitives from an agent: addresses, private/public keys, EIP-55 checksums, keccak256 hashes, 4-byte function selectors, and ENS names.
Who is it for?
Validating Ethereum addresses, keys, and ENS before use
Skip if: Building or broadcasting transactions