Loading MCP server directory, please wait...
Sanctions screening and PEP checks via OpenSanctions API for AI agents
npx @getmcp/cli add io.github.scka-de/opensanctions-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
OPENSANCTIONS_API_KEYOpenSanctions API key. Get a free key at https://www.opensanctions.org/api/
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.scka-de/opensanctions-mcp": {
"command": "npx",
"args": [
"-y",
"opensanctions-mcp"
],
"env": {
"OPENSANCTIONS_API_KEY": "",
"OPENSANCTIONS_API_URL": ""
}
}
}
}