Cloudflare Developer Platform
Manage Workers KV, R2, D1 and Hyperdrive from your AI assistant. One of seventeen Cloudflare MCP servers, OAuth sign-in, four destructive tools and raw SQL against production databases.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Cloudflare Developer Platform via MCP
https://bindings.mcp.cloudflare.com/mcpWorks in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Use in Agentman
Connect Cloudflare Developer Platform once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioCloudflare Developer Platform Tools & Capabilities (24)
Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.
Frequently asked questions
The Workers Bindings server. Cloudflare publishes seventeen managed MCP servers on separate hostnames, and this listing is the one at bindings.mcp.cloudflare.com. Its siblings cover documentation, observability, Radar, browser rendering, audit logs and more, each with a different tool set. Connecting this one gives you storage and compute primitives only.
It can delete one, and Cloudflare publishes no way to get it back. The kv_namespace_delete tool is annotated destructive in the server's own source, and Cloudflare's Workers KV documentation describes no trash, undelete or restore path for a namespace. There is no inverse tool on this server either.
No. Time Travel restores an existing database to an earlier minute within the last thirty days on Workers Paid, or seven on Workers Free. Every command names a database that must still exist, so it recovers bad writes rather than dropped databases. Cloudflare recommends exporting to R2 for anything longer.
Yes. The d1_database_query tool takes a free-text sql parameter and passes it to Cloudflare's D1 query API unchanged. Nothing on this server restricts statements to reads, so DROP TABLE and DELETE reach production the same way SELECT does. The tool is not annotated destructive in Cloudflare's source.
Automatically, per request. Cloudflare removed the set_active_account and accounts_list tools in workers-bindings 0.5.0. An AccountManager now resolves the account from your token when it covers one account, then a cf-account-id header you set in client config, then an optional account_id argument. No selection persists between calls.
Account read, Workers write and D1 write, plus user read and refresh tokens. Cloudflare defines that set in the server's published source and shows it on the authorization page, where you also scope the grant to one account. The OAuth descriptor omits scopes_supported entirely, so no client can discover them before you consent.
Yes, indirectly. D1 bills rows read and written, and Cloudflare states dashboard and CLI queries count as billable usage, so agent queries do too. Creating R2 buckets and D1 databases adds billable storage. R2 also requires a subscription added through checkout before any bucket exists.
No. Anthropic's directory description offers deploying code to production as an example prompt, but no deploy tool exists in its own tool list or in Cloudflare's published reference. The three Workers tools all read: they list Workers, fetch details and fetch source code. Deployment stays with Wrangler or the dashboard.
Sources
- Cloudflare's own MCP servers (retrieved 2026-08-18, read as Markdown at the
index.mdsuffix the host advertises in itsllms.txt; page dated 2026-07-28). Source for the seventeen-server table, the endpoints, and the Cloudflare API server's two-tool Code Mode figures. · retrieved 2026-08-18 - Cloudflare MCP server source,
apps/workers-bindings(read 2026-08-18; this exact folder is the support URL Anthropic's directory publishes for the listing). Tool registrations, safety annotations, the scope definitions, theAccountManagerresolution order, the unregisteredhyperdrive_config_create, the rawsqlpassthrough, and the Hyperdrive origin credential schemas were all read here. The 0.5.0 removal ofaccounts_listandset_active_accountis recorded in the app'sCHANGELOG.md. · retrieved 2026-08-18 - Anthropic connector directory (snapshot dated 2026-08-16). Source for the 24 tool names, the
partnertier, the endpoint, and the "Read and write" permissions field. · retrieved 2026-08-16 - Live OAuth probe of
https://bindings.mcp.cloudflare.com/mcp— 2026-08-18. Anonymous POST returned HTTP 401 with aBearerchallenge; the RFC 9728 resource descriptor and the authorization-server document both returned HTTP 200 and both omitscopes_supported, checked by key presence rather than by reading the printed output. · retrieved 2026-08-18 - D1 Time Travel and backups (retrieved 2026-08-18; page dated 2026-04-21). The thirty-day and seven-day windows, the in-place overwrite behaviour, and the R2 export recommendation. · retrieved 2026-08-18
- D1 FAQs and D1 pricing — and (both retrieved 2026-08-18). Billable dashboard and CLI queries, the free-plan daily limits, the 10 GB per-database cap, and the 5,000-row table-scan example. · retrieved 2026-08-18
- R2 delete buckets and R2 pricing — and (retrieved 2026-08-18). The empty-first requirement and the statement that removed objects cannot be recovered. · retrieved 2026-08-18
- Workers KV limits and KV documentation — and (retrieved 2026-08-18). The namespace and storage caps, and the absence of any documented namespace recovery path. · retrieved 2026-08-18
- Visual Studio Code detailed walkthrough (retrieved 2026-08-18). The authorization page's Read only / Full access / Custom choice, the single-account scoping, the demo-account advice, and the Connected Applications revocation path. This page documents the Cloudflare API server rather than this one; the account-level grant and revocation mechanism are Cloudflare-account features shared across its servers. · retrieved 2026-08-18
https://developers.cloudflare.com/robots.txt(retrieved 2026-08-18) permits all crawling and carriesContent-Signal: ai-train=yes, search=yes, ai-input=yes— all three axes granted, so synthesising this documentation into an AI-facing page is expressly permitted by the publisher. Anthropic's directory publisheshttps://www.support.cloudflare.com/as the documentation URL for this listing; that host is a general support homepage with no MCP content, and the documentation above was reached instead through Cloudflare's ownllms.txtmachine index. · retrieved 2026-08-18
Server Info
- Category
- Developer Tools
- Developer
- Cloudflare Developer Platform
- Tools
- 24
- Domain
- bindings.mcp.cloudflare.com
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.
Similar MCP Servers for Developer Tools
Related Resources
Ready to connect Cloudflare Developer Platform?
Connect Cloudflare Developer Platform once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.