Data Product MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABRICKS_HOST | No | Databricks workspace URL without HTTPS prefix (e.g., adb-xxx.azuredatabricks.net) (required if using Databricks). | |
| DATABRICKS_CLIENT_ID | No | Databricks OAuth2 client ID (required if using Databricks). | |
| DATABRICKS_HTTP_PATH | No | Databricks SQL warehouse HTTP path (e.g., /sql/1.0/warehouses/xxx) (required if using Databricks). | |
| DATAMESH_MANAGER_HOST | No | Base URL for self-hosted Data Mesh Manager instances. Default: https://api.datamesh-manager.com | https://api.datamesh-manager.com |
| DATABRICKS_CLIENT_SECRET | No | Databricks OAuth2 client secret (required if using Databricks). | |
| DATAMESH_MANAGER_API_KEY | Yes | API key for authentication with Data Mesh Manager (required). | |
| BIGQUERY_CREDENTIALS_PATH | No | Path to the BigQuery service account key JSON file (required if using BigQuery). | |
| DATACONTRACT_SNOWFLAKE_ROLE | No | Snowflake role (e.g., DATAPRODUCT_MCP) (required if using Snowflake). | |
| DATACONTRACT_SNOWFLAKE_PASSWORD | No | Snowflake programmatic access token (required if using Snowflake). | |
| DATACONTRACT_SNOWFLAKE_USERNAME | No | Snowflake username (required if using Snowflake). | |
| QUERY_ACCESS_EVALUATION_ENABLED | No | Enable/disable AI-based query access evaluation. Set to 'false' to disable. Default: true | true |
| DATACONTRACT_SNOWFLAKE_WAREHOUSE | No | Snowflake warehouse (e.g., COMPUTE_WH) (required if using Snowflake). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dataproduct_searchA | Search data products based on the search term. Only returns active data products. Args: search_term: Search term to filter data products. Multiple search terms are supported, separated by space. Returns: List of data product summaries with basic information. |
| dataproduct_getA | Get a data product by its ID. The data product contains all its output ports and server information. The response includes access status for each output port and inlines any data contracts. Args: data_product_id: The data product ID. Returns: Dict containing the data product details with enhanced output ports. |
| dataproduct_request_accessA | Request access to a specific output port of a data product. This creates an access request. Based on the data product configuration, purpose, and data governance rules, the access will be automatically granted, or it will be reviewed by the data product owner. Args: data_product_id: The ID of the data product. output_port_id: The ID of the output port to request access to. purpose: The business purpose/reason for requesting access to this data. Use a high-level description of why you need this data. Returns: Dict containing access request details including access_id, status, and approval information. |
| dataproduct_queryA | Execute an SQL query on a data product's output port. This tool connects to the underlying data platform (Snowflake, Databricks) and executes the provided SQL query. You must have access to the output port to execute queries. If the data contract specifies terms of use (such as usage, or limitations), you may only execute this tool when the query is in line with these terms. Args: data_product_id: The ID of the data product. output_port_id: The ID of the output port to query. purpose: The business purpose for executing this query. Use a high-level description of why you need this data. If there is a data contract, the purpose must be in line with the terms specified in the data contract. query: The SQL query to execute. Try to use fully qualified table names when appropriate. Returns: Dict containing query results with row count and data (limited to 100 rows). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/entropy-data/dataproduct-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server