Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

FabTally Valid

io.github.zvmzaretsky/validation-suite

Validation suite: EU VAT (VIES), IBAN mod-97, email (MX+disposable), geo place lookup, VIN decode.

Uptime
100.0%
1 direct probes · 30d
Response
109ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

validate_vat

PAID $0.003 (x402, USDC on Base). FLAGSHIP. Validate an EU/EEA VAT number: give {country_code, vat_number} and get a per-country format + checksum pre-check AND a LIVE lookup against the official VIES…

validate_iban

PAID $0.001 (x402, USDC on Base). Validate an IBAN: give {iban} and get ISO 13616 length + mod-97 checksum validation, the country, the human-formatted grouping, and the bank identifier (e.g. German B…

validate_email

PAID $0.002 (x402, USDC on Base). Validate an email address: give {email} and get RFC-ish syntax validation, a LIVE MX-record (DNS) existence check, disposable/throwaway-domain detection (bundled bloc…

geo_lookup

PAID $0.002 (x402, USDC on Base). Resolve a place against a bundled open dataset (no per-day API limits). Give {query:"Munich, Bavaria, Germany"} OR {country, state, city} and get normalized names, IS…

decode_vin

PAID $0.002 (x402, USDC on Base). Decode a Vehicle Identification Number: give {vin} and get a 17-char format + North-American check-digit validation and a full decode via NHTSA's public vPIC API — ma…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fabtally_valid": {
      "url": "https://valid.fabtally.com/mcp",
      "transport": "streamable-http"
    }
  }
}