Skip to content
Cursor

mcp-sanctions for Cursor

io.github.atomno-mcp/mcp-sanctions

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

client:Cursor transport:stdio runtime:pypi

Install mcp-sanctions in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-sanctions": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "atomno-mcp-sanctions"
      ],
      "env": {
        "MCP_SANCTIONS_API_KEY": "<MCP_SANCTIONS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp-sanctions in other clients