IP Fraud & Proxy Detection
security.ipqs.ip_checkCheck IP addresses for proxy, VPN, Tor, bot, and crawler fraud. Returns fraud score, geolocation, and risk indicators for e-commerce fraud prevention.
Instructions
Check any IP address for fraud signals — proxy, VPN, Tor, bot, crawler detection with fraud score (0-100). Returns geolocation (country, city, ISP, ASN), abuse velocity, connection type, and 9+ risk indicators. Essential for e-commerce fraud prevention (IPQualityScore)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IPv4 or IPv6 address to check (e.g. "8.8.8.8", "2001:4860:4860::8888") | |
| strictness | No | Detection strictness 0-3 (0=least strict, 3=most aggressive). Higher catches more fraud but may flag legitimate users | |
| allow_public_access_points | No | Allow public WiFi/library IPs to pass without penalty (default false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |