Skip to content
VS Code

sanctionwise for VS Code

io.github.qinisolabs/sanctionwise

Verified UK sanctions screening for AI agents — official FCDO UK Sanctions List, not guesses.

client:VS Code transport:stdio runtime:npm

Install sanctionwise in VS Code

.vscode/mcp.json

{
  "servers": {
    "sanctionwise": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sanctionwise"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

sanctionwise in other clients