{"generated_at":"2026-08-17T10:36:11+00:00","item":{"added_at":"2026-01-30","analysis_method":"capability_triage","category":"Web Connector","description":"Run active and on-demand Make scenarios, view and modify Make scenarios and their related entities (e.g., connections, webhooks, and data stores), and view a...","did":"com-make-mcp","homepage_url":"","icon":"https://www.make.com/apple-touch-icon.png","id":"com.make/mcp","installs":0,"last_scanned":"","license":"","long_description":"Run active and on-demand Make scenarios, view and modify Make scenarios and their related entities (e.g., connections, webhooks, and data stores), and view and modify teams and organizations - all from within Claude.","name":"Make","plutonium_url":"https://plutonium.pluto.security/detail.html?planet=claudesec&did=com-make-mcp&utm_source=plutonium_analysis_skill&utm_medium=claude_skill&utm_campaign=connector_risk_assessment","publisher":"Make","publisher_url":"https://www.make.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 67 tools; permissions on claude.ai/directory: \"unknown\". 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":"21 state change tools on this connector - e.g. scenarios_create, scenarios_update, scenarios_set_interface, data-stores_create and 17 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":"10 destructive tools on this connector - e.g. scenarios_delete, scenarios_deactivate, data-stores_delete, data-store-records_delete and 6 more.","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":"This connector can execute scripts, shell commands, or arbitrary database queries. In a worst case, an attacker could install software, read files, or pull or change any data its login can reach.","evidence":"2 code execution tools on this connector - e.g. scenarios_run, rpc_execute.","remediation":{"block_tool_categories":["code_execution"],"steps":["In the tools list below, turn off any tool tagged Block before connecting this to real data or production systems.","If you need code execution, run it on a separate test machine that has no access to your work files, customer data, or saved passwords.","Limit which websites and services that test machine can talk to."]},"risk_type":"runs_code","severity":"high","title":"Can run commands or queries on your behalf"},{"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 mcp.make.com; 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","shell_access","filesystem_access"],"tools":[{"description":"Retrieves all scenarios for a team or organization, sorted by proprietary setting descending.","name":"scenarios_list"},{"description":"Retrieves all available properties of a scenario by ID, excluding the blueprint.","name":"scenarios_get"},{"description":"Creates a new scenario from the request body, returning full details including the blueprint.","name":"scenarios_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":"Updates a scenario by ID with new values; unspecified properties remain unchanged.","name":"scenarios_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":"Deletes a scenario by ID and returns the deleted ID in the response.","name":"scenarios_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":"Activates the specified scenario, also running it if it is scheduled.","name":"scenarios_activate"},{"description":"Deactivates and stops the specified scenario, returning the ID with isActive set to false.","name":"scenarios_deactivate","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":"Runs an active scenario, accepting required inputs in the request body and returning outputs.","name":"scenarios_run","risk":{"category":"code_execution","level":"high","recommendation":"Block in production. If needed, scope tightly to a sandboxed account and disallow shell/SQL passthrough.","why":"Runs arbitrary code, queries, or shell commands. Effectively grants the model the same privileges as the configured account on the target system."}},{"description":"Retrieves the scenario inputs and outputs specification for the specified scenario.","name":"scenarios_interface"},{"description":"Updates the scenario inputs specification; requires scheduling set to on-demand first.","name":"scenarios_set_interface","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":"Retrieves all connections for a team, sorted by name ascending.","name":"connections_list"},{"description":"Retrieves details of a connection by ID.","name":"connections_get"},{"description":"Lists all data stores for a team.","name":"data-stores_list"},{"description":"Retrieves details of a data store by ID.","name":"data-stores_get"},{"description":"Creates a new data store with data passed in the request body.","name":"data-stores_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":"Updates properties of a data store by ID.","name":"data-stores_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":"Deletes data stores by given IDs and returns their IDs.","name":"data-stores_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":"Retrieves all records from a data store, each including key and data fields.","name":"data-store-records_list"},{"description":"Creates a new record in a data store and returns all record details.","name":"data-store-records_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":"Updates a data store record by key, leaving unprovided fields unchanged.","name":"data-store-records_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":"Replaces an existing data store record by key with new values.","name":"data-store-records_replace","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":"Deletes records from the specified data store.","name":"data-store-records_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":"Lists teams for an organization.","name":"teams_list"},{"description":"Retrieves details of a specific team.","name":"teams_get"},{"description":"Creates a new team.","name":"teams_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":"Deletes a team.","name":"teams_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":"Lists organizations the current user belongs to.","name":"organizations_list"},{"description":"Retrieves details of a specific organization.","name":"organizations_get"},{"description":"Creates a new organization.","name":"organizations_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":"Updates an existing organization.","name":"organizations_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":"Deletes an organization.","name":"organizations_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":"Retrieves details of the currently authenticated user.","name":"users_me"},{"description":"Lists executions for a scenario.","name":"executions_list"},{"description":"Retrieves the detailed result of a specific execution.","name":"executions_get_detail"},{"description":"Retrieves details for a specific execution.","name":"executions_get"},{"description":"Lists webhooks and mailhooks for a team.","name":"hooks_list"},{"description":"Retrieves details of a specific webhook or mailhook.","name":"hooks_get"},{"description":"Creates a new webhook or mailhook.","name":"hooks_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":"Updates an existing webhook or mailhook.","name":"hooks_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":"Deletes a webhook or mailhook.","name":"hooks_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":"Lists keys in a custom keychain, with optional typeName filtering.","name":"keys_list"},{"description":"Retrieves details of a specific key.","name":"keys_get"},{"description":"Creates a new key.","name":"keys_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":"Updates an existing key.","name":"keys_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":"Deletes a key.","name":"keys_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":"Lists folders for a team.","name":"folders_list"},{"description":"Creates a new folder.","name":"folders_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":"Updates an existing folder.","name":"folders_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":"Deletes a folder.","name":"folders_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":"Lists data structure definitions for a team.","name":"data-structures_list"},{"description":"Retrieves a specific data structure definition.","name":"data-structures_get"},{"description":"Creates a new data structure definition.","name":"data-structures_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":"Updates a data structure definition, replacing the spec with the provided value.","name":"data-structures_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":"Deletes a data structure definition, requiring confirmation if in use.","name":"data-structures_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":"Returns the list of country IDs used for organization setup.","name":"enums_countries"},{"description":"Returns the list of region IDs used for organization setup.","name":"enums_regions"},{"description":"Returns the list of timezone IDs used for organization setup.","name":"enums_timezones"},{"description":"Lists app modules available for a given app.","name":"app-modules_list"},{"description":"Retrieves a single app module by name.","name":"app-module_get"},{"description":"Executes a Remote Procedure Call to populate dynamic fields, options, or sample data in modules.","name":"rpc_execute","risk":{"category":"code_execution","level":"high","recommendation":"Block in production. If needed, scope tightly to a sandboxed account and disallow shell/SQL passthrough.","why":"Runs arbitrary code, queries, or shell commands. Effectively grants the model the same privileges as the configured account on the target system."}},{"description":"Retrieves all SDK apps available to the authenticated user, with open-source apps via flag.","name":"apps_recommend"},{"description":"Updates tool configuration for a scenario, leaving unspecified properties unchanged.","name":"tools_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":"Retrieves the full tool configuration for a given scenario, including all properties.","name":"tools_get"},{"description":"Updates a tool configuration for a scenario and returns the full updated tool scenario.","name":"tools_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":"","name":"validate_module_configuration"},{"description":"","name":"validate_blueprint_schema"},{"description":"","name":"validate_scheduling_schema"}],"tools_count":67,"type":"web_connector","url":"https://claude.ai/directory/038318ff-ed0d-45f8-a453-b01de0071561","uuid":"c883b685-a7f0-5ba2-bb69-09d8987612e6","version":""},"query_key":"make","schema_version":1,"status":"match"}
