You're viewing a demo portfolio

Join the waitlist
PRSM

cloudflare_purge_cache

Active

Tool of BorealHost

declared in 1.27.0

Purge Cloudflare CDN cache for a site. Without urls: purges all cached content for the site's subdomain. With urls: purges only the specified URLs (max 30 per call). Requires: API key with write scope. Args: slug: Site identifier urls: Optional list of specific URLs to purge (e.g. ["https://my-site.borealhost.ai/style.css"]) Returns: {"purged": true, "scope": "host", "domain": "my-site.borealhost.ai"}

Parameters schema

{
  "type": "object",
  "title": "cloudflare_purge_cacheArguments",
  "required": [
    "slug"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "urls": {
      "type": "array",
      "items": {},
      "title": "Urls",
      "default": null
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →
cloudflare_purge_cache — BorealHost — PRSM MCP