You're viewing a demo portfolio

Join the waitlist
PRSM

cloudflare_set_proxy

Active

Tool of BorealHost

declared in 1.27.0

Enable or disable Cloudflare CDN proxy for a site. When enabled (orange cloud): traffic goes through Cloudflare's CDN, gets caching, DDoS protection, and SSL termination at the edge. When disabled (grey cloud): traffic goes directly to origin server. Requires: API key with write scope. Args: slug: Site identifier proxied: true to enable CDN proxy, false to disable Returns: {"domain": "my-site.borealhost.ai", "proxied": true, "ip": "1.2.3.4"}

Parameters schema

{
  "type": "object",
  "title": "cloudflare_set_proxyArguments",
  "required": [
    "slug",
    "proxied"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "proxied": {
      "type": "boolean",
      "title": "Proxied"
    }
  }
}

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 →