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

dev.cz-agents/sanctions

dev.cz-agents/sanctions

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

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

Tools · 6

search_person

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+ = str…

search_entity

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

check_ico

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.

get_listing

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

list_recent_updates

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

rescreen_portfolio

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…

How to use

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

{
  "mcpServers": {
    "dev.cz-agents/sanctions": {
      "url": "https://sanctions.cz-agents.dev/mcp",
      "transport": "streamable-http"
    }
  }
}