Skip to content
Grok

opensanctions mcp for Grok

io.github.scka-de/opensanctions-mcp

Sanctions screening and PEP checks via OpenSanctions API for AI agents

client:Grok transport:stdio runtime:npm

Install opensanctions mcp 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": {
    "opensanctions-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "opensanctions-mcp"
      ],
      "env": {
        "OPENSANCTIONS_API_KEY": "<OPENSANCTIONS_API_KEY>",
        "OPENSANCTIONS_API_URL": "<OPENSANCTIONS_API_URL>"
      }
    }
  }
}

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

opensanctions mcp in other clients