Data Product Mcp

Created By
entropy-dataa year ago
Overview

What is Data Product MCP?

Data Product MCP is a Model Context Protocol server designed to discover data products and request access within the Data Mesh Manager, enabling AI agents to access business data effectively while adhering to data governance policies.

How to use Data Product MCP?

To use Data Product MCP, configure your MCP client with the necessary environment variables, including the Data Mesh Manager API key and data platform credentials. Then, utilize the provided tools to search for data products, request access, and execute SQL queries on the data products you have access to.

Key features of Data Product MCP?

  • Discovery of relevant data products through a marketplace.
  • Governance controls to manage access requests and compliance with data contracts.
  • Execution of SQL queries on data products with security measures in place.

Use cases of Data Product MCP?

  1. Enabling AI to answer complex business questions by accessing relevant data products.
  2. Facilitating data governance by managing access to sensitive data.
  3. Supporting data-driven decision-making across organizations by providing easy access to high-quality data sets.

FAQ from Data Product MCP?

  • Can Data Product MCP be used with any data platform?

Yes! Data Product MCP supports various data platforms like Snowflake, Databricks, and BigQuery.

  • Is there a cost associated with using Data Product MCP?

Data Product MCP is free to use, but access to certain data products may be subject to organizational policies.

  • How does Data Product MCP ensure data security?

Data Product MCP implements governance policies and security guardrails to prevent misuse of sensitive data.

Server Config

{
  "mcpServers": {
    "dataproduct": {
      "command": "uvx",
      "args": [
        "dataproduct_mcp"
      ],
      "env": {
        "DATAMESH_MANAGER_API_KEY": "dmm_live_user_...",
        "DATAMESH_MANAGER_HOST": "https://api.datamesh-manager.com",
        "SNOWFLAKE_USER": "",
        "SNOWFLAKE_PASSWORD": "",
        "SNOWFLAKE_ROLE": "",
        "SNOWFLAKE_WAREHOUSE": "COMPUTE_WH",
        "DATABRICKS_HOST": "adb-xxx.azuredatabricks.net",
        "DATABRICKS_HTTP_PATH": "/sql/1.0/warehouses/xxx",
        "DATABRICKS_CLIENT_ID": "",
        "DATABRICKS_CLIENT_SECRET": "",
        "BIGQUERY_CREDENTIALS_PATH": "/path/to/service-account-key.json"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
10 months ago
Author Name
entropy-data
Star
-
Language
-
License
-

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

17 hours ago