check_url
Pack: ipqualityscore · Endpoint: https://gateway.pipeworx.io/ipqualityscore/mcp
URL / malware safety scan. Checks whether a URL or domain is unsafe — phishing, malware, spam — and returns a risk score, domain reputation rank, content category, DNS validity, and domain age. Example: check_url({ url: “https://example.com” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | yes | Full URL or domain to scan, e.g. “https://example.com” |
_apiKey | string | no | Optional — 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_url","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.