Skip to main content
Glama

Cloudflare MCP Server

by jeffgolden

cloudflare-dns-mcp_update_security_rule

Modify an existing firewall security rule to enhance protection across Cloudflare zones. Specify zone, rule ID, action, priority, and expression for precise updates.

Instructions

Update an existing firewall security rule

Input Schema

NameRequiredDescriptionDefault
actionNo
descriptionNo
expressionNo
pausedNo
priorityNo
rule_idYes
zone_nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "type": "string" }, "description": { "type": "string" }, "expression": { "type": "string" }, "paused": { "type": "boolean" }, "priority": { "type": "number" }, "rule_id": { "type": "string" }, "zone_name": { "type": "string" } }, "required": [ "zone_name", "rule_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeffgolden/cloudflare_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server