MCP Server
io.github.scka-de/opensanctions-mcp MCP Server
io.github.scka-de/opensanctions-mcp
What is the io.github.scka-de/opensanctions-mcp MCP server?
Sanctions screening and PEP checks via OpenSanctions API for AI agents
How to install io.github.scka-de/opensanctions-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
OPENSANCTIONS_API_KEYrequiredsecretOpenSanctions API key. Get a free key at https://www.opensanctions.org/api/
OPENSANCTIONS_API_URLAPI URL. Defaults to https://api.opensanctions.org. Set to your self-hosted yente URL if applicable.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"opensanctions-mcp": {
"command": "npx",
"args": [
"-y",
"opensanctions-mcp"
],
"env": {
"OPENSANCTIONS_API_KEY": "<YOUR_OPENSANCTIONS_API_KEY>",
"OPENSANCTIONS_API_URL": "<YOUR_OPENSANCTIONS_API_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"opensanctions-mcp": {
"command": "npx",
"args": [
"-y",
"opensanctions-mcp"
],
"env": {
"OPENSANCTIONS_API_KEY": "<YOUR_OPENSANCTIONS_API_KEY>",
"OPENSANCTIONS_API_URL": "<YOUR_OPENSANCTIONS_API_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"opensanctions-mcp": {
"command": "npx",
"args": [
"-y",
"opensanctions-mcp"
],
"env": {
"OPENSANCTIONS_API_KEY": "<YOUR_OPENSANCTIONS_API_KEY>",
"OPENSANCTIONS_API_URL": "<YOUR_OPENSANCTIONS_API_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"opensanctions-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opensanctions-mcp"
],
"env": {
"OPENSANCTIONS_API_KEY": "<YOUR_OPENSANCTIONS_API_KEY>",
"OPENSANCTIONS_API_URL": "<YOUR_OPENSANCTIONS_API_URL>"
}
}
}
}Claude Code
claude mcp add opensanctions-mcp --env OPENSANCTIONS_API_KEY=<YOUR_OPENSANCTIONS_API_KEY> --env OPENSANCTIONS_API_URL=<YOUR_OPENSANCTIONS_API_URL> -- npx -y opensanctions-mcpRelated MCP servers
ECB data for AI agents — rates, yields, inflation, money supply, and 100+ datasets. No API key.
View repository →