check_ip
ActiveTool of mcp-ipqualityscore
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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-ipqualityscore
https://github.com/pipeworx-io/mcp-ipqualityscore
2/7 registries