You're viewing a demo portfolio

Join the waitlist
PRSM

check_ip

Active

Tool of mcp-ipqualityscore

declared in 0.1.0

Fraud detection & risk scoring for an IP address. Answers "is this IP a proxy, VPN, or Tor exit node?", flags bots/crawlers and recent abuse, and returns a 0-100 fraud score plus geolocation (country, region, city, ISP, connection type). Example: check_ip({ ip: "8.8.8.8", strictness: 1 })

Parameters schema

{
  "type": "object",
  "required": [
    "ip"
  ],
  "properties": {
    "ip": {
      "type": "string",
      "description": "IPv4 or IPv6 address to check, e.g. \"8.8.8.8\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own IPQualityScore API key for higher limits; omit to use the shared Pipeworx key."
    },
    "strictness": {
      "type": "number",
      "description": "Detection strictness 0, 1, or 2. Higher = more aggressive proxy/VPN detection (more false positives). Default 1."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-ipqualityscore

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

2/7 registries
View full server →