Cloudflare

Cloudflare

Cloudflare is a global network designed to make everything you connect to the Internet secure, private, fast, and reliable.

55VIEWS
4106USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app cloudflarenpx @composio/cli add cursor --app cloudflarenpx @composio/cli add cursor --app cloudflarenpx @composio/cli add cursor --app cloudflare

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Dns Record

Tool to create a new dns record within a specific zone. use after obtaining the zone id to programmatically add dns entries.

Create Waf List

Tool to create a new empty waf list for the account. use after confirming the account id. example: create list(account id="<id>", kind="ip", name="blocklist")

Create Zone

Tool to create a new zone. use after confirming account id when adding a domain to cloudflare.

Delete Dns Record

Tool to delete a dns record within a specific zone. use after confirming zone and record ids. example: "delete dns record 372e6795... from zone 023e105f4ecef..."

Delete Waf List

Tool to delete a waf list. use when you need to remove a list after verifying no filters reference it. example: delete list(account id="<account id>", list id="<list id>")

Delete Zone

Tool to delete a zone. use after confirming the zone identifier to permanently remove a dns zone from your cloudflare account. example: delete zone(zone identifier="023e105f4ecef8ad9ca31a8372d0c353")

List Waf Lists

Tool to fetch all waf lists (no items) for an account. use after confirming account id.

List Account Members

Tool to list members of a given cloudflare account. use after confirming the account id.

List Accounts

Tool to list all accounts accessible to the user. use when you need to enumerate cloudflare accounts for selection or auditing.

List Firewall Rules

Tool to list firewall rules for a specific zone. use after confirming the zone id to retrieve and audit current firewall rules.

List Monitors

Tool to list all load-balancer monitors in a cloudflare account. use after creating or updating monitors to retrieve a paginated list.

List Pools

Tool to list all load balancer pools in a cloudflare account. use after confirming account id to discover pool ids.

List Zones

This tool lists, searches, sorts, and filters your zones.

Update Dns Record

Tool to update an existing dns record within a specific zone. use after confirming both zone and record identifiers; only provided fields are modified.

Update Waf List

Tool to update the description of a waf list (cannot update items). use after confirming list metadata.

Update Zone

Tool to update properties of an existing zone. use after confirming the zone id; only one field can be modified per call.

16 actions available