lookup_url
ActiveTool of Urlhaus
declared in 0.1.0
Look up a URL in the URLhaus malware database to check if it is known to host or distribute malware. Returns threat category, status, blacklist status, and tags.
Parameters schema
{
"type": "object",
"examples": [
{
"url": "http://malicious-site.com/payload.exe"
},
{
"url": "https://phishing-domain.net/fake-login.html"
}
],
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The full URL to look up (e.g. \"http://example.com/malware.exe\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Urlhaus
https://github.com/pipeworx-io/mcp-urlhaus
1/7 registries