Querying
Once deployed, query your semantic layer three ways: MCP for AI agents, REST API for structured queries, and SDK for custom applications.
Once your semantic layer is deployed, it's queryable through three interfaces:
- MCP — Connect AI agents like Claude, ChatGPT, and Cursor to explore and query your data model through the Model Context Protocol
- REST API — Send JSON query objects or SQL strings for structured, programmatic access
- SDK — Build custom dashboards, embedded analytics, and data pipelines with the TypeScript client
All three interfaces query the same governed semantic layer — same metrics, same access controls, same results.
View Includes
The includes and excludes properties control which cube members appear in a view. Include everything from a cube and selectively exclude fields, or cherry-pick specific members.
MCP
Connect AI agents like Claude, ChatGPT, and Cursor to your semantic layer using the Model Context Protocol. One URL, governed access to your metrics and dimensions.