cloudflare_set_proxy
ActiveTool of BorealHost
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"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries