ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

snowflake-mcp

Connect to the Snowflake Managed MCP server with Clawdbot or other MCP clients. Use when wiring Snowflake MCP endpoints, validating connectivity, or configuring Cortex AI services.

Why use this skill?

Connect Snowflake to OpenClaw AI agents using the snowflake-mcp skill. Enable seamless SQL execution, data analysis, and Cortex AI services within your chat sessions.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/vikrambalaaj/snowflake-mcp
Or

What This Skill Does

The snowflake-mcp skill enables seamless integration between your Snowflake data warehouse and the OpenClaw AI agent ecosystem. By leveraging the Model Context Protocol (MCP), this skill transforms your Snowflake instance into a queryable toolset for your AI agent. It handles the authentication, endpoint connectivity, and protocol handshake required to expose Snowflake's analytical power, including SQL execution and Cortex AI service integration, directly into your Clawdbot sessions.

Installation

To get started, first ensure you have the necessary administrative privileges in your Snowflake account. Begin by generating a Programmatic Access Token (PAT) via your Snowsight user profile. Once you have your token, define your MCP server within Snowflake using the 'CREATE OR REPLACE MCP SERVER' syntax, specifying your desired tool capabilities. Finally, configure your local 'mcp.json' file by adding the server URL and your PAT authentication headers. You can finalize the installation via the CLI by running: 'clawhub install openclaw/skills/skills/vikrambalaaj/snowflake-mcp'.

Use Cases

This skill is designed for data analysts and engineers who need to interact with live production databases through natural language. Use it for complex data extraction, generating ad-hoc analytical reports, performing RAG-based search operations using Cortex Search, and automating database-to-application workflows. It is particularly effective for teams looking to centralize their data intelligence without leaving the AI agent interface.

Example Prompts

  1. "Connect to the Snowflake MCP server and list the available tables in the SALES_DB schema."
  2. "Query the monthly revenue growth from the CUSTOMER_TRANSACTIONS table using the SQL Execution Tool and summarize the findings."
  3. "Can you search the knowledge base using the Snowflake Cortex Search tool to explain our current deployment errors?"

Tips & Limitations

Always ensure your PAT token has the least-privileged role necessary for your agent's tasks to maintain security. The performance of your queries will depend on the Snowflake warehouse size; monitor your warehouse consumption to avoid unnecessary costs. Note that complex operations involving large result sets may exceed the context window of your current session, so structure your queries to return concise, aggregated data whenever possible.

Metadata

Stars919
Views2
Updated2026-02-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-vikrambalaaj-snowflake-mcp": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#snowflake#mcp#database#cortex#sql
Safety Score: 3/5

Flags: network-access, external-api, code-execution