
Cloudflare
cloudflare/mcp-server-cloudflareThe Model Context Protocol server integration for Cloudflare.
- Version
- 1.0.0
- Type
- Official Integrations
- Categories
- Cloud Service
Tools
21r2_list_buckets
List all R2 buckets in your account
r2_create_bucket
Create a new R2 bucket
Parameter Type Description name*string Name of the bucket to create r2_delete_bucket
Delete an R2 bucket
Parameter Type Description name*string Name of the bucket to delete r2_list_objects
List objects in an R2 bucket
Parameter Type Description bucket*string Name of the bucket prefixstring Optional prefix to filter objects delimiterstring Optional delimiter for hierarchical listing limitnumber Maximum number of objects to return r2_get_object
Get an object from an R2 bucket
Parameter Type Description bucket*string Name of the bucket key*string Key of the object to get r2_put_object
Put an object into an R2 bucket
Parameter Type Description bucket*string Name of the bucket key*string Key of the object to put content*string Content to store in the object contentTypestring Optional MIME type of the content r2_delete_object
Delete an object from an R2 bucket
Parameter Type Description bucket*string Name of the bucket key*string Key of the object to delete worker_list
List all Workers in your account
worker_get
Get a Worker's script content
Parameter Type Description name*string Name of the Worker script worker_put
Create or update a Worker script with optional bindings and compatibility settings
Parameter Type Description name*string Name of the Worker script script*string The Worker script content bindingsarray Optional array of resource bindings (KV, R2, D1, etc) migrationsobject Optional migrations object which describes the set of new/changed/deleted Durable Objects to apply when deploying this worker e.g. adding a new Durable Object for the first time requires an entry in the "new_sqlite_classes" or "new_classes" property. compatibility_datestring Optional compatibility date for the Worker (e.g., "2024-01-01") compatibility_flagsarray Optional array of compatibility flags skip_workers_devboolean Do not deploy the Worker on your workers.dev subdomain. Should be set to true if the user already has a domain name, or doesn't want this worker to be publicly accessible. no_observabilityboolean Disable Worker Logs for this worker, which automatically ingests logs emitted from Cloudflare Workers and lets you filter, and analyze them in the Cloudflare dashboard. worker_delete
Delete a Worker script
Parameter Type Description name*string Name of the Worker script analytics_get
Get analytics data from Cloudflare
Parameter Type Description zoneId*string The zone ID to get analytics for sincestring Start time for analytics (ISO string) untilstring End time for analytics (ISO string) get_kvs
List KV namespaces in your account
kv_get
Get a value from Cloudflare KV store
Parameter Type Description namespaceId*string The KV namespace ID key*string The key to retrieve kv_put
Put a value into Cloudflare KV store
Parameter Type Description namespaceId*string The KV namespace ID key*string The key to store value*string The value to store expirationTtlnumber Optional expiration time in seconds kv_delete
Delete a key from Cloudflare KV store
Parameter Type Description namespaceId*string The KV namespace ID key*string The key to delete kv_list
List keys in Cloudflare KV store
Parameter Type Description namespaceId*string The KV namespace ID prefixstring Optional prefix to filter keys limitnumber Maximum number of keys to return d1_list_databases
List all D1 databases in your account
d1_create_database
Create a new D1 database
Parameter Type Description name*string Name of the database to create d1_delete_database
Delete a D1 database
Parameter Type Description databaseId*string ID of the database to delete d1_query
Execute a SQL query against a D1 database
Parameter Type Description databaseId*string ID of the database to query query*string SQL query to execute paramsarray Optional array of parameters for prepared statements
Resources
0No resources available for this server
Prompts
0No prompts available for this server