# Address Validator — Parse & Verify Postal Addresses

Postal address validation API for AI agents. Parse and validate addresses worldwide: country detection, component extraction (street, city, state, postal code), postal code format verification. Suppo…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/address-validator

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/address-validator

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/address-validator address_validate

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/address-validator address_validate '{}'
```

## Direct MCP Connection

Endpoint: `https://address-validator--axel-belfort.run.tools`

## Tools (1)

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

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/address-validator <tool-name>
```
