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 ›
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.