Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.loqate.com/llms.txt

Use this file to discover all available pages before exploring further.

The lqt CLI is a single Go binary with no dependencies. Pre-built binaries are available for all major platforms.

Install

curl -sL https://github.com/gbgplc/lqt/releases/latest/download/lqt_darwin_arm64.tar.gz | tar xz
sudo mv lqt /usr/local/bin/
Verify the installation:
lqt version

Set your API key

export LOQATE_API_KEY=your-key-here
Don’t have an API key? Sign up for a free trial with 45 days of access.

Available commands

CommandDescription
lqt verifyVerify addresses, emails, and phone numbers with policy-driven recommendations
lqt parseParse and standardize contact data using Claude Haiku (no Loqate credits consumed)
lqt policy listDisplay available policies and their thresholds
lqt policy showInspect a specific policy’s configuration
lqt policy validateValidate a custom policy JSON file
lqt mcpStart the MCP server (stdio or HTTP mode)
lqt tool-descriptionExport JSON schema for agent frameworks (LangChain, OpenAI, etc.)
lqt versionDisplay the installed version

Global flags

FlagDescription
-k, --keyOverride the Loqate API key
-o, --outputOutput format: json, jsonl, or table
-v, --verboseEnable verbose logging
--no-colorDisable colored output