lookup_host
ActiveTool of Urlhaus
declared in 0.1.0
Look up a hostname or IP address in the URLhaus database to find associated malware URLs. Returns all known malicious URLs hosted on that host.
Parameters schema
{
"type": "object",
"examples": [
{
"host": "malicious-site.com"
},
{
"host": "192.168.1.100"
}
],
"required": [
"host"
],
"properties": {
"host": {
"type": "string",
"description": "Hostname or IP address to look up (e.g. \"example.com\" or \"192.168.1.1\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Urlhaus
https://github.com/pipeworx-io/mcp-urlhaus
1/7 registries