com.compliapi/screening
com.compliapi/screeningOFAC and global sanctions screening: crypto addresses, emails, websites, IDs, countries, VPN, geo
Tools · 8
Screen a crypto address on any chain (or an ENS name, e.g. vitalik.eth) across the enabled sanctions and crime lists. `lists`: optional comma-separated list slugs.
Screen an email address across the enabled sanctions and crime lists. `lists`: optional comma-separated list slugs.
Screen a website or domain across the enabled sanctions and crime lists. `lists`: optional comma-separated list slugs.
Screen a government-issued ID (passport, tax ID, …) across the enabled lists (fuzzy matching). `lists`: optional comma-separated list slugs.
Check whether a country or region carries sanctions designations (OFAC-curated today). `lists`: optional comma-separated list slugs.
Screen a person's name against the OpenSanctions PEP (politically exposed persons) dataset. Returns scored candidates; `pep` is true when any candidate clears the 0.7 match threshold. `birth_date` (YY…
Detect whether an IP address is using a VPN.
Geolocate an IP address and flag whether it is in a sanctioned country.
Resources · 2
The sanctions, crime, and risk lists CompliAPI screens against — slug (the value accepted by every tool's `lists` argument), display name, and list type. Mirrors the public GET /api/v1/screen/lists en…
compliapi://lists
When and how to use the CompliAPI screening tools, with authentication options.
compliapi://usage-guide
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.compliapi/screening": {
"url": "https://api.compliapi.com/mcp",
"transport": "streamable-http"
}
}
}