← WebMCP Directory

Tool tree

Check whether your domain is present in the latest Common Crawl index — a quick health check for AI/LLM crawlability.
Explore capabilities
check_common_crawlanswer

Check whether a domain appears in the Common Crawl Index - a signal it also appears in some LLM and AI models training data

View tool JSON
{
  "name": "check_common_crawl",
  "kind": "answer",
  "impl": "imperative",
  "description": "Check whether a domain appears in the Common Crawl Index - a signal it also appears in some LLM and AI models training data",
  "inputSchema": {
    "type": "object",
    "properties": {
      "domain": {
        "type": "string",
        "description": "The domain we are checking"
      }
    },
    "required": [
      "domain"
    ]
  },
  "page": "/"
}