mcpbeat Sign in

Sanctions MCP Server

answering

Sanctions is answering right now. Last checked 13 min ago. 171 installs a week from npm. It exposes 6 tools. Last commit 10 Sep 2026.

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

Installs per day peak 53 · avg 30 · +5% w/w
a month agotoday
Uptime history 47 days of history · worst day 99%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
217 ms
Response time
average over 24h
171
Installs / week
npm and PyPI

What the code does

We read the source, 19 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  <script async defer src="https://analytics.mhai.app/script.js" data-website-id="5a96aa8b-7575-4667-8ac6-267287849cf3"></script>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add sanctions --transport http https://sanctions.cz-agents.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sanctions": {
      "url": "https://sanctions.cz-agents.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sanctions]
url = "https://sanctions.cz-agents.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "sanctions": {
      "url": "https://sanctions.cz-agents.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sanctions": {
      "url": "https://sanctions.cz-agents.dev/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

entity
search_entity
Fuzzy-search a sanctioned entity (company, organization) by name. Optional country narrows results.
ico
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.
listing
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").
person
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+ = strong fuzzy match, lower = review needed.
recent
list_recent_updates
List sanctions added/removed/modified since a given date. Use for daily monitoring against a watchlist.
rescreen
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 change feed, this one intersects it with your portfolio. Requires payment via x402; call without payment first to receive the terms.

Endpoints

URLTransportStateLatencyChecked
https://sanctions.cz-agents.dev/mcp streamable-http answering 273 ms 13 min ago

Alternatives to Sanctions

same job, measured the same way
mcp-sanctions
by atomno-mcp

Sanctions/watchlist screening (RF, OFAC, EU, UK, UN) with confidence levels for KYC/AML.

404 installs/wk local only
Global Intel Exchange
by joseph-ceo

Real-time sanctions screening, CVE, and company registry checks for agents.

46 installs/wk local only
Gocreative Wedge MCP
by colinhughes2121

OFAC/PEP sanctions screening, KYB, company & people enrichment tools for AI agents. Free demos.

111 installs/wk local only
OFAC (Sanções EUA)
by mcp-dir

Checks whether a name is on OFAC (US) sanctions lists, including SDN and Non-SDN, for compliance and

7 tools answering
Opensanctions MCP
by scka-de

Sanctions screening and PEP checks via OpenSanctions API for AI agents

27 installs/wk local only
Orchestraprime
by orchestraprime

Regulatory intelligence (FDA, ICH, EMA) and sanctions screening (OFAC, EU, UK) for Claude

35 installs/wk local only
SanctionsAI
by kindrat86

OFAC sanctions screening for AI agents: screen names, wallets, entities against the SDN list.

3 tools answering
Sanctions Screening
by hatchloop

Screen a name or entity against OFAC SDN, the EU Consolidated list and the UK list.

8 tools answering

Sanctions — questions

Answers built from our own checks of this server.

What can Sanctions do?
It exposes 6 tools, read directly from the server on our last check. Among them: check_ico, get_listing, list_recent_updates, rescreen_portfolio, search_entity, search_person. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Sanctions working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 217 ms. The bar chart above shows every period we have measured.
How do I connect Sanctions?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Sanctions need an API key?
No. Sanctions completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Sanctions?
It answers our handshake in 217 ms on average, which is faster than 63% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Sanctions?
The npm package @czagents/sanctions was installed 171 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sanctions open source?
Yes — it is published under the MIT licence, written in TypeScript, 6 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.