Skip to content
VS Code

SONAR — KYB, sanctions screening & competitive intelligence for VS Code

io.github.ivanolegvak/sonar-mcp

Sanctions, PEP, KYB, and competitive intelligence on any company. Panama Papers cross-check.

client:VS Code transport:stdio runtime:pypi

Install SONAR — KYB, sanctions screening & competitive intelligence in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "sonar-api-key",
      "description": "SONAR_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "sonar-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "getsonar-mcp"
      ],
      "env": {
        "SONAR_API_KEY": "${input:sonar-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

SONAR — KYB, sanctions screening & competitive intelligence in other clients