Cloudflare

Cloudflare provides content delivery, DNS, DDoS protection, and serverless compute via Workers.

Prerequisites

Connect

conjra add cloudflare

MCP Tools

add_cloudflare_domain

Add a domain (zone) to Cloudflare.

ParameterTypeRequiredDescription
domainstringYesDomain to add
typestringNofull or partial (default full)

create_cloudflare_worker

Deploy a Cloudflare Worker script.

ParameterTypeRequiredDescription
workerNamestringYesWorker script name
scriptstringYesJavaScript source code
compatibilityDatestringNoCompatibility date (defaults to current date)
compatibilityFlagsstring[]NoCompatibility flags

get_cloudflare_zone

Look up a Cloudflare zone by domain name or zone ID.

ParameterTypeRequiredDescription
identifierstringYesZone ID or domain name
Edit this page on GitHub