check_phone
ActiveTool of mcp-ipqualityscore
Phone number validation & fraud check. Confirms whether a number is valid and active, returns a 0-100 fraud score, and flags VOIP, prepaid, and risky numbers with line type, carrier, and region. Example: check_phone({ phone: "18007267864", country: "US" })
Parameters schema
{
"type": "object",
"required": [
"phone"
],
"properties": {
"phone": {
"type": "string",
"description": "Phone number to validate, e.g. \"18007267864\" or \"+1 800 726 7864\""
},
"_apiKey": {
"type": "string",
"description": "Optional — your own IPQualityScore API key for higher limits; omit to use the shared Pipeworx key."
},
"country": {
"type": "string",
"description": "Optional 2-letter ISO country code to improve parsing, e.g. \"US\", \"GB\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-ipqualityscore
https://github.com/pipeworx-io/mcp-ipqualityscore
2/7 registries