# dev.cz-agents/sanctions (remote · sanctions.cz-agents.dev)

Sanctions screening for KYC/AML — EU FSF + OFAC SDN checks for Czech companies & individuals.

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

## Components

- remote · `sanctions.cz-agents.dev`: 66/100 (this document), [markdown](https://verifymcp.io/servers/dev-cz-agents-sanctions/sanctions.md), [page](https://verifymcp.io/servers/dev-cz-agents-sanctions/sanctions)
- npm · `@czagents/sanctions`: 35/100, [markdown](https://verifymcp.io/servers/dev-cz-agents-sanctions/czagents-sanctions.md), [page](https://verifymcp.io/servers/dev-cz-agents-sanctions/czagents-sanctions)

## Channel facts

- Endpoint: `https://sanctions.cz-agents.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.5`

## 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**: 57/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.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 75/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 746 tokens (~124/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 94% 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 dev-cz-agents-sanctions https://sanctions.cz-agents.dev/mcp
```

### Codex

```toml
[mcp_servers.dev-cz-agents-sanctions]
url = "https://sanctions.cz-agents.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-cz-agents-sanctions": {
      "type": "remote",
      "url": "https://sanctions.cz-agents.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-cz-agents-sanctions --url https://sanctions.cz-agents.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-cz-agents-sanctions:
    url: "https://sanctions.cz-agents.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "dev-cz-agents-sanctions": {
      "type": "http",
      "url": "https://sanctions.cz-agents.dev/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-02 (score 66, +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 65, 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 65, +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 64, +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-28 (score 63, −1)

- [functional regression] Schema quality: 601 → 746
- [functional regression] Tool coverage: 100% → 94%
- [functional improvement] Stability: unverified → 0.03

### 2026-07-27 (score 64, +52)

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

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

First indexed and scored.

## MCP tools (6)

### `search_person` (~143 tokens)

Fuzzy-search a sanctioned person by name across all loaded lists. Optional date of birth and nationality narrow results. Returns matches with confidence scores (0-100). 100 = exact ID match, 80+ = strong fuzzy match, lower = review needed.

Input parameters:

- `dob` (string): YYYY or YYYY-MM-DD. Optional, narrows matches.
- `limit` (integer): Max results (default 20).
- `name` (string, required): Full name. Cyrillic / Arabic / Chinese tolerated; transliteration applied.
- `nationality` (string): Country name or ISO code. Optional.
- `threshold` (integer): Min confidence to include in results (default 80).

### `search_entity` (~79 tokens)

Fuzzy-search a sanctioned entity (company, organization) by name. Optional country narrows results.

Input parameters:

- `country` (string): Country filter (name or ISO code).
- `limit` (integer): Max results (default 20).
- `name` (string, required): Company / organization name.
- `threshold` (integer): Min confidence (default 80).

### `check_ico` (~90 tokens)

Check whether a Czech IČO (or any company by IČO) appears on sanctions lists. Direct exact-ID lookup; pass `name` to also fuzzy-match if no direct hit.

Input parameters:

- `ico` (string, required): Czech IČO (7-8 digits) or comparable national company ID.
- `name` (string): Optional company name for fuzzy fallback if IČO not directly listed.

### `get_listing` (~70 tokens)

Retrieve the full record for a single sanctions listing by its ID (format: `${source}:${source_list_id}`, e.g. "ofac:12345" or "eu:EU.123.789").

Input parameters:

- `id` (string, required): Internal listing ID, e.g. "ofac:12345".

### `list_recent_updates` (~78 tokens)

List sanctions added/removed/modified since a given date. Use for daily monitoring against a watchlist.

Input parameters:

- `since` (string, required): ISO date or datetime, e.g. "2026-04-01" or "2026-04-01T00:00:00Z".
- `source` (string): Optional source filter.

### `rescreen_portfolio` (~145 tokens)

PAID. Re-screen your own list of subjects against sanctions-list changes since a given date. Answers "which of MY clients were affected", which list_recent_updates cannot: that tool returns the global change feed, this one intersects it with your portfolio. Requires payment via x402; call without payment first to receive the terms.

Input parameters:

- `since` (string, required): ISO date of the last screening, e.g. "2026-07-01".
- `source` (string)
- `subjects` (array, required): Up to 11 subjects per paid call (batch cap sized to the per-call price, not per-subject). Each needs at least a name or an ICO.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dev-cz-agents-sanctions/sanctions#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 65
- 2026-07-31: 65
- 2026-07-30: 65
- 2026-07-29: 64
- 2026-07-28: 63
- 2026-07-27: 64
- 2026-07-26: 12

## Links

- Remote endpoint: https://sanctions.cz-agents.dev/mcp
- Repository: https://github.com/martinhavel/cz-agents-mcp
- Website: https://cz-agents.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-cz-agents-sanctions/sanctions/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-cz-agents-sanctions/sanctions/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dev-cz-agents-sanctions/sanctions
