MCP compliance catalog

Every MCP tool in the SCOPE compliance index, grouped by server — risk posture, regulatory exposure, and the tools that warrant tighter governance.
303MCP servers
4476tools
Reset 303 of 303 servers
Intuit QuickBooks
51 tools · footprint 188
15 critical 10 high 17 med 9 low COSOGLBA+3 more
PayPal
33 tools · footprint 86
6 critical 7 high 9 med 11 low COSOGLBA+3 more
Stripe
26 tools · footprint 77
3 critical 7 high 10 med 6 low COSOPCI+2 more
Qonto
25 tools · footprint 76
15 high 9 med 1 low COSOGLBA+3 more
PostHog
36 tools · footprint 69
6 high 22 med 8 low
Supabase
32 tools · footprint 69
4 critical 4 high 8 med 16 low COSOSOX
Datadog
25 tools · footprint 68
1 critical 12 high 11 med 1 low
PostHog
25 tools · footprint 66
3 critical 12 high 10 med
Adobe Workfront
25 tools · footprint 65
2 critical 7 high 13 med 3 low
MailerLite
25 tools · footprint 63
1 critical 11 high 12 med 1 low
MongoDB
25 tools · footprint 63
2 critical 7 high 12 med 4 low
MotherDuck
21 tools · footprint 62
4 critical 5 high 9 med 3 low
Salesforce
32 tools · footprint 60
4 critical 2 high 9 med 17 low COSOSOX
Close
64 tools · footprint 59
5 high 22 med 37 low COSOSOX
Cloudflare
26 tools · footprint 58
3 critical 4 high 6 med 13 low
Webflow
23 tools · footprint 57
2 critical 5 high 10 med 6 low
‹ PrevPage 1 of 19Next ›
n8nDocs ↗
1 critical 7 high 13 med 4 low · 25 tools · 4 SoD-flagged
regimes APPICCPAGDPRISO_27001ISO_42001LGPDNIST_AI_RMFNIST_CSFPIPEDAPIPLPOPIASOC2UK_GDPR

Tools needing tighter control (10 of 25)

n8n.delete_agent critical conf mediumhuman approval
Permanently destroys an agent along with its skills, tasks, custom tools, and version history; a single caller can wipe the whole configuration with no recovery path.
n8n.publish_workflow high conf mediumhuman approval
Promotes a draft to the live production version, putting automation that holds production credentials into service with no second reviewer in the loop.
n8n.execute_workflow high conf mediumOBO
Runs the published version of a workflow against production credentials, so every external side effect it encodes — emails sent, records written, files moved — happens for real and cannot be undone.
n8n.test_workflow high conf mediumOBO
Pins credentialed nodes but still executes credential-free I/O nodes for real, so Execute Command and file read/write nodes run against the n8n host during a nominal test.
n8n.mutate_agent high conf mediumOBO
Changes what an AI agent is allowed to do — its instructions, skills, scheduled tasks, and attached custom tools — widening the blast radius of everything the agent later executes.
n8n.publish_agent high conf mediumhuman approval
Turns a draft into a live agent and activates its scheduled tasks and chat integrations, putting an autonomous actor into production without a separate approver.
n8n.update_agent_integration high conf mediumOBO
Wires an AI agent into a Slack, Telegram, or Linear workspace — or severs that link — changing which conversations the agent can read and post into.
n8n.delete_data_table_column high conf lowhuman approval
Permanently drops a column and every value stored in it; one caller can destroy a field of records, including personal data, with no undo.
n8n.get_workflow_execution medium conf lowaudit
Retrieves a single execution record whose payload can contain whatever data the workflow processed, including customer records pulled from connected systems.
n8n.add_data_table_rows medium conf lowaudit
Bulk-inserts rows into a shared data table that production workflows read from, and the values written may include personal data supplied by the agent.
All other tools (15)
n8n.add_data_table_column low conf mediumallow
Extends a data table's schema with an additional column; existing rows and workflow bindings are unaffected.
n8n.archive_workflow medium conf mediumaudit
Removes a workflow from the active set so it no longer appears in normal use; recoverable, but any process depending on it stops.
n8n.create_agent medium conf mediumaudit
Stands up a new AI agent draft with a model, a credential, and system instructions — the governed configuration surface for an autonomous actor inside the tenant.
n8n.create_data_table low conf mediumallow
Provisions a new data table in a project; empty on creation, so the immediate impact is storage footprint rather than data exposure.
n8n.create_workflow_from_code medium conf mediumaudit
Materializes a new workflow from supplied SDK code, including Code nodes and nodes bound to stored credentials; it stays a draft until published.
n8n.explore_node_resources medium conf mediumaudit
Uses a stored credential to query a connected service live and return its real resources — Slack channels, Google Sheets tabs, available models — exposing the connected account's inventory.
n8n.list_credentials medium conf mediumaudit
Enumerates every credential the caller can reference from a workflow — names and IDs only, no secret material, but it maps which third-party systems the instance can reach.
n8n.rename_data_table low conf mediumallow
Changes a data table's display name; the table ID and its contents are untouched, so workflow bindings keep working.
n8n.rename_data_table_column medium conf mediumaudit
Renames a column that live workflows reference by name, so automations reading that field can start failing or writing to the wrong place.
n8n.revert_agent medium conf mediumaudit
Overwrites the working draft with an older published version, discarding unpublished config, skill, task, and custom-tool changes.
n8n.search_workflow_executions low conf mediumallow
Returns execution metadata — status, timing, workflow ID — useful for run-history reconnaissance but carrying no payload data.
n8n.unpublish_agent medium conf mediumaudit
Stops a live agent's tasks and chat integrations; work routed through that agent quietly stops being handled until it is republished.
n8n.unpublish_workflow medium conf mediumaudit
Takes a live automation out of production; downstream business processes stop running silently until someone republishes it.
n8n.update_workflow medium conf mediumaudit
Rewrites the node graph, parameters, and credential bindings of an existing workflow; the batch is atomic but the prior definition is replaced.
n8n.verify_agent_mcp_server medium conf mediumaudit
Opens a live connection to an external MCP server using a stored credential and enumerates its tools, vetting a third-party tool surface before it is attached to an agent.