73
/ 100
18 days ago
glama

Data Product MCP

Enables AI agents to discover, request access to, and query data products in Data Mesh Manager, enforcing governance policies while retrieving business data from platforms like Snowflake and Databricks.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: DATABRICKS_CLIENT_SECRET, SNOWFLAKE_PASSWORD, DATAMESH_MANAGER_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configBIGQUERY_CREDENTIALS_PATH"": "/path/to/service-account-key.json"
configDATABRICKS_HOST"": "adb-xxx.azuredatabricks.net",
configDATABRICKS_HTTP_PATH"": "/sql/1.0/warehouses/xxx",
configDATABRICKS_CLIENT_IDThe OAuth2 client ID of the service principal
🔐 secretDATABRICKS_CLIENT_SECRETThe OAuth2 client secret of the service principal
configSNOWFLAKE_USERSnowflake ✅ Requires , SNOWFLAKE_PASSWORD, SNOWFLAKE_WAREHOUSE, SNOWFLAKE_ROLE environment variables
🔐 secretSNOWFLAKE_PASSWORDSnowflake ✅ Requires SNOWFLAKE_USER, , SNOWFLAKE_WAREHOUSE, SNOWFLAKE_ROLE environment variables
configSNOWFLAKE_WAREHOUSE"": "COMPUTE_WH",
configSNOWFLAKE_ROLESnowflake ✅ Requires SNOWFLAKE_USER, SNOWFLAKE_PASSWORD, SNOWFLAKE_WAREHOUSE, environment variables
🔐 secretDATAMESH_MANAGER_API_KEY"": "dmm_live_user_...",
configDATAMESH_MANAGER_HOST"": "https://api.datamesh-manager.com",
configQUERY_ACCESS_EVALUATION_ENABLED"": "true",
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/entropy-data-dataproduct-mcp-rpsrkt)](https://m8ven.ai/mcp/entropy-data-dataproduct-mcp-rpsrkt)
commit: 340e6a3856882a7c169a740ef34fa64503f22dd3
code hash: 376aa6ee660f6701b376f4042f81135160efd00c322d8dfcc00596e06920f41c
verified: 6/18/2026, 10:55:03 AM
view raw JSON →