Skip to content
Back to search
100
MCP live v0.6.2 MCP 2025-11-25 streamable-http

GBG Loqate - Reach

io.github.gbgplc/lqt

Verify addresses, email addresses, and phone numbers with confidence scores.

Uptime
100.0%
1 direct probes · 30d
Response
266ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
1
available

Tools · 7

list_policies

List available decisioning policies (strict, shipping, standard, permissive) with their thresholds.

retrieve_address

Resolve a suggestion id from address.suggestions into its full cleansed address components (organisation, sub-building, number, street, city, province, postcode, country). Use this when you need the a…

show_policy

Show full details for a specific decisioning policy.

verify_address

Verify an address against Loqate's global reference data. Returns a confidence score (0-1), verification status, and a policy-driven accept/review/reject recommendation. Set 'suggest' to also get alte…

verify_contact

Verify address, email, and/or phone together. Returns individual results plus an overall recommendation (most conservative of all provided fields). Set 'suggest' to also get alternative addresses sugg…

verify_email

Verify an email address via Loqate. Returns confidence, risk level, and accept/review/reject recommendation. Requires a Loqate API key — pass it via the 'key' field.

verify_phone

Verify a phone number via Loqate. Returns confidence, number type, carrier, and accept/review/reject recommendation. Requires a Loqate API key — pass it via the 'key' field.

Prompts · 1

loqate-usage-guide

How to use Loqate verification tools — policies, result interpretation, API key setup, and example queries

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gbg_loqate_-_reach": {
      "url": "https://reach.prod.fabric.gbgplatforms.com/mcp",
      "transport": "streamable-http"
    }
  }
}