Skip to Content
Build an MCPSnowflake

Snowflake MCP

Run SQL queries, inspect schemas, manage Snowflake tasks and streams for data warehouse workflows.

Overview

Catalog IDmcp-snowflake
Categorydatabase
Auth methodAPI key
Blast radiusmoderate
TrustVerified — published by cendriix
Version1.0.0
Regionsus-east-1, eu-west-1

Tools

ToolDescription
run_queryExecute a SQL query against Snowflake.
list_databasesList Snowflake databases.
describe_tableGet the schema of a table.
create_taskCreate a Snowflake task (scheduled SQL).
get_query_historyGet recent query history.

Tool parameters

run_query

Execute a SQL query against Snowflake.

ParameterTypeDescription
querystringrequiredSQL query
warehousestringoptionalWarehouse name
databasestringoptionalDatabase name

describe_table

Get the schema of a table.

ParameterTypeDescription
databasestringoptionalDatabase name
schemastringoptionalSchema name
table_namestringrequiredTable name

create_task

Create a Snowflake task (scheduled SQL).

ParameterTypeDescription
namestringrequiredTask name
warehousestringrequiredWarehouse
schedulestringoptionalCron schedule
sqlstringrequiredSQL statement to execute

get_query_history

Get recent query history.

ParameterTypeDescription
warehousestringoptionalFilter by warehouse
limitintegeroptionalMax results

Installing

  1. In Cendriix, go to Settings → MCPs
  2. Find Snowflake and click Install
  3. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
  4. Click Test Connection to run a health check and list available tools

Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.

Blast radius

This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.

Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.

Further reading

Last updated on