← WebMCP Directory

Tool tree

urlvoid.com

Developer Tools
https://www.urlvoid.com/
Website reputation and blocklist lookup
Explore capabilities

Tools verified

website_reputation_checkerAction

Scans a website address or domain name against multiple blocklists. Submitting this form redirects to a dedicated scan report page containing comprehensive results, blocklist detection ratio, and server network data.

View tool JSON
{
  "name": "website_reputation_checker",
  "kind": "act",
  "impl": "declarative",
  "description": "Scans a website address or domain name against multiple blocklists. Submitting this form redirects to a dedicated scan report page containing comprehensive results, blocklist detection ratio, and server network data.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "site": {
        "type": "string",
        "description": "The target domain name, website address, or URL to be checked for safety and malware (e.g., 'example.com' or 'http://example.com')."
      }
    },
    "required": [
      "site"
    ]
  }
}