
Snowflake Cube Server
MCP Server for Interacting with Cube Semantic Layers
what is Snowflake Cube Server?
Snowflake Cube Server is an MCP server designed for interacting with Cube semantic layers, allowing users to access and manipulate data in a structured format.
how to use Snowflake Cube Server?
To use the Snowflake Cube Server, you can send queries to the Cube REST API using the provided tools, such as read_data
and describe_data
, to retrieve and describe data from the Cube deployment.
key features of Snowflake Cube Server?
- Interacts with Cube semantic layers for data manipulation
- Provides tools for reading and describing data
- Returns data in JSON and YAML formats for easy processing
use cases of Snowflake Cube Server?
- Accessing structured data from Cube deployments for analysis.
- Integrating with other applications that require data from Cube layers.
- Facilitating data exploration and visualization through API calls.
FAQ from Snowflake Cube Server?
- What types of data can I access with Snowflake Cube Server?
You can access any data available in the Cube deployment that is structured and defined within the semantic layers.
- Is there a limit to the number of queries I can send?
There may be rate limits depending on your Cube deployment configuration, but generally, you can send multiple queries as needed.
- Can I use Snowflake Cube Server for real-time data access?
Yes, Snowflake Cube Server is designed to provide timely access to data, depending on the underlying Cube deployment.
Snowflake Cube Server
MCP Server for Interacting with Cube Semantic Layers
Resources
context://data_description
Contains a description of the data available in the Cube deployment. This is an application controlled version of the describe_data
tool.
data://{data_id}
Contains the data returned by a read_data
call in JSON format. This resource is meant for MCP clients that wish to format or otherwise process the output of tool calls. See read_data
for more.
Tools
read_data
Accepts a query to the Cube REST API and returns the data in YAML along with a unique identifier for the data returned. This identifier can be used to a retrieve a JSON representation of the data from the resource data://{data_id}
. See data://{data_id}
for more.
describe_data
Describes the data available in the Cube deployment. This is an agentic version of the context://data_description
resource.