MCP Gateway · Catalog
Snowflake MCP server
Snowflake MCP is a Model Context Protocol server for Snowflake, built and hosted by Speakeasy, with OAuth and tools that let agents run queries and check or cancel running statements. Connect it through the Speakeasy MCP Gateway and agents such as Claude, Cursor, and ChatGPT get one governed URL for it, with SSO, RBAC, and a full audit trail.
Behind the MCP Gateway
Run Snowflake MCP behind the MCP Gateway
One URL for every agent, sign-in through your IdP, RBAC down to the tool, and every Snowflake call inspected and logged.
Tools · 3
Each tool below can be allowed or denied per team and role at the MCP Gateway, and every call is inspected and logged.
cancel_statement
Cancel a running Snowflake statement by handle.
get_statement
Fetch the status and results of a previously submitted Snowflake statement by handle. Use this after submitting a query with async=true, or to page through large result sets via the partition parameter.
query
Run a SQL statement against Snowflake. Supports overriding warehouse/database/schema/role per call, session parameters, server-side timeout, and async submission (returns a statementHandle to fetch later via get_statement).
Questions