Back to Browse

Sanctions MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server for sanctions screening that acts as a thin HTTP client to a hosted backend. Authentication is properly enforced via API key, code quality is good with proper error handling and input validation, and permissions are appropriate for its purpose. Minor code quality observations exist but do not present security risks. Supply chain analysis found 8 known vulnerabilities in dependencies (1 critical, 6 high severity). Package verification found 1 issue.

7 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

API key (Pro tier) for sanctions/watchlist screening against public lists.Required

Environment variable: MCP_SANCTIONS_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-atomno-mcp-mcp-sanctions": {
      "env": {
        "MCP_SANCTIONS_API_KEY": "your-mcp-sanctions-api-key-here"
      },
      "args": [
        "atomno-mcp-sanctions"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!