Experimental
This connector is new and may have rough edges. APIs and tool names could change between releases. Please report issues on GitHub.
Changelog
Removed write tools (create/delete DNS records, create/delete R2 buckets). Now read-only. 8 tools total.
Initial release. 12 tools for DNS, Pages, Workers, and R2.
Setup
What you'll need: A Cloudflare API token. Go to dash.cloudflare.com/profile/api-tokens and create a token with the permissions you need. The connect command will prompt you to paste it.
Tools
DNS 2 tools
- cf_list_zones - List all zones (domains) in your account
- cf_list_dns_records - List DNS records for a zone
Pages 3 tools
- cf_list_pages_projects - List all Cloudflare Pages projects
- cf_get_pages_project - Get full details of a Pages project
- cf_list_pages_deployments - List deployments for a Pages project
Workers 2 tools
- cf_list_workers - List all Workers scripts in your account
- cf_get_worker - Get details and metadata for a Worker script
R2 1 tool
- cf_list_r2_buckets - List all R2 storage buckets