io.github.zvmzaretsky/validation-suite Model Context Protocol (MCP) Server
This MCP server provides a validation suite covering multiple common checks: EU VAT validation via VIES, IBAN modulus-97 verification, email validation that includes checks for MX records and disposable domains, geo place lookup, and VIN decoding.
🛠️ Key Features
- EU VAT (VIES) validation
- IBAN mod-97 check
- Email validation (MX + disposable detection)
- Geo place lookup
- VIN decode
🚀 Use Cases
- Validate EU VAT identifiers using VIES
- Verify IBAN numbers with mod-97 arithmetic
- Determine whether an email domain is disposable and assess MX records
- Look up geographic place information
- Decode VIN strings for vehicle-related data extraction
⚡ Developer Benefits
- Centralizes multiple validation and decoding capabilities under one server
- Focused set of tools aligned to VAT, banking, email, geodata, and VIN processing
⚠️ Limitations
- Scope is limited to the listed checks: VIES, IBAN mod-97, MX/disposable email validation, geo place lookup, and VIN decoding