← compliapi.com

INDIVIDUAL MCP TOOL

geolocate_ip

Geolocate an IP address and flag whether it is in a sanctioned country.

compliapi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.compliapi.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for geolocate_ip and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

compliapi.com

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_email — Screen an email address across the enabled sanctions and crime lists.
  • 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.