opensanctions mcp for Windsurf
io.github.scka-de/opensanctions-mcp
Sanctions screening and PEP checks via OpenSanctions API for AI agents
client:Windsurf
transport:stdio
runtime:npm
Install opensanctions mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"opensanctions-mcp": {
"command": "npx",
"args": [
"-y",
"opensanctions-mcp"
],
"env": {
"OPENSANCTIONS_API_KEY": "<OPENSANCTIONS_API_KEY>",
"OPENSANCTIONS_API_URL": "<OPENSANCTIONS_API_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs