# GBG Loqate - Reach (remote · reach.prod.fabric.gbgplatforms.com)

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

- Trust score: 69/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `reach.prod.fabric.gbgplatforms.com`: 69/100 (this document), [markdown](https://verifymcp.io/servers/gbgplc-lqt/reach.md), [page](https://verifymcp.io/servers/gbgplc-lqt/reach)

## Channel facts

- Endpoint: `https://reach.prod.fabric.gbgplatforms.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.6.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 73/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2738 tokens (~391/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http gbgplc-lqt https://reach.prod.fabric.gbgplatforms.com/mcp
```

### Codex

```toml
[mcp_servers.gbgplc-lqt]
url = "https://reach.prod.fabric.gbgplatforms.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gbgplc-lqt": {
      "type": "remote",
      "url": "https://reach.prod.fabric.gbgplatforms.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add gbgplc-lqt --url https://reach.prod.fabric.gbgplatforms.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  gbgplc-lqt:
    url: "https://reach.prod.fabric.gbgplatforms.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "gbgplc-lqt": {
      "type": "http",
      "url": "https://reach.prod.fabric.gbgplatforms.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 67, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 67, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 66, +1)

- [security] Tool “verify_contact” rewrote its description, which is the text the model reads
- [security] Tool “verify_address” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 298 → 391
- [functional] Schema quality: good → excellent
- [functional] Server version: 0.1.0 → 0.13.2
- [functional] New tool “retrieve_address”
- [cosmetic] “verify_address” added an optional parameter “suggest”
- [cosmetic] “verify_address” added an optional parameter “suggest_below”
- [cosmetic] “verify_address” added an optional parameter “suggest_limit”
- [cosmetic] “verify_address” added an optional parameter “suggestion_id”
- [cosmetic] “verify_contact” added an optional parameter “suggest_below”
- [cosmetic] “verify_contact” added an optional parameter “suggest_limit”
- [cosmetic] “verify_contact” added an optional parameter “suggestion_id”
- [cosmetic] “verify_contact” added an optional parameter “suggest”

### 2026-07-27 (score 65, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 64)

First indexed and scored.

## MCP tools (7)

### `list_policies` (~28 tokens)

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

### `retrieve_address` (~204 tokens)

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.

Input parameters:

- `key` (string): Loqate API key — required unless the server has one configured or the request carries an Authorization: Bearer header
- `suggestion_id` (string, required): Id of a suggestion previously returned in address.suggestions. CONSUMES A LOQATE CREDIT. Ids are not stable over time; a stale one returns SUGGESTION_NOT_FOUND and you must search again rather than r…

### `show_policy` (~34 tokens)

Show full details for a specific decisioning policy.

Input parameters:

- `name` (string, required): Policy name: strict shipping standard or permissive

### `verify_address` (~1147 tokens)

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).

Input parameters:

- `address` (string): Full address string (free-form — use this OR structured fields below)
- `address2` (string): Second address line
- `address3` (string): Third address line
- `address4` (string): Fourth address line
- `address5` (string): Fifth address line
- `address6` (string): Sixth address line
- `address7` (string): Seventh address line
- `address8` (string): Eighth address line
- `admin_area` (string): State or province
- `building` (string): Building name
- `country` (string): ISO 2-letter country code (e.g. US GB DE)
- `delivery_address` (string): Full delivery address
- `delivery_address1` (string): Delivery address line 1
- `delivery_address2` (string): Delivery address line 2
- `delivery_address3` (string): Delivery address line 3
- `delivery_address4` (string): Delivery address line 4
- `delivery_address5` (string): Delivery address line 5
- `delivery_address6` (string): Delivery address line 6
- `delivery_address7` (string): Delivery address line 7
- `delivery_address8` (string): Delivery address line 8
- `dependent_locality` (string): Dependent locality (e.g. neighborhood)
- `dependent_thoroughfare` (string): Dependent street name
- `detect_country` (boolean): When true and no country is supplied, guess the country from the address and flag the guess in the result (country_guessed). Address-only; off by default
- `double_dependent_locality` (string): Double dependent locality
- `key` (string): Loqate API key — required unless the server has one configured or the request carries an Authorization: Bearer header (get one at account.loqate.com)
- `latitude` (string): Latitude for reverse geocode
- `locality` (string): City or town
- `longitude` (string): Longitude for reverse geocode
- `options` (object): Loqate API options. Pass GeoCode here as a boolean — it is sent at the request root where Loqate expects it. In-Options booleans (Certify Version Enhance Deceased Goneaways) take JSON booleans; Serve…
- `organization` (string): Organization or business name
- `policy` (string): Policy name: strict shipping standard (default) or permissive
- `post_box` (string): PO Box number
- `postcode` (string): Postal or ZIP code
- `premise` (string): Premise or house number
- `sub_administrative_area` (string): Sub administrative area (e.g. county)
- `sub_building` (string): Sub-building (e.g. apartment, suite)
- `sub_building_floor` (string): Floor number
- `suggest` (boolean): When true, look up alternative addresses suggested by Loqate and return them in the result as suggestions. Requires the Loqate address-suggestion feature to be enabled on the account (licensed separa…
- `suggest_below` (null|number): Confidence floor for suggestions (0-1). An accepted address scoring below it still gets suggestions — policies accept from their own minimum, so an accepted address is not necessarily a confident one…
- `suggest_limit` (integer): Maximum number of suggestions to return (1-10, default 5). Requires suggest
- `suggestion_id` (string): Id of a suggestion previously returned in address.suggestions. The tool retrieves that address's cleansed components from Loqate and verifies those, which is how you confirm a suggestion the user cho…
- `super_administrative_area` (string): Super administrative area (e.g. region)
- `thoroughfare` (string): Street name
- `verify_key` (string): Custom address verification API key (overrides LOQATE_VERIFY_KEY env var)
- `verify_url` (string): Custom address verification endpoint URL (overrides LOQATE_VERIFY_URL env var)

### `verify_contact` (~1074 tokens)

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.

Input parameters:

- `address` (string): Full address string
- `address2` (string): Second address line
- `address3` (string): Third address line
- `address4` (string): Fourth address line
- `address5` (string): Fifth address line
- `address6` (string): Sixth address line
- `address7` (string): Seventh address line
- `address8` (string): Eighth address line
- `admin_area` (string): State or province
- `building` (string): Building name
- `country` (string): ISO 2-letter country code
- `delivery_address` (string): Full delivery address
- `delivery_address1` (string): Delivery address line 1
- `delivery_address2` (string): Delivery address line 2
- `delivery_address3` (string): Delivery address line 3
- `delivery_address4` (string): Delivery address line 4
- `delivery_address5` (string): Delivery address line 5
- `delivery_address6` (string): Delivery address line 6
- `delivery_address7` (string): Delivery address line 7
- `delivery_address8` (string): Delivery address line 8
- `dependent_locality` (string): Dependent locality (e.g. neighborhood)
- `dependent_thoroughfare` (string): Dependent street name
- `detect_country` (boolean): When true and no country is supplied, guess the country from the address and flag the guess in the result (country_guessed). Address-only — does not affect phone or email; off by default
- `double_dependent_locality` (string): Double dependent locality
- `email` (string): Email address to verify
- `key` (string): Loqate API key — required unless the server has one configured or the request carries an Authorization: Bearer header
- `latitude` (string): Latitude for reverse geocode
- `locality` (string): City or town
- `longitude` (string): Longitude for reverse geocode
- `options` (object): Loqate API options. Pass GeoCode here as a boolean — it is sent at the request root where Loqate expects it. In-Options booleans (Certify Version Enhance Deceased Goneaways) take JSON booleans; Serve…
- `organization` (string): Organization or business name
- `phone` (string): Phone number to verify
- `policy` (string): Policy name: strict shipping standard (default) or permissive
- `post_box` (string): PO Box number
- `postcode` (string): Postal or ZIP code
- `premise` (string): Premise or house number
- `sub_administrative_area` (string): Sub administrative area (e.g. county)
- `sub_building` (string): Sub-building (e.g. apartment, suite)
- `sub_building_floor` (string): Floor number
- `suggest` (boolean): When true, look up alternative addresses suggested by Loqate and return them under address.suggestions. Requires the Loqate address-suggestion feature to be enabled on the account (licensed separatel…
- `suggest_below` (null|number): Confidence floor for suggestions (0-1). An accepted address scoring below it still gets suggestions. Omit to use the policy value (standard 0.85); 0 disables the floor. Address-only
- `suggest_limit` (integer): Maximum number of suggestions to return (1-10, default 5). Requires suggest
- `suggestion_id` (string): Id of a suggestion previously returned in address.suggestions. The tool retrieves that address's cleansed components from Loqate and verifies those, which is how you confirm a suggestion the user cho…
- `super_administrative_area` (string): Super administrative area
- `thoroughfare` (string): Street name
- `verify_key` (string): Custom address verification API key (overrides LOQATE_VERIFY_KEY env var)
- `verify_url` (string): Custom address verification endpoint URL (overrides LOQATE_VERIFY_URL env var)

### `verify_email` (~108 tokens)

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.

Input parameters:

- `email` (string, required): Email address to verify
- `key` (string): Loqate API key — required unless the server has one configured or the request carries an Authorization: Bearer header
- `policy` (string): Policy name: strict shipping standard (default) or permissive

### `verify_phone` (~143 tokens)

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.

Input parameters:

- `country` (string): ISO 2-letter country code (helps with parsing if no country prefix)
- `key` (string): Loqate API key — required unless the server has one configured or the request carries an Authorization: Bearer header
- `phone` (string, required): Phone number (E.164 format preferred e.g. +442071234567)
- `policy` (string): Policy name: strict shipping standard (default) or permissive

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/gbgplc-lqt/reach#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 68
- 2026-08-01: 68
- 2026-07-31: 67
- 2026-07-30: 67
- 2026-07-29: 66
- 2026-07-28: 65
- 2026-07-27: 65
- 2026-07-26: 64

## Links

- Remote endpoint: https://reach.prod.fabric.gbgplatforms.com/mcp
- Repository: https://github.com/gbgplc/lqt
- Website: https://agents.gbg.com/reach
- Changelog RSS feed: https://verifymcp.io/servers/gbgplc-lqt/reach/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/gbgplc-lqt/reach/changelog.json
- HTML version of this page: https://verifymcp.io/servers/gbgplc-lqt/reach
