
Address Validator API
- Updated July 19, 2026
- Br0ski777/address-validator-x402
Parse, validate and normalize postal addresses.
About
Parse, validate and normalize postal addresses. Detect country, verify format. x402. Exposes 1 MCP tools including io.github.Br0ski777/address-validator. Parse, validate and normalize postal addresses. Detect country, verify format. x402. Parse, validate and normalize postal addresses. Detect country, verify format. x402. "name": "io.github.Br0ski777/address-validator", Install via Claude Desktop, Cursor, or any MCP-compatible client using the server manifest from the upstream repository.
- Parse, validate and normalize postal addresses.
- 1 registered MCP tools for structured agent access.
- Category: Developer Tools with build/integrations journey placement.
- Compatible with Claude Desktop, Cursor, and MCP clients.
- Upstream manifest: address-validator.
Address Validator API by the numbers
- Exposes 1 verified tools (MCP introspection)
- Data as of Jul 19, 2026 (Skillselion catalog sync)
claude mcp add --transport sse address-validator https://address-validator.api.klymax402.com/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | SSE |
|---|---|
| Auth | None |
| Tools | 1 |
| Last updated | July 19, 2026 |
| Repository | Br0ski777/address-validator-x402 ↗ |
How do I connect Address Validator API to my MCP client?
Parse, validate and normalize postal addresses. Detect country, verify format. x402.
Who is it for?
Teams wiring Address Validator API into Claude, Cursor, or custom agents for developer tools.
Skip if: Skip when you need a non-MCP SDK or hosted API without stdio/SSE transport.
What you get
Working Address Validator API MCP server with verified tool registration and client config.
- Validated and normalized address structures from free-text input
- Country detection and format verification responses for agent-driven code
- Integration with metered x402 API billing for production agent usage
By the numbers
- [object Object]
Address Validator API capabilities & compatibility
- Capabilities
- address validator api mcp tool registration · address validator api client configuration · address validator api agent workflow integration
- Use cases
- api development
- Runs
- Runs locally
What Address Validator API says it does
Parse, validate and normalize postal addresses. Detect country, verify format. x402.
"title": "Address Validator API",
Tools 1
Public tool metadata - what this server can do for an agent.
address_validate1 paramUse 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 inst
addressstringrequiredFull address string to parse and validate (e.g. '123 Main St, New York, NY 10001')
Recommended MCP Servers
How it compares
Remote validation MCP over x402, not a local open-source address library skill.
FAQ
What does address validator MCP do?
Parse, validate and normalize postal addresses.
When should I use address validator?
User asks about Address Validator API mcp, parse, validate and normalize postal addresses. detect country, verify.
Is this MCP server safe to install?
Review the Security Audits panel and upstream source before connecting in production.