MCP
Entropy Data provides a Model Context Protocol (MCP) server that lets AI assistants interact with your data platform.
Using MCP, AI assistants like Claude, ChatGPT, and Microsoft Copilot can discover data products, inspect data contracts, request access, and run SQL queries on your behalf — all through natural language conversation.
Endpoint
| MCP Server URL | https://app.entropy-data.com/mcp |
| Transport | Streamable HTTP |
You can find the MCP Server URL for your organization under Settings > MCP.
Authentication
The MCP server supports OAuth 2.0 for interactive use and API Key authentication for programmatic access. See the Authentication page for full details.
Available tools
The MCP server exposes 9 tools across four categories. See the Tools page for full details.
| Category | Tools |
|---|---|
| Data Product Discovery | fetch, search |
| Access Management | request_access |
| Query Execution | execute_query |
| Data Contract Management | datacontract_get, datacontract_save, datacontract_schema, datacontract_test_results, datacontract_test |
Typical workflows
- Discover and query data — Search for data products, inspect schemas, request access, and run SQL queries
- Manage data contracts — Retrieve, update, test, and review data contracts
See the Workflows page for detailed step-by-step guides and example prompts.