mcpbeat Sign in

mcp-sanctions MCP Server

local only

mcp-sanctions runs on your own machine — the client starts it, so there is no endpoint to ping. 404 installs a week from pypi. Last commit 2 Sep 2026.

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

404
Installs / week
pypi · atomno-mcp-sanctions
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check mcp-sanctions every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-sanctions -- uvx atomno-mcp-sanctions
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-sanctions": {
      "args": [
        "atomno-mcp-sanctions"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-sanctions]
command = "uvx"
args = ["atomno-mcp-sanctions"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-sanctions": {
      "args": [
        "atomno-mcp-sanctions"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-sanctions": {
      "args": [
        "atomno-mcp-sanctions"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to mcp-sanctions

same job, measured the same way
Sanctions
by cz-agents

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

232 installs/wk 6 tools answering
Orchestraprime
by orchestraprime

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

47 installs/wk local only
Sanctions Screening
by hatchloop

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

8 tools answering
Sanctions Screening MCP Server
by cyanheads

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

93 installs/wk 6 tools answering
SanctionsAI
by kindrat86

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

3 tools answering
Publicaml
by saloprj

Free crypto AML/KYT screening for BTC/ETH/BSC/TRON — risk score, sanctions, source of funds.

3 tools answering
Company Screening
by tributarydata

UK company register lookups plus US, EU and UN sanctions screening. Every answer cites source.

answering
Gocreative Wedge MCP
by colinhughes2121

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

111 installs/wk local only

mcp-sanctions — questions

Answers built from our own checks of this server.

Why is there no uptime for mcp-sanctions?
mcp-sanctions runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package atomno-mcp-sanctions was installed 404 times last week.
How do I connect mcp-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 runs locally, so the command pulls atomno-mcp-sanctions straight from pypi; nothing to host, nothing to sign up for.
How many people use mcp-sanctions?
The pypi package atomno-mcp-sanctions was installed 404 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is mcp-sanctions open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.