INDIVIDUAL MCP TOOL
screen_email
Screen an email address across the enabled sanctions and crime lists.
LIVE ENDPOINT
https://api.compliapi.com/mcp
Connect to this endpoint to inspect the live schema for screen_email and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
CONNECT 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.
Related tools
screen_crypto_address— Screen a crypto address on any chain (or an ENS name, e.g.screen_website— Screen a website or domain across the enabled sanctions and crime lists.screen_government_id— Screen a government-issued ID (passport, tax ID, …) across the enabled lists (fuzzy matching).screen_country— Check whether a country or region carries sanctions designations (OFAC-curated today).detect_vpn— Detect whether an IP address is using a VPN.geolocate_ip— Geolocate an IP address and flag whether it is in a sanctioned country.