CompliAPI
OfficialCompliAPI plugin for Claude Code
Real-time OFAC and global sanctions screening inside Claude Code. Bundles the hosted CompliAPI MCP server — eight read-only tools that screen crypto wallet addresses (any chain, ENS names supported), emails, websites, government IDs, and countries against the US OFAC SDN and Consolidated lists plus 10+ global sanctions, crime, and risk lists, screen person names against the OpenSanctions politically exposed persons (PEP) dataset, and provide VPN detection and IP geolocation.
Install
/plugin marketplace add Compli-API/compliapi-plugin
/plugin install compliapi@compliapiRelated MCP server: gocreative-mcp
Authentication
Works two ways — pick one:
Free API token (10,000 requests/month) — create one at app.compliapi.com, then either:
export COMPLIAPI_API_TOKEN=capi_... # in your shell profile, or
mkdir -p ~/.compliapi && echo 'capi_...' > ~/.compliapi/token && chmod 600 ~/.compliapi/tokenNo token — listing tools always works anonymously; screening calls can be paid per request via x402 USDC micropayments with an x402-capable wallet — $0.01 per call on Base, except screen_pep at $0.05 (its upstream dataset is metered per query; the amount in the 402 challenge is always authoritative).
Use
Ask naturally ("screen 0x7F36…e1B and compliance@example.com") or invoke the workflow skill:
/compliapi:screen vitalik.ethEvery list-screening response reports sanctioned (a government sanctions-list hit), flagged (any hit, including crime/risk lists), and per-list matches with official source URLs. screen_pep returns its own shape: scored candidates (score 0–1, match above the 0.7 threshold) and a top-level pep flag — PEP status is not a sanctions designation.
Tool | Screens |
| Wallets on any chain, ENS names |
| Email addresses |
| Websites and domains |
| Passports, national IDs, tax IDs |
| Country sanctions designations |
| Person names against the OpenSanctions PEP dataset (scored matching; optional |
| VPN/proxy detection for an IP |
| IP geolocation + sanctioned-country flag |
Links
API docs: https://docs.compliapi.com
Data sources & public datasets: https://compliapi.com/data-sources
Support: help@compliapi.com
Results are list screenings, not legal advice.
This server cannot be deployed
Maintenance
Related MCP Connectors
OFAC and global sanctions screening: crypto addresses, emails, websites, IDs, countries, VPN, geo
OFAC sanctions screening for AI agents: screen names, wallets, entities against the SDN list.
Compliance MCP for AI agents: sanctions & KYT screening on 50+ chains, stablecoin-freeze, oracle.
High-frequency OFAC wallet screening and recurring signed x402 checks for autonomous agents.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for sanctions screening and PEP checks via OpenSanctions API. Search entities, match against 320+ sanctions lists, and run compound compliance investigations with AI agents.620 npmMIT
- FlicenseNot gradedqualityBmaintenanceKeyless, pay-per-call compliance & regulated-data tools for AI agents: OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, and continuous monitoring (watch a wallet/company/brand for status changes). USDC via x402 on Base/Solana, no API key, no signup.-
- AlicenseAqualityAmaintenanceProvides AI agents with compliance screening (OFAC sanctions, risk scoring, Know-Your-Agent) plus disposable email and SMS verification for OTPs, accessible via MCP tools, HTTP API, and CLI.102MIT
- AlicenseNot gradedqualityDmaintenanceFree wallet-OFAC SDN screening and trust-check preview for AI agents on Base. Single MCP tool call returns allow/block verdict against US Treasury OFAC SDN list.MIT