Skip to main content
The lqt binary includes a built-in MCP (Model Context Protocol) server that exposes Loqate verification as tools that AI agents can call directly. This means your agent can verify addresses, emails, and phone numbers without shelling out to the CLI — the MCP client handles tool invocation natively.

Two modes

Setup by client

Add Reach as a local MCP server:
Set your API key as an environment variable in your shell profile, or pass it in the MCP config:
.claude/settings.json
Verify the connection:

Remote MCP server

If you prefer not to install the CLI, you can connect to the hosted MCP endpoint:
The remote MCP server (HTTP mode) exposes 6 of the 9 tools. parse_address, set_policy, and recommend_policy are only available in stdio mode. See Available Tools for the full breakdown.
When using the remote MCP server, your API key can be configured at the organization level (Claude Desktop, Claude Code, Cursor) or passed per-session. See Configuration for details.

HTTP mode

For hosted or shared deployments, run the MCP server in HTTP mode:
HTTP mode adds:
  • Per-IP rate limiting
  • Request logging
  • /health endpoint for load balancers and monitoring