Skip to content
Grok

mcp-sanctions for Grok

io.github.atomno-mcp/mcp-sanctions

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

client:Grok transport:stdio runtime:pypi

Install mcp-sanctions in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp-sanctions in other clients