You're viewing a demo portfolio

Join the waitlist
PRSM

check_phone

Active

Tool of mcp-ipqualityscore

declared in 0.1.0

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\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-ipqualityscore

https://github.com/pipeworx-io/mcp-ipqualityscore

2/7 registries
View full server →