{"generated_at":"2026-08-17T10:36:11+00:00","item":{"added_at":"2025-11-12","analysis_method":"capability_triage","category":"Web Connector","description":"Enables users to build applications on Cloudflare Workers using built-in storage, AI, and compute primitives. Deploy code to production, create and query dat...","did":"com-cloudflare-mcp-mcp","homepage_url":"","icon":"https://cloudflare.com/favicon.ico","id":"com.cloudflare.mcp/mcp","installs":0,"last_scanned":"","license":"","long_description":"Enables users to build applications on Cloudflare Workers using built-in storage, AI, and compute primitives. Deploy code to production, create and query databases, manage KV stores, and more.","name":"Cloudflare Developer Platform","plutonium_url":"https://plutonium.pluto.security/detail.html?planet=claudesec&did=com-cloudflare-mcp-mcp&utm_source=plutonium_analysis_skill&utm_medium=claude_skill&utm_campaign=connector_risk_assessment","publisher":"Cloudflare","publisher_url":"https://cloudflare.com","repository_url":"","risk":"high","risk_severity":"high","security_risks":[{"description":"This connector can read data the connected service holds about you - documents, messages, contact lists, source code, customer records, or saved profile details - and pass it back to the AI.","evidence":"Connector has 24 tools; permissions on claude.ai/directory: \"Read and write\". Data flows out of the connected service into the model.","remediation":{"block_tool_categories":[],"steps":["Connect using an account that only has access to the information you actually want Claude to read - not your main admin login.","When you grant access, pick the smallest set of folders, mailboxes, or channels possible.","Check the connector's activity log every so often to make sure nothing unexpected is being read."]},"risk_type":"reads_private_data","severity":"medium","title":"Reads your private information"},{"description":"This connector can edit, rename, overwrite, or otherwise modify records in the connected service. If a request gets manipulated, your data could be altered without you noticing.","evidence":"7 state change tools on this connector - e.g. set_active_account, kv_namespace_create, kv_namespace_update, r2_bucket_create and 3 more.","remediation":{"block_tool_categories":["state_change"],"steps":["Try the connector on a test account first to see what it changes before letting it touch your real records.","Where the connected service supports it, give Claude read-only access and only allow writes for the specific things you need updated.","In the tools list below, turn off any tool you don't actively need - the ones tagged Block are the most important to disable."]},"risk_type":"modifies_data","severity":"medium","title":"Can change or update your information"},{"description":"This connector can erase records, files, or accounts. Once deleted the data may be unrecoverable - even an accidental request can cause permanent loss.","evidence":"4 destructive tools on this connector - e.g. kv_namespace_delete, r2_bucket_delete, d1_database_delete, hyperdrive_config_delete.","remediation":{"block_tool_categories":["destructive"],"steps":["In the tools list below, turn off any tool tagged Block - most workflows don't need Claude to delete anything.","If you really do need deletion, use a login that doesn't have delete permission and have a person handle removals manually.","Make sure the connected service has a trash / recycle bin enabled so accidental deletes can be recovered."]},"risk_type":"deletes_data","severity":"high","title":"Can permanently delete data"},{"description":"Anything you share with this connector flows through one or more third-party services. Those companies see, store, and may use the data according to their own policies.","evidence":"Server runs at bindings.mcp.cloudflare.com/mcp; queries and responses pass through the publisher's infrastructure.","remediation":{"block_tool_categories":[],"steps":["Treat anything you tell this connector as if you sent it directly to the third-party company - because you did.","Check how long that company keeps your data and how to delete it.","Avoid putting health info, customer names, or payment details into this connector unless you have a written agreement with that company."]},"risk_type":"forwards_data_to_third_party","severity":"low","title":"Sends your data to outside companies"}],"signature_status":"unknown","source_code_reviewed":false,"tags":["network_access","reads_private_data","database_access","deletes_data"],"tools":[{"description":"List all accounts in your Cloudflare account.","name":"accounts_list"},{"description":"Set active account to be used for tool calls that require accountId.","name":"set_active_account","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"List all of the KV namespaces in your Cloudflare account.","name":"kv_namespaces_list"},{"description":"Create a new KV namespace in your Cloudflare account.","name":"kv_namespace_create","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"Delete a KV namespace in your Cloudflare account.","name":"kv_namespace_delete","risk":{"category":"destructive","level":"high","recommendation":"Block by default. Only enable for read-only or sandbox accounts; require explicit human confirmation for any destructive action.","why":"Irreversibly removes data or resources. A prompt-injection or mistaken instruction could destroy production data with no recovery path."}},{"description":"Get details of a KV namespace in your Cloudflare account.","name":"kv_namespace_get"},{"description":"Update the title of a KV namespace in your Cloudflare account.","name":"kv_namespace_update","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"List all Workers in your Cloudflare account.","name":"workers_list"},{"description":"Get the details of a Cloudflare Worker.","name":"workers_get_worker"},{"description":"Get the source code of a Cloudflare Worker.","name":"workers_get_worker_code"},{"description":"List R2 buckets in your Cloudflare account.","name":"r2_buckets_list"},{"description":"Create a new R2 bucket in your Cloudflare account.","name":"r2_bucket_create","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"Get details about a specific R2 bucket.","name":"r2_bucket_get"},{"description":"Delete an R2 bucket.","name":"r2_bucket_delete","risk":{"category":"destructive","level":"high","recommendation":"Block by default. Only enable for read-only or sandbox accounts; require explicit human confirmation for any destructive action.","why":"Irreversibly removes data or resources. A prompt-injection or mistaken instruction could destroy production data with no recovery path."}},{"description":"List all of the D1 databases in your Cloudflare account.","name":"d1_databases_list"},{"description":"Create a new D1 database in your Cloudflare account.","name":"d1_database_create","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"Delete a D1 database in your Cloudflare account.","name":"d1_database_delete","risk":{"category":"destructive","level":"high","recommendation":"Block by default. Only enable for read-only or sandbox accounts; require explicit human confirmation for any destructive action.","why":"Irreversibly removes data or resources. A prompt-injection or mistaken instruction could destroy production data with no recovery path."}},{"description":"Get a D1 database in your Cloudflare account.","name":"d1_database_get"},{"description":"Query a D1 database in your Cloudflare account.","name":"d1_database_query"},{"description":"List Hyperdrive configurations in your Cloudflare account.","name":"hyperdrive_configs_list"},{"description":"Create a new Hyperdrive configuration in your Cloudflare account.","name":"hyperdrive_config_create","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"Delete a Hyperdrive configuration in your Cloudflare account.","name":"hyperdrive_config_delete","risk":{"category":"destructive","level":"high","recommendation":"Block by default. Only enable for read-only or sandbox accounts; require explicit human confirmation for any destructive action.","why":"Irreversibly removes data or resources. A prompt-injection or mistaken instruction could destroy production data with no recovery path."}},{"description":"Get details of a specific Hyperdrive configuration in your Cloudflare account.","name":"hyperdrive_config_get"},{"description":"Edit (patch) a Hyperdrive configuration in your Cloudflare account.","name":"hyperdrive_config_edit","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}}],"tools_count":24,"type":"web_connector","url":"https://claude.ai/directory/2d60210c-dd92-4be0-b09c-3662f10445c9","uuid":"7969800f-ed26-58dd-a16b-92a287efb37d","version":""},"query_key":"cloudflare cloudflare developer platform","schema_version":1,"status":"match"}
