Skip to main content
New: AI-assisted Integration Wizard generates your code in minutesTry the wizard →
Developer Documentation

Stop fraud.
Verify location.
Ship with confidence.

Location verification, identity, and risk signals — across every platform you'll integrate. Built for the world's most regulated industries.

MobileWebServerDesktop
import GeoComplySDK

// Configure once at app launch
GCGeoComply.setLicense("YOUR_LICENSE_KEY")

// Request a verified location packet
GCGeoComply.requestGeoLocation { packet, error in
    guard let packet = packet else { return }
    // Forward encrypted packet to your backend
    server.verify(packet.encryptedPacket)
}
Copy · Paste · ShipFull guide →
AI-ready

LLM-native fraud intelligence

Connect GeoComply directly to AI agents and large language models via the Model Context Protocol. Integrate location verification and fraud prevention into AI-powered compliance workflows — no custom parsers, no wrappers.

  • Works with Claude, GPT-4, Cursor, and any MCP-compatible host
  • Exposes all verification tools as LLM-callable functions
  • Structured, context-aware output for AI-driven compliance
Explore MCP Server →
MCP ProtocolActive
verify_locationCheck geolocation packet
assess_riskScore fraud signals
check_identityKYC verification flow
get_boundariesGeofencing rules
4 tools registered · Claude / GPT / Cursor