Skip to main content
Glama
Compli-API

CompliAPI

Official
by Compli-API

CompliAPI 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@compliapi

Related 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/token

No 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.eth

Every 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

screen_crypto_address

Wallets on any chain, ENS names

screen_email

Email addresses

screen_website

Websites and domains

screen_government_id

Passports, national IDs, tax IDs

screen_country

Country sanctions designations

screen_pep

Person names against the OpenSanctions PEP dataset (scored matching; optional birth_date, country)

detect_vpn

VPN/proxy detection for an IP

geolocate_ip

IP geolocation + sanctioned-country flag

Results are list screenings, not legal advice.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

1Maintainers
No issuesResponse time
0Releases (12mo)
Commit activity

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

View all MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    MCP 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.
    6
    57
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Routes 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
  • F
    license
    Not graded
    quality
    B
    maintenance
    Keyless, 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.
  • A
    license
    A
    quality
    A
    maintenance
    Provides 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.
    10
    1
    MIT

View all related MCP servers

Latest Blog Posts

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