Skip to main content

What is Reach?

Reach is GBG’s agent-native identity and address verification product. It verifies addresses, emails, and phone numbers in real time — returning a confidence score, a policy-aware recommendation, and a full audit trail in one command. Reach is delivered as a single binary (lqt) that serves three interfaces from one verification engine: All three interfaces share the same scoring engine — same input produces the same confidence score and recommendation regardless of which interface you use.

How it works

Every verification request follows the same flow:
1

Submit contact data

Send an address, email, phone number — or any combination — via the CLI, MCP tool, or skill.
2

Verification

Reach calls the Loqate APIs to verify each field and compute a confidence score between 0 and 1.
3

Policy evaluation

The confidence score is evaluated against the active policy’s thresholds to produce a recommendation: accept, review, or reject.
4

Structured response

A JSON response is returned with per-field scores, an overall recommendation, match-level data, and an audit trail your agent can act on.

Verification capabilities

Address Verification

Confidence scoring, AVC match level, verification status, premise-level matching across 245+ countries.

Email Validation

Disposable domain detection, fraud risk flags, deliverability assessment, catch-all detection.

Phone Validation

Number type detection (mobile/landline), carrier identification, E.164 normalization.

Combined Verification

Verify address, email, and phone in a single request with a unified confidence score and recommendation.

Example output

A single verify call returns structured JSON that agents can parse and act on:
The overall.recommendation is the lowest-confidence field’s recommendation — if any field fails the policy threshold, the overall recommendation reflects that. This is an illustrative example. See the lqt documentation for full schema and response details.

What you need

  • A Loqate API keysign up or use an existing key
  • The lqt binaryinstallation guide
  • Optionally, an Anthropic API key for the parse command (address parsing via Claude Haiku)
The CLI and MCP server are free. Verification calls consume credits from your Loqate account.