TheDocumentation Index
Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
Use this file to discover all available pages before exploring further.
lqt CLI is a single Go binary with no dependencies. Pre-built binaries are available for all major platforms.
Install
- macOS (Apple Silicon)
- macOS (Intel)
- Linux (x86_64)
- Linux (ARM64)
- Windows
Set your API key
- macOS / Linux
- Windows (PowerShell)
Available commands
| Command | Description |
|---|---|
lqt verify | Verify addresses, emails, and phone numbers with policy-driven recommendations |
lqt parse | Parse and standardize contact data using Claude Haiku (no Loqate credits consumed) |
lqt policy list | Display available policies and their thresholds |
lqt policy show | Inspect a specific policy’s configuration |
lqt policy validate | Validate a custom policy JSON file |
lqt mcp | Start the MCP server (stdio or HTTP mode) |
lqt tool-description | Export JSON schema for agent frameworks (LangChain, OpenAI, etc.) |
lqt version | Display the installed version |
Global flags
| Flag | Description |
|---|---|
-k, --key | Override the Loqate API key |
-o, --output | Output format: json, jsonl, or table |
-v, --verbose | Enable verbose logging |
--no-color | Disable colored output |

