← Index

io.github.scka-de/opensanctions-mcp

io.github.scka-de/opensanctions-mcp·v0.1.1·Other
Quality Score
80
/100

Sanctions screening and PEP checks via OpenSanctions API for AI agents

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "opensanctions-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "opensanctions-mcp"
      ],
      "env": {
        "OPENSANCTIONS_API_KEY": "<your-opensanctions_api_key>",
        "OPENSANCTIONS_API_URL": "<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": "<opensanctions_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y opensanctions-mcp
§02  Environment variables
OPENSANCTIONS_API_KEY
requiredsecret

OpenSanctions API key. Get a free key at https://www.opensanctions.org/api/

OPENSANCTIONS_API_URL

API URL. Defaults to https://api.opensanctions.org. Set to your self-hosted yente URL if applicable.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other