You're viewing a demo portfolio

Join the waitlist
PRSM

check_url

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Phishtank

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

2/7 registries
View full server →