MCP Server
MCP
io.github.scka-de/opensanctions-mcp
Sanctions screening and PEP checks via OpenSanctions API for AI agents
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
By
Comments
Sign in to leave a comment