Security & Testing
compliapi.com
MCP server for screening crypto addresses, emails, websites, government IDs, and countries against sanctions and crime lists.
ENDPOINT 1
https://api.compliapi.com/mcp
MCP server metadata
- Name
- CompliAPI
- Version
- 3.4.3
Sanctions and financial-crime screening. Screen crypto addresses, emails, websites, and government IDs across multiple source lists — US OFAC SDN, FBI Lazarus Group addresses, Israel NBCTF seizures, the French Trésor register, Japan MOF sanctions, the EU consolidated list, the UK Sanctions List (FCDO), ransomwhe.re ransomware addresses, and Tornado Cash association lists (depositors/relayers, plus an opt-in withdrawal-recipient list). Every match names its list; `sanctioned` means a government sanctions list matched, `flagged` also covers crime-intelligence and risk-exposure lists. Country designations are OFAC-curated today; VPN detection and IP geolocation are utilities.
Known tools 7
screen_emailScreen an email address across the enabled sanctions and crime lists.
Potential side effectsscreen_websiteScreen a website or domain across the enabled sanctions and crime lists.
Inferred read-onlyscreen_government_idScreen a government-issued ID (passport, tax ID, …) across the enabled lists (fuzzy matching).
Inferred read-onlyscreen_countryCheck whether a country or region carries sanctions designations (OFAC-curated today).
Inferred read-onlygeolocate_ipGeolocate an IP address and flag whether it is in a sanctioned country.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.compliapi]
url = "https://api.compliapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"compliapi": {
"type": "http",
"url": "https://api.compliapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: compliapi
Remote MCP URL: https://api.compliapi.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"compliapi": {
"url": "https://api.compliapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"compliapi": {
"type": "http",
"url": "https://api.compliapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "compliapi",
"transport": "streamable-http",
"url": "https://api.compliapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.