sanctionwise for Grok
io.github.qinisolabs/sanctionwise
Verified UK sanctions screening for AI agents — official FCDO UK Sanctions List, not guesses.
client:Grok
transport:stdio
runtime:npm
Install sanctionwise in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sanctionwise": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sanctionwise"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs