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: hive-mcp-agent-kyc
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.
Sanctions screening, KYB, identifier validation, jurisdiction risk & secret scanning for AI 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.657MIT
- AlicenseNot gradedqualityCmaintenanceRoutes blockchain address screening to third-party KYC/AML providers and checks public sanctions lists, serving as a clean-money gate primitive for MCP-compatible agents.MIT
- 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.101MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Compli-API/compliapi-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server