Phone Number Fraud Detection
security.ipqs.phone_checkCheck a phone number for fraud risk, detecting VOIP, prepaid, and risky numbers. Returns fraud score, line type, carrier info, and location.
Instructions
Check phone number for fraud risk — detects VOIP, prepaid, risky numbers, carrier info, line type (mobile/landline/VOIP), active status, leaked data. Returns fraud score (0-100) and geographic location. Supports international numbers with country filter (IPQualityScore)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phone | Yes | Phone number to check in E.164 or national format (e.g. "+12125551234", "2125551234") | |
| country | No | ISO 2-letter country code for national format numbers (e.g. "US", "GB") | |
| strictness | No | Fraud detection strictness 0-2 |
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. |