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 ›
GitHubDocs ↗
5 high 12 med 7 low · 24 tools · 4 SoD-flagged
regimes APPICCPACOSOGDPRISO_27001LGPDNIST_CSFPIPEDAPIPLPOPIASOC2SOXUK_GDPR

Tools needing tighter control (5 of 24)

github-api.list_secret_scanning_alerts high conf mediumhuman approval
Enumerates every secret-scanning alert in a repository, revealing the locations of leaked credentials, tokens, and keys at scale.
github-api.actions_run_trigger high conf mediumhuman approval
Triggers a GitHub Actions workflow run, executing CI/CD pipeline code that can build, test, or deploy without a review gate.
github-api.merge_pull_request high conf mediumhuman approval
Merges a pull request into its base branch, landing code changes; self-merging bypasses the review control on the codebase.
github-api.pull_request_review_write high conf mediumhuman approval
Creates, submits, or deletes pull-request reviews; approving one's own PR or deleting a review erases the change-approval trail.
github-api.delete_file high conf mediumOBO
Removes a file from a branch in a commit; destructive to the working tree though recoverable through the repository's history.
All other tools (19)
github-api.create_branch low conf mediumallow
Creates a new branch from an existing ref; isolated from other branches and trivially reversible.
github-api.create_gist medium conf mediumaudit
Creates a gist that can be public, providing a path to expose proprietary code or embedded secrets outside the organization.
github-api.create_or_update_file medium conf mediumaudit
Creates or overwrites a single file on a branch via commit, changing source code directly in the repository.
github-api.create_pull_request low conf mediumallow
Opens a new pull request proposing changes; reviewable and reversible before any merge occurs.
github-api.create_pull_request_with_copilot medium conf mediumaudit
Delegates a coding task to the autonomous Copilot agent, which writes code and opens a pull request with minimal human authorship.
github-api.create_repository medium conf mediumaudit
Provisions a new repository under the account or organization, expanding the managed code surface and its default access grants.
github-api.fork_repository low conf mediumallow
Forks a repository into a new namespace; a copy operation with no effect on the source repository.
github-api.get_job_logs medium conf mediumaudit
Retrieves raw Actions job logs, which frequently contain leaked environment variables, tokens, and internal endpoint details.
github-api.get_secret_scanning_alert medium conf mediumaudit
Returns the details of a single secret-scanning alert, exposing which credential leaked and where it was committed.
github-api.get_team_members medium conf mediumaudit
Lists the members of an organization team, exposing developer identities and the access-boundary of that team.
github-api.issue_write low conf mediumallow
Creates or updates an issue or pull request; reversible tracker content with no direct effect on code or access.
github-api.label_write low conf mediumallow
Creates, updates, or deletes repository labels used to categorize issues and pull requests; low-impact metadata.
github-api.list_code_scanning_alerts medium conf mediumaudit
Enumerates code-scanning alerts, surfacing exploitable security weaknesses across a repository's source before they are remediated.
github-api.list_dependabot_alerts medium conf mediumaudit
Lists Dependabot vulnerability alerts, disclosing which dependencies carry known exploitable flaws across the repository.
github-api.list_repository_collaborators medium conf mediumaudit
Reveals every principal with access to a repository and their permission level, mapping the codebase's access-control surface.
github-api.projects_write low conf mediumallow
Manages GitHub Projects boards, fields, and items; planning-layer changes that are reviewable and reversible.
github-api.push_files medium conf mediumaudit
Pushes multiple files to a branch in a single commit, writing source directly to the repository without a pull request.
github-api.search_code medium conf mediumaudit
Searches code across every repository the token can read, which can surface hardcoded secrets or proprietary snippets at scale.
github-api.update_pull_request low conf mediumallow
Edits a pull request's title, body, state, or base branch; metadata-level and reversible.