check_ip

Pack: ipqualityscore · Endpoint: https://gateway.pipeworx.io/ipqualityscore/mcp

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

NameTypeRequiredDescription
ipstringyesIPv4 or IPv6 address to check, e.g. “8.8.8.8”
strictnessnumbernoDetection strictness 0, 1, or 2. Higher = more aggressive proxy/VPN detection (more false positives). Default 1.
_apiKeystringnoOptional — your own IPQualityScore API key for higher limits; omit to use the shared Pipeworx key.

Example call

curl -X POST https://gateway.pipeworx.io/ipqualityscore/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"check_ip","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "ipqualityscore": {
      "url": "https://gateway.pipeworx.io/ipqualityscore/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 4, 2026