nigeria-nigsac-sanctions
About
Screen a name vs Nigeria's NIGSAC sanctions register. Best-effort signal, not compliance-grade.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SANCTIONS_PROVIDERClaude Code
claude mcp add --env SANCTIONS_PROVIDER= nigeria-nigsac-sanctions -- npx @braynexservices/nigeria-mcp-nigsac-sanctions
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"nigeria-nigsac-sanctions","command":"npx","args":["@braynexservices/nigeria-mcp-nigsac-sanctions"],"env":{"SANCTIONS_PROVIDER":""}}'
JSON
{
"mcpServers": {
"nigeria-nigsac-sanctions": {
"command": "npx",
"args": [
"@braynexservices/nigeria-mcp-nigsac-sanctions"
],
"env": {
"SANCTIONS_PROVIDER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.