# Phone Validator — Carrier, Line Type, E.164 Format

Phone number validation API for AI agents. Validate any phone number worldwide: country detection, carrier lookup, line type (mobile/landline/VoIP), E.164 format normalization, and validity check. Si…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add axel-belfort/phone-validation

# Browse available tools
npx -y smithery tool list axel-belfort/phone-validation

# Get full schema for a tool
npx -y smithery tool get axel-belfort/phone-validation phone_validate_number

# Call a tool
npx -y smithery tool call axel-belfort/phone-validation phone_validate_number '{}'
```

## Direct MCP Connection

Endpoint: `https://phone-validation--axel-belfort.run.tools`

## Tools (2)

- `phone_validate_number` — Use this when you need to validate a phone number and get carrier info. Returns structured validation data in JSON.
- `phone_validate_batch` — Use this when you need to validate multiple phone numbers at once (up to 50). Returns an array of validation results in…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get axel-belfort/phone-validation <tool-name>
```
