Odel
opensanctions mcp

opensanctions mcp

Local
@scka-deTypeScriptMITUpdated 5mo ago

Sanctions screening and PEP checks via OpenSanctions API for AI agents

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmopensanctions-mcpv0.1.1

Run

npx -y opensanctions-mcp

MCP client config

{
  "mcpServers": {
    "opensanctions-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opensanctions-mcp"
      ]
    }
  }
}