# io.github.cyanheads/sanctions-screening-mcp-server (remote · sanctions-screening.caseyjhand.com)

Screen names against OFAC, EU, UK, UN sanctions lists; resolve entities via GLEIF. Screening aid.

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

## Components

- remote · `sanctions-screening.caseyjhand.com`: 72/100 (this document), [markdown](https://verifymcp.io/servers/cyanheads-sanctions-screening-mcp-server/sanctions-screening.md), [page](https://verifymcp.io/servers/cyanheads-sanctions-screening-mcp-server/sanctions-screening)
- npm · `@cyanheads/sanctions-screening-mcp-server`: 35/100, [markdown](https://verifymcp.io/servers/cyanheads-sanctions-screening-mcp-server/cyanheads-sanctions-screening-mcp-server.md), [page](https://verifymcp.io/servers/cyanheads-sanctions-screening-mcp-server/cyanheads-sanctions-screening-mcp-server)

## Channel facts

- Endpoint: `https://sanctions-screening.caseyjhand.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.7`

## 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**: 66/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 6 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 is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/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 1435 tokens (~205/item across 7 items; 6 tools + 1 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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 cyanheads-sanctions-screening-mcp-server https://sanctions-screening.caseyjhand.com/mcp
```

### Codex

```toml
[mcp_servers.cyanheads-sanctions-screening-mcp-server]
url = "https://sanctions-screening.caseyjhand.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-sanctions-screening-mcp-server": {
      "type": "remote",
      "url": "https://sanctions-screening.caseyjhand.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cyanheads-sanctions-screening-mcp-server --url https://sanctions-screening.caseyjhand.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  cyanheads-sanctions-screening-mcp-server:
    url: "https://sanctions-screening.caseyjhand.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "cyanheads-sanctions-screening-mcp-server": {
      "type": "http",
      "url": "https://sanctions-screening.caseyjhand.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 72, +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 71, +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 70, +1)

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

### 2026-07-30 (score 69, 0)

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

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

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

### 2026-07-28 (score 68, +1)

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

### 2026-07-27 (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-26 (score 67)

First indexed and scored.

## MCP tools (6)

### `sanctions_screen_name` (~351 tokens)

sanctions-screening-mcp-server: screen name

Screen a name (person, company, vessel, aircraft) against all loaded sanctions watchlists at once — OFAC SDN + Consolidated, EU, UK, and UN — alias- and fuzzy-aware. Returns scored potential matches with the source list, sanctioning program, designation date, and the matched alias. Strict mode (default) matches exact-normalized then all-tokens-present; fuzzy mode (or auto when strict is empty) adds Jaro-Winkler and phonetic matching and labels hits approximate with a raw 0–1 similarity score. This is a screening AID for a human/compliance review, NOT a compliance determination: a hit means "review this candidate against the official source," and an empty result never means "cleared."

Input parameters:

- `entityType` (string): Restrict to one entity class, or "any" (default) to screen across all.
- `limit` (integer): Maximum number of potential matches to return.
- `matchMode` (string): strict (default): exact-normalized then all-tokens-present. fuzzy: also scored Jaro-Winkler + phonetic. Strict auto-falls-back to fuzzy when it finds nothing.
- `minScore` (number): Score floor for fuzzy hits (0–1), applied uniformly to every fuzzy candidate regardless of how it was matched (Jaro-Winkler, token, or phonetic). No hit below this score is returned. Applies to fuzzy…
- `name` (string, required): The name to screen (person, organization, vessel, or aircraft).
- `sources` (array): Restrict to specific source lists. Omit to screen all loaded lists.

Output parameters:

- `caveat` (string): Decision-support caveat — this is a screening aid, not a compliance determination.
- `hits` (array): Scored potential matches, highest-confidence first.
- `matchModeUsed` (string): The match mode actually applied (strict may auto-upgrade to fuzzy on empty).
- `normalizedQuery` (string): The name as the server folded it for matching.
- `notice` (string): Guidance when no candidate matched — how to broaden, and what an empty result does NOT mean.
- `totalCount` (number): Number of potential matches returned.

### `sanctions_get_designation` (~148 tokens)

sanctions-screening-mcp-server: get designation

Fetch the full record for one sanctions designation by source list + entry ID — the drill-in after sanctions_screen_name surfaces a candidate. Returns all published aliases, identifiers (passport/national-ID/tax), addresses, dates and places of birth, nationalities, sanctioning program, legal basis, and designation date. The record reflects exactly what the source published; missing fields mean the source omitted them. This is a screening aid — the designation record supports a compliance review, it is not itself a determination.

Input parameters:

- `entryId` (string, required): The source list's own entry ID (the sourceEntryId from sanctions_screen_name).
- `source` (string, required): Which source list the entry belongs to.

Output parameters:

- `addresses` (array): Published addresses.
- `aliases` (array): All published aliases / name variants.
- `caveat` (string): Decision-support caveat — this is a screening aid, not a compliance determination.
- `datesOfBirth` (array): Published dates and places of birth (persons).
- `designationDate` (string): Designation date, when published.
- `entityType` (string): Entity classification as published.
- `identifiers` (array): Published identifiers (passport, national ID, tax, registration, …).
- `legalBasis` (string): Statutory / regulatory basis, when published.
- `nationalities` (array): Published nationalities / citizenships.
- `primaryName` (string): Primary published name.
- `program` (string): Sanctioning program / regime, when published.
- `remarks` (string): Free-form remarks published by the source, when present.
- `source` (string): Source list the entry belongs to.
- `sourceEntryId` (string): The source list's own entry ID.
- `sourceLabel` (string): Human-readable name of the source list.

### `sanctions_list_sources` (~115 tokens)

sanctions-screening-mcp-server: list sources

List the sanctions watchlists (OFAC SDN + Consolidated, EU, UK, UN) and GLEIF datasets currently loaded in the local mirror, each with its record count, source URL, license, and the mirror's readiness and as-of timestamp. Use this for provenance and freshness on any result — results are only as current as the last mirror refresh, and a not-ready mirror means screening cannot run yet. Attribution: UK data is under the Open Government Licence v3.0; all sources are cited here.

Output parameters:

- `leiAsOf` (string): ISO 8601 timestamp of the last completed GLEIF sync, when available.
- `leiReady` (boolean): True once the GLEIF (LEI) mirror has completed at least one full sync.
- `sanctionsAsOf` (string): ISO 8601 timestamp of the last completed sanctions sync, when available.
- `sanctionsReady` (boolean): True once the sanctions mirror has completed at least one full sync.
- `sources` (array): All loaded sources, sanctions lists then the GLEIF dataset.

### `sanctions_resolve_entity` (~277 tokens)

sanctions-screening-mcp-server: resolve entity

Resolve a company or organization name (with an optional ISO 3166-1 alpha-2 jurisdiction) to candidate GLEIF Legal Entity Identifiers (LEIs), ranked. This turns a free-text counterparty name into a stable global identifier that sanctions_get_entity and sanctions_trace_ownership key off. Strict mode (default) matches exact-normalized then all-tokens-present; fuzzy mode (or auto when strict is empty) adds Jaro-Winkler scoring labeled approximate with a raw 0–1 score. Returns potential matches to confirm against the GLEIF record — name resolution is a candidate ranking, not an authoritative identification.

Input parameters:

- `jurisdiction`: Optional ISO 3166-1 alpha-2 jurisdiction filter (e.g. "US", "GB"). Empty string disables it.
- `limit` (integer): Maximum LEI candidates to return.
- `matchMode` (string): strict (default): exact then all-tokens-present. fuzzy: also scored Jaro-Winkler.
- `minScore` (number): Jaro-Winkler floor for fuzzy hits (0–1); defaults to the server's configured floor.
- `name` (string, required): The company / organization name to resolve to an LEI.
- `status` (string): Registration status filter: issued (default), lapsed, or any.

Output parameters:

- `matchModeUsed` (string): The match mode actually applied (strict may upgrade to fuzzy).
- `matches` (array): Ranked LEI candidates, highest-confidence first.
- `normalizedQuery` (string): The name as the server folded it for matching.
- `notice` (string): Guidance when no LEI matched and how to broaden.
- `totalCount` (number): Number of LEI candidates returned.

### `sanctions_get_entity` (~142 tokens)

sanctions-screening-mcp-server: get entity

Fetch the full GLEIF Level 1 record for one LEI: legal name, other/trading names, legal and headquarters addresses, registration status, jurisdiction, registration authority and ID, and last-update date — plus any sanctions hits screened against the same legal name across all loaded watchlists. The screening cross-reference is a screening AID: a hit is a candidate to verify against the official source, and no hit is not a clearance. LEI must be a 20-character GLEIF identifier (18 alphanumerics + 2 check digits).

Input parameters:

- `lei` (string, required): The 20-character GLEIF Legal Entity Identifier to look up.

Output parameters:

- `caveat` (string): Decision-support caveat — the screening cross-reference is an aid, not a determination.
- `headquartersAddress` (string): Single-line headquarters address, when published.
- `jurisdiction` (string): Legal jurisdiction (ISO code), when published.
- `lastUpdate` (string): ISO 8601 last-update timestamp from the LEI record.
- `legalAddress` (string): Single-line legal address, when published.
- `legalName` (string): Registered legal name.
- `lei` (string): The 20-character GLEIF Legal Entity Identifier.
- `otherNames` (array): Other / trading names published in the LEI record.
- `registrationAuthorityEntityId` (string): The entity's ID at its registration authority, when published.
- `registrationAuthorityId` (string): Registration authority (RA) code, when published.
- `sanctionsHits` (array): Sanctions screening cross-reference on the entity's legal name.
- `status` (string): Registration status (e.g. ISSUED, LAPSED).

### `sanctions_trace_ownership` (~223 tokens)

sanctions-screening-mcp-server: trace ownership

Trace the GLEIF Level 2 corporate-ownership graph for an LEI: direct and ultimate parents and/or children, traversed breadth-first to a bounded depth, with relationship type for each edge. Set screenNodes to also screen every entity in the graph against all loaded watchlists — beneficial-ownership screening that resolves "is anyone in this ownership chain sanctioned." Each per-node screen is a screening AID: hits are candidates to verify, and an empty result for a node is not a clearance of that node. Requires a valid 20-character LEI (use sanctions_resolve_entity to obtain one).

Input parameters:

- `depth` (integer): Maximum traversal depth from the root entity (1–5).
- `direction` (string): Walk parents (who owns it), children (what it owns), or both (default).
- `lei` (string, required): The 20-character GLEIF LEI at the root of the ownership graph.
- `screenNodes` (boolean): When true, screen every node's legal name against all watchlists for beneficial-ownership screening.

Output parameters:

- `caveat` (string): Decision-support caveat — node screening is an aid, not a determination.
- `edges` (array): Directed ownership edges between the nodes.
- `flaggedNodeCount` (number): How many screened nodes had at least one potential watchlist match.
- `nodes` (array): All entities reached in the traversal, including the root.
- `rootLei` (string): The LEI the traversal started from.
- `screenedNodeCount` (number): How many nodes were screened (0 when screenNodes is false).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/cyanheads-sanctions-screening-mcp-server/sanctions-screening#diagnostics

## Score history

- 2026-08-03: 72
- 2026-08-02: 71
- 2026-08-01: 71
- 2026-07-31: 70
- 2026-07-30: 69
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 67
- 2026-07-26: 67

## Links

- Remote endpoint: https://sanctions-screening.caseyjhand.com/mcp
- Repository: https://github.com/cyanheads/sanctions-screening-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/cyanheads-sanctions-screening-mcp-server/sanctions-screening/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cyanheads-sanctions-screening-mcp-server/sanctions-screening/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cyanheads-sanctions-screening-mcp-server/sanctions-screening
