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 26 tools across six categories. See the Tools page for full details.
| Category | Tools |
|---|---|
| Data Product Discovery | fetch, search |
| Access Management | request_access |
| Query Execution | execute_query |
| Data Product Management | dataproduct_save, dataproduct_schema |
| Data Contract Management | datacontract_get, datacontract_save, datacontract_schema, datacontract_test_results, datacontract_test |
| Semantic Layer | semantics_list_namespaces, semantics_list_concepts, semantics_search_concepts, semantics_get_concept, semantics_list_relationships, semantics_find_data_products_for_concept, semantics_concepts_for_data_product, semantics_nl_query, semantics_sparql_query, semantics_get_schema, semantics_save_concept, semantics_save_relationship, semantics_save_ontology, semantics_delete_concept, semantics_delete_relationship |
Typical workflows
- Discover and query data — Search for data products, inspect schemas, request access, and run SQL queries
- Manage data products — Retrieve, create, and update data products
- Manage data contracts — Retrieve, update, test, and review data contracts
- Explore the semantic layer — Navigate the organization's ontology and link concepts to data products
See the Workflows page for detailed step-by-step guides and example prompts.