← Back to Plugins
MCP Server MCP

io.github.scka-de/opensanctions-mcp

github By github 👁 1 views ▲ 0 votes

Sanctions screening and PEP checks via OpenSanctions API for AI agents

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "opensanctions-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenSanctions API key. Get a free key at https://www.opensanctions.org/api/",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPENSANCTIONS_API_KEY"
        },
        {
          "description": "API URL. Defaults to https://api.opensanctions.org. Set to your self-hosted yente URL if applicable.",
          "format": "string",
          "name": "OPENSANCTIONS_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...