validation-mcp-server

validation-mcp-server is an offline, Python-based Model Context Protocol (MCP) server that provides Ethereum address/key validation and related cryptographic utilities (e.g., EIP-55 checksum validation, private-key range checking, checksummed conversion, signature component/value validation, hashing like keccak256, function selector encoding/decoding, ENS format validation, and storage-slot computation).

Evaluated Apr 04, 2026 (18d ago)
Homepage ↗ Repo ↗ Security ethereum evm wallet-security mcp validation cryptography offline python eip55 eip712 keccak256
⚙ Agent Friendliness
58
/ 100
Can an agent use this?
🔒 Security
27
/ 100
Is it safe for agents?
⚡ Reliability
20
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
78
Documentation
70
Error Messages
0
Auth Simplicity
95
Rate Limits
0

🔒 Security

TLS Enforcement
0
Auth Strength
10
Scope Granularity
0
Dep. Hygiene
55
Secret Handling
80

Strengths (from provided content): designed for offline/no network calls and does not persist keys (“keys are passed through, never persisted”). Primary risk: it manipulates sensitive cryptographic material; misuse (e.g., logging inputs/outputs containing private keys) must be avoided by agent/operator. No details are provided on secure logging, redaction, or operational deployment hardening. Dependency posture is not verifiable from provided content; score assumes typical library hygiene but cannot confirm CVE status.

⚡ Reliability

Uptime/SLA
0
Version Stability
40
Breaking Changes
0
Error Recovery
40
AF Security Reliability

Best When

You need deterministic, offline Ethereum validation and cryptographic helpers to support AI-assisted security checks (e.g., before signing transactions/messages) in an air-gapped or network-restricted environment.

Avoid When

You need authenticated network services, webhooks, or managed API access; or you require documented rate limits and operational SLAs (not evidenced in provided content).

Use Cases

  • Validate Ethereum addresses (including EIP-55 checksum)
  • Derive addresses from private/public keys (for verification workflows)
  • Validate private keys for range correctness
  • Validate ECDSA signature components (v/r/s) without broadcasting transactions
  • Compute keccak256 hashes and function selectors offline
  • Validate ENS name format and compute EVM storage slot positions
  • Batch validate multiple addresses
  • Assist AI agents in constructing safe offline workflows around signing/verification tooling

Not For

  • Generating or managing real funds without a broader wallet/transaction toolchain
  • Storing or persisting secrets (the server is described as passing keys through; avoid using it as a secrets vault)
  • Production signing workflows that require audited operational guarantees beyond library correctness (no runtime/SLA guarantees are shown here)

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: No external authentication described for MCP usage in README
OAuth: No Scopes: No

The provided README focuses on local/CLI MCP usage (Claude Desktop config). No auth mechanism (API keys/OAuth scopes) is documented for the MCP server.

Pricing

Free tier: No
Requires CC: No

No pricing information provided; repo appears to be MIT-licensed open source tooling.

Agent Metadata

Pagination
none
Idempotent
True
Retry Guidance
Not documented

Known Gotchas

  • Input validation is likely strict for hex/address formats; agents may need to normalize 0x-prefix/casing and provide correct hex lengths.
  • Signature validation expects correct v/r/s semantics; agents may need to supply v in the expected normalization (e.g., 27/28 vs 0/1) depending on tool requirements.
  • Batch tools may have limits on batch size (not specified in provided content).
  • The MCP server is offline-focused; agents expecting network lookups (e.g., ENS resolution) may need to restrict themselves to format validation only (ENS format validation is mentioned, not resolution).

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for validation-mcp-server.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered