# Address Validator API MCP server

Parse, validate and normalize postal addresses. Detect country, verify format. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-address-validator
- Repository: https://github.com/Br0ski777/address-validator-x402
- Website: https://github.com/Br0ski777/address-validator-x402

## Install
- Endpoint: https://address-validator.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://address-validator.api.klymax402.com/mcp

## Tools
- address_validate - Use this when you need to parse, validate, or normalize a postal address. Returns structured address components in JSON.

Returns: 1. components (street, city, state, postalCode, country) 2. valid (boolean) 3. normalizedAddress (formatted string) 4. detectedCountry and countryCode 5. postalCodeValid (boolean) 6. confidence score (0-1).

Example output: {"address":"123 Main St, New York, NY 10001","valid":true,"components":{"street":"123 Main St","city":"New York","state":"NY","postalCode":"10001","country":"United States"},"normalizedAddress":"123 Main St, New York, NY 10001, US","detectedCountry":"United States","postalCodeValid":true,"confidence":0.95}

Use this FOR CRM data cleaning, e-commerce checkout validation, shipping address normalization, and KYC address verification.

Do NOT use for phone validation -- use phone_validate_number instead. Do NOT use for email validation -- use email_verify_address instead. Do NOT use for PII detection in text -- use compliance_detect_pii instead. Endpoint: https://address-validator.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
