# GBG Loqate - Reach MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-gbgplc-lqt
- Repository: https://github.com/gbgplc/lqt
- Website: https://agents.gbg.com/reach

## Install
- Endpoint: https://reach.prod.fabric.gbgplatforms.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://reach.prod.fabric.gbgplatforms.com/mcp

## Tools
- list_policies - List available decisioning policies (strict, shipping, standard, permissive) with their thresholds. Endpoint: https://reach.prod.fabric.gbgplatforms.com/mcp
- 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 address itself — to fill a form or show a confirmation — rather than a decision; to verify a chosen suggestion instead, pass 'suggestion_id' to verify_address. CONSUMES A LOQATE CREDIT per call, so resolve only the one suggestion the user chose. The result is reference data, NOT a verification. Requires a Loqate API key. Endpoint: https://reach.prod.fabric.gbgplatforms.com/mcp
- show_policy - Show full details for a specific decisioning policy. Endpoint: https://reach.prod.fabric.gbgplatforms.com/mcp
- 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 alternative addresses suggested by Loqate whenever the address does not clear the policy; offer them to the user and verify the chosen one in a second call before treating it as good. Suggestions require a separately licensed Loqate feature enabled on the account — without it, verification still succeeds and the problem is reported in suggestions.error. Requires a Loqate API key — pass it via the 'key' field (get one at account.loqate.com). Endpoint: https://reach.prod.fabric.gbgplatforms.com/mcp
- 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 suggested by Loqate whenever the address does not clear the policy; offer them to the user and verify the chosen one in a second call before treating it as good. Suggestions require a separately licensed Loqate feature enabled on the account — without it, verification still succeeds and the problem is reported in suggestions.error. Requires a Loqate API key — pass it via the 'key' field. Endpoint: https://reach.prod.fabric.gbgplatforms.com/mcp
- 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. Endpoint: https://reach.prod.fabric.gbgplatforms.com/mcp
- 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. Endpoint: https://reach.prod.fabric.gbgplatforms.com/mcp

## Resources
Not captured

## Prompts
- loqate-usage-guide - How to use Loqate verification tools — policies, result interpretation, API key setup, and example queries

## Metadata
- Owner: io.github.gbgplc
- Version: 0.6.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 7, 2026
- Source: https://registry.modelcontextprotocol.io
