mcpbeat Sign in

Sanctions & PEP Screening MCP Server

local only

Sanctions & PEP Screening runs on your own machine — the client starts it, so there is no endpoint to ping.

Screen a name in one call against US OFAC SDN, the EU Consolidated Financial Sanctions List, UK…

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
pypi · macaroonnetwork-mcp-sanctions-pep-screening-v1
Stars
on GitHub
Last commit
no recent releases
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 sanctions-pep-screening-v1 -- uvx macaroonnetwork-mcp-sanctions-pep-screening-v1
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sanctions-pep-screening-v1": {
      "args": [
        "macaroonnetwork-mcp-sanctions-pep-screening-v1"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sanctions-pep-screening-v1]
command = "uvx"
args = ["macaroonnetwork-mcp-sanctions-pep-screening-v1"]
.cursor/mcp.json
{
  "mcpServers": {
    "sanctions-pep-screening-v1": {
      "args": [
        "macaroonnetwork-mcp-sanctions-pep-screening-v1"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sanctions-pep-screening-v1": {
      "args": [
        "macaroonnetwork-mcp-sanctions-pep-screening-v1"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Sanctions & PEP Screening

same job, measured the same way
Sanções União Europeia
by mcp-dir

Checks whether a name is on the European Union's financial sanctions list, for compliance and AML du

7 tools answering
Sanções Reino Unido (HM Treasury)
by mcp-dir

Checks whether a name is on the UK's financial sanctions list (HM Treasury), for compliance and AML

7 tools answering
FinCEN (EUA)
by mcp-dir

Checks whether a name is on the FinCEN (US financial crimes) lists, for compliance and AML due dilig

7 tools answering
DAP Bellwether
by dap

Free regulatory change feed for financial regulators in Canada, the US, the UK and the EU.

4 tools answering
Organizze
by mcp-dir

Your Organizze finances in natural language: consolidated balances, monthly overview, transaction se

68 tools answering
Leeway Financial Data
by leeway

European-first forecasts, fundamental screening, and historical market cap.

answering
Screening
by compliapi

OFAC and global sanctions screening: crypto addresses, emails, websites, IDs, countries, VPN, geo

8 tools answering
Einvoice Mandate Lint
by jmshinhwa

Lints UBL and CII invoice XML against EN 16931 and the national e-invoicing mandates that are live i

403 installs/wk local only

Sanctions & PEP Screening — questions

Answers built from our own checks of this server.

Why is there no uptime for Sanctions & PEP Screening?
Sanctions & PEP Screening 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 macaroonnetwork-mcp-sanctions-pep-screening-v1.
Is Sanctions & PEP Screening still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Sanctions & PEP Screening?
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 macaroonnetwork-mcp-sanctions-pep-screening-v1 straight from pypi; nothing to host, nothing to sign up for.