Add phishing check to your app
Let your agent screen links. Call it as an MCP tool to check any domain or URL against 850,000+ known phishing sites before your app trusts it. You switch it on with a single toggle — no SDK and no endpoint wiring — and it answers over MCP or REST using the same key as every other skill.
A real response from the Phishing Check Skill — exactly what your agent gets back when it makes the call.
{
"url": "https://secure-banking-login.suspicious-domain.com/auth"
}Enable Phishing Check and your app can add phishing check to your app without standing up your own resolver or stitching together network APIs.
Over MCP, phishingcheck is the tool your model reaches for to verify connectivity facts instead of assuming them.
Call Phishing Check over REST from any backend to add phishing check to your app inline, using the key you already have.
Once enabled, this skill is reachable two ways — pick whichever fits how you build. Both use the same key.
It appears to your model as a callable tool. No extra code — the agent invokes it when a task needs it.
phishingcheckCall it from your server with one request and your key. Node, Python, Go — anything that can send a GET.
GET /v1/phishingcheckHow to connect it over MCP or REST.
The same key runs from your first prototype to millions of calls — on APIVerve's rails, 99.9% uptime.
See pricing