Catalog
io.github.Ivanolegvak/sonar-mcp
OfficialSONAR — KYB, sanctions screening & competitive intelligence
Sanctions, PEP, KYB, and competitive intelligence on any company. Panama Papers cross-check.
Compliance checks for sanctions, PEP, KYB with Panama Papers cross-reference data.
README not available yet.
Install
Configuration
Environment variables
SONAR_API_KEYrequiredsecretYour SONAR API key (sk-sonar-…). Create one at https://getsonar.report/developer/keys — new accounts get 3 free trial calls.
claude_desktop_config.json
{
"mcpServers": {
"sonar-mcp": {
"command": "uvx",
"args": [
"getsonar-mcp"
],
"env": {
"SONAR_API_KEY": "<YOUR_SONAR_API_KEY>"
}
}
}
}