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
n8n
25 tools · footprint 56
1 critical 7 high 13 med 4 low
PagerDuty
64 tools · footprint 55
5 high 16 med 43 low
Datadog
24 tools · footprint 52
1 critical 11 high 12 med
Attention
25 tools · footprint 51
1 critical 6 high 18 med
Box
37 tools · footprint 50
10 high 14 med 13 low COSOHIPAA+1 more
Gusto
36 tools · footprint 48
12 high 11 med 13 low COSOGLBA+1 more
ActiveCampaign
58 tools · footprint 47
4 high 15 med 39 low COSOSOX
GitHub
24 tools · footprint 47
5 high 12 med 7 low COSOSOX
Sanity
36 tools · footprint 47
1 critical 5 high 12 med 18 low
Amplitude
43 tools · footprint 44
6 high 16 med 21 low
Mem
23 tools · footprint 44
5 high 8 med 10 low
Microsoft SharePoint (Work IQ)
23 tools · footprint 44
1 critical 5 high 13 med 4 low
PagerDuty
25 tools · footprint 44
6 high 18 med 1 low
Coralogix
21 tools · footprint 43
5 high 13 med 3 low
Sentry
25 tools · footprint 43
3 high 14 med 8 low
Clarify
25 tools · footprint 42
3 high 15 med 7 low
‹ PrevPage 2 of 19Next ›
DaytonaDocs ↗
2 high 4 med 6 low · 12 tools · 1 SoD-flagged
regimes ISO_27001SOC2

Tools needing tighter control (2 of 12)

daytona.destroy_sandbox high conf highhuman approval
Permanently destroys a Daytona sandbox and all files, processes, and state within it; irreversible loss of any unsaved work in that environment.
daytona.execute_command high conf highOBO
Runs arbitrary shell commands with sandbox-user permissions — can install packages, modify files, reach network services, and exfiltrate anything readable in the environment.
All other tools (10)
daytona.create_folder low conf highallow
Creates a new directory in the sandbox filesystem; low-impact, reversible workspace setup.
daytona.create_sandbox medium conf highaudit
Provisions a new ephemeral Daytona sandbox, consuming compute entitlements and standing up an isolated Linux environment the agent can run code in.
daytona.delete_file medium conf highaudit
Removes a file or directory from the sandbox; destructive within the ephemeral environment but scoped to that session's data.
daytona.file_download medium conf highaudit
Reads a file out of the sandbox and returns its content as text or base64, potentially surfacing source code, secrets, or generated artifacts to the caller.
daytona.file_upload low conf highallow
Writes files into the sandbox from text or base64 content with overwrite controls, seeding the environment for subsequent tool operations.
daytona.get_file_info low conf highallow
Returns metadata about a single sandbox file such as size and type; read-only with no state change.
daytona.git_clone low conf highallow
Clones a Git repository into the sandbox, pulling its full contents into the ephemeral environment for use by later tool calls.
daytona.list_files low conf highallow
Enumerates the files in a sandbox directory; read-only reconnaissance of the environment's contents.
daytona.move_file low conf highallow
Moves or renames a file within the sandbox filesystem; reversible reorganization of workspace contents.
daytona.preview_link medium conf highaudit
Opens a public tunnel exposing a local sandbox port to the internet without configured authentication, potentially surfacing an internal service or its data externally.