mcp server for Windsurf
io.github.publicaml/mcp-server
AML screening for crypto addresses: risk, sanctions, fund tracing and counterparties.
client:Windsurf
transport:stdio
runtime:npm
Install mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@publicaml/mcp-server"
],
"env": {
"PUBLICAML_API_KEY": "<PUBLICAML_API_KEY>",
"PUBLICAML_API_BASE": "<PUBLICAML_API_BASE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs