check_url
ActiveTool of Phishtank
declared in 0.1.0
Check if a URL is a known phishing site in the PhishTank database. Returns whether it is a phish, verification status, and details URL. Example: check_url("http://suspicious-site.example.com/login").
Parameters schema
{
"type": "object",
"examples": [
{
"url": "http://suspicious-site.example.com/login"
},
{
"url": "https://paypal-verify.fraudulent-domain.com/account"
}
],
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The full URL to check for phishing (e.g., \"http://example.com/fake-login\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Phishtank
https://github.com/pipeworx-io/mcp-phishtank
2/7 registries