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
Guidepoint
5 tools · footprint 10
2 med 3 low
isolved People Cloud
6 tools · footprint 10
2 med 4 low
Lightfield
5 tools · footprint 10
2 med 3 low
Shopify
6 tools · footprint 10
1 med 5 low
Swagger (SmartBear)
25 tools · footprint 10
10 med 15 low
Benchling
4 tools · footprint 9
2 high 2 med
Boltz
11 tools · footprint 9
7 med 4 low
CargoAi
6 tools · footprint 9
1 med 5 low
ClinicalTrials.gov Connector
6 tools · footprint 9
1 med 5 low
Exa
7 tools · footprint 9
1 med 6 low
Exa
4 tools · footprint 9
1 med 3 low
FactSet AI-Ready Data
18 tools · footprint 9
1 med 17 low
HubSpot Developer MCP Server (App & CMS Development)
21 tools · footprint 9
4 med 17 low
Indeed
4 tools · footprint 9
1 med 3 low
Canary Data
14 tools · footprint 8
14 low
Google Contacts (People API MCP Server)
3 tools · footprint 8
3 low
‹ PrevPage 13 of 19Next ›
dbt
3 high 7 med 12 low · 22 tools · 1 SoD-flagged
regimes APPICCPACOSOGDPRISO_27001LGPDNIST_CSFPIPEDAPIPLPOPIASOC2SOXUK_GDPR

Tools needing tighter control (3 of 22)

dbt.execute_sql high conf mediumOBO
Runs arbitrary SQL against warehouse infrastructure via the Semantic Layer, exposing any table the connection can reach — potential bulk read of personal or financial data.
dbt.build high conf mediumOBO
Executes models, tests, snapshots, and seeds across the whole DAG in dependency order, rewriting production tables project-wide in a single invocation.
dbt.trigger_job_run high conf mediumhuman approval
Triggers a production job run and can override the git branch, target schema, or other settings, letting one principal deploy and execute pipeline code outside normal change control.
All other tools (19)
dbt.cancel_job_run medium conf mediumaudit
Cancels an in-flight job run, interrupting a scheduled production pipeline and potentially leaving downstream tables stale.
dbt.clone medium conf mediumaudit
Clones selected nodes from a source state into target schemas, duplicating tables and any personal data they hold into a new location.
dbt.compile low conf mediumallow
Renders executable SQL from models, tests, and analyses to validate Jinja logic without running it against the database.
dbt.docs low conf mediumallow
Generates the project documentation site from model and column metadata; no impact on warehouse data.
dbt.generate_model_yaml low conf mediumallow
Generates model YAML with columns, optionally inheriting upstream descriptions; a scaffolding write to project files, not to data.
dbt.generate_source low conf mediumallow
Introspects database schemas to generate source YAML, reading table and column names from the warehouse into project files.
dbt.generate_staging_model low conf mediumallow
Generates staging model SQL from a source table, producing boilerplate transformation code for review before it is run.
dbt.get_dimension_values medium conf mediumaudit
Returns the distinct values of a dimension column, directly exposing raw field contents such as customer names, emails, or region codes.
dbt.get_job_details low conf mediumallow
Returns a job's configuration including its triggers, schedule, and dbt commands, exposing how the production pipeline is orchestrated.
dbt.get_job_run_error low conf mediumallow
Retrieves error and warning details for a job run, which may echo query fragments or data values from the failing step.
dbt.get_model_details low conf mediumallow
Returns a model's compiled SQL, columns, and schema, revealing the structure of the underlying data warehouse tables.
dbt.list_job_run_artifacts low conf mediumallow
Lists the artifacts a job run produced, such as run results and compiled catalogs that describe the project's data structures.
dbt.parse low conf mediumallow
Parses and validates project files for syntax correctness without touching the database.
dbt.query_metrics medium conf mediumaudit
Executes Semantic Layer metric queries with filtering and grouping, returning aggregated business data that can be sliced by dimensions carrying personal identifiers.
dbt.retry_job_run medium conf mediumaudit
Re-executes a failed job run, re-materializing production models without a fresh review of the failure cause.
dbt.run medium conf mediumaudit
Materializes selected models in the database, overwriting the target tables with freshly transformed data.
dbt.show medium conf mediumaudit
Executes arbitrary SQL against the database and returns a result preview, surfacing raw column values that may include personal data.
dbt.test low conf mediumallow
Runs data and model integrity tests against the warehouse; read-only validation that materializes no new state.
dbt.text_to_sql low conf mediumallow
Generates SQL from a natural-language prompt using project context without executing it; output must still be reviewed before it touches data.