← WebMCP Directory

Tool tree

cache-boost.com

Developer Tools
https://www.cache-boost.com/audit
Find out if Googlebot and GPTBot hit cold cache on your site. Free, no account required. Test up to 100 pages in 2 minutes.
Explore capabilities

Tools verified

run_cold_cache_auditAction

Run a free CacheBoost cold-cache audit on a website. It crawls the site's sitemap as Googlebot or GPTBot and reports which pages are served from cache (HIT) and which are served cold (MISS). The audit runs in the background and takes a few minutes; this tool returns a token and a tracking URL, and progress is read from that page with get_audit_progress. No account or API key needed. Limited to 5 audits per IP address per day. Does not take an email address: only one the user typed into the form is used.

View tool JSON
{
  "name": "run_cold_cache_audit",
  "kind": "act",
  "impl": "imperative",
  "description": "Run a free CacheBoost cold-cache audit on a website. It crawls the site's sitemap as Googlebot or GPTBot and reports which pages are served from cache (HIT) and which are served cold (MISS). The audit runs in the background and takes a few minutes; this tool returns a token and a tracking URL, and progress is read from that page with get_audit_progress. No account or API key needed. Limited to 5 audits per IP address per day. Does not take an email address: only one the user typed into the form is used.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "The website to audit, e.g. \"example.com\" or \"https://example.com\". The scheme may be omitted."
      },
      "crawler_type": {
        "type": "string",
        "enum": [
          "seo",
          "llm"
        ],
        "description": "Which crawler to impersonate: \"seo\" for Googlebot (default), \"llm\" for GPTBot (ChatGPT)."
      }
    },
    "required": [
      "url"
    ]
  },
  "page": "/"
}