AI Skills AI技能 1d ago Updated 1d ago 更新于 1天前 50

Wiring Snowflake CoWork to Salesforce, Slack, and Jira via MCP 通过MCP将Snowflake CoWork连接到Salesforce、Slack和Jira

Snowflake’s Cortex CoWork agents now leverage the Model Context Protocol (MCP) to bridge the gap between AI-generated insights and actionable workflows in external systems like Salesforce, Slack, and Jira. The platform introduces bidirectional MCP capabilities: exposing Snowflake objects (semantic views, UDFs, agents) as tools for external clients via `CREATE MCP SERVER`, and allowing CoWork agents to invoke external tools via `CREATE EXTERNAL MCP SERVER`. Key strategic move includes Snowflake’s Snowflake宣布其托管MCP服务器(CREATE MCP SERVER)正式全面可用(GA),允许将Cortex Search、Cortex Analyst等内部对象标准化暴露为AI工具。 推出外部MCP连接器(CREATE EXTERNAL MCP SERVER)预览版,支持Snowflake CoWork智能体双向连接Salesforce、Slack、Jira等外部系统,实现从洞察到行动的闭环。 强调MCP协议解决的是“洞察滞后”问题,通过标准化目录机制让AI代理能即时在业务发生地(如CRM、工单系统)执行操作,而非仅停留在仪表盘。 Snowflake计划收购Natoma,以增强企业

72
Hot 热度
75
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • Snowflake’s Cortex CoWork agents now leverage the Model Context Protocol (MCP) to bridge the gap between AI-generated insights and actionable workflows in external systems like Salesforce, Slack, and Jira.
  • The platform introduces bidirectional MCP capabilities: exposing Snowflake objects (semantic views, UDFs, agents) as tools for external clients via CREATE MCP SERVER, and allowing CoWork agents to invoke external tools via CREATE EXTERNAL MCP SERVER.
  • Key strategic move includes Snowflake’s intent to acquire Natoma, an enterprise MCP platform focused on security, governance, and identity-aware authorization for AI agents.
  • Immediate integrations confirmed for Gmail, Google Drive, Salesforce, and Slack enable users to execute actions such as drafting emails or updating tickets directly from AI conversations.

Why It Matters

This development addresses the critical "last mile" problem in enterprise AI, where models generate accurate insights but fail to trigger immediate operational actions due to UI silos. By standardizing tool discovery and invocation through MCP, Snowflake enables seamless, bi-directional integration between its data cloud and the broader enterprise software ecosystem, significantly reducing latency between analysis and execution.

Technical Details

  • Bidirectional Architecture: Implements MCP as both a server (exposing Snowflake assets like Cortex Analyst views and UDFs to external clients) and a client (allowing CoWork agents to call external APIs for Gmail, Jira, etc.).
  • Managed MCP Server (CREATE MCP SERVER): Generally Available feature that wraps specific Snowflake objects into standard MCP tools using a declarative specification syntax, supporting types such as CORTEX_ANALYST_MESSAGE, CORTEX_SEARCH_SERVICE_QUERY, and SYSTEM_EXECUTE_SQL.
  • External MCP Connectors (CREATE EXTERNAL MCP SERVER): Currently in Preview, this allows CoWork agents to authenticate and interact with third-party MCP servers, enabling actions like posting to Slack or updating Salesforce records within the same conversational context.
  • Security and Governance: Access control is enforced via Role-Based Access Control (RBAC) tied to the authenticated user’s default role, ensuring that tool visibility and execution rights align with existing enterprise security policies.

Industry Insight

  • Standardization of Agent Interoperability: The adoption of MCP signals a shift away from bespoke, point-to-point API integrations toward standardized, discoverable tool interfaces, simplifying the deployment of agentic workflows across heterogeneous tech stacks.
  • Consolidation of Enterprise AI Infrastructure: The potential acquisition of Natoma suggests Snowflake aims to embed robust governance, identity management, and auditability directly into its MCP layer, positioning itself as a secure hub for enterprise-grade AI agents rather than just a data warehouse.
  • Action-Oriented AI Design: Future AI product strategies must prioritize "actionability" over pure analytical accuracy; integrating AI outputs directly into operational tools (CRM, ticketing, communication) is becoming a key differentiator for reducing workflow friction and increasing ROI.

TL;DR

  • Snowflake宣布其托管MCP服务器(CREATE MCP SERVER)正式全面可用(GA),允许将Cortex Search、Cortex Analyst等内部对象标准化暴露为AI工具。
  • 推出外部MCP连接器(CREATE EXTERNAL MCP SERVER)预览版,支持Snowflake CoWork智能体双向连接Salesforce、Slack、Jira等外部系统,实现从洞察到行动的闭环。
  • 强调MCP协议解决的是“洞察滞后”问题,通过标准化目录机制让AI代理能即时在业务发生地(如CRM、工单系统)执行操作,而非仅停留在仪表盘。
  • Snowflake计划收购Natoma,以增强企业级MCP平台的安全连接、治理、身份感知授权及审计能力,强化AI代理在跨系统操作中的安全性。

为什么值得看

对于AI应用开发者而言,本文揭示了如何通过MCP协议打破数据孤岛,将Snowflake的分析能力无缝嵌入现有企业工作流(如Salesforce、Slack),解决了AI洞察难以转化为实际行动的痛点。对于企业决策者,Snowflake收购Natoma的信号表明,未来AI代理的跨系统集成将高度依赖标准化的安全与治理框架,提前布局MCP生态有助于构建合规且高效的自动化业务流。

技术解析

  • 双向MCP架构:Snowflake既作为MCP Server(通过CREATE MCP SERVER将内部对象如语义视图、UDF、存储过程包装为标准工具供外部客户端调用),也作为MCP Client(通过CREATE EXTERNAL MCP SERVER让CoWork智能体主动调用外部系统的API,如更新Jira工单或发送Slack消息)。
  • 托管服务器工具类型:支持的五大工具类型包括CORTEX_ANALYST_MESSAGE(自然语言转受控SQL)、CORTEX_SEARCH_SERVICE_QUERY(RAG/知识库搜索)、CORTEX_AGENT_RUN(嵌套代理调用)、SYSTEM_EXECUTE_SQL(直接SQL执行)以及GENERIC(自定义UDF/存储过程)。
  • 权限与安全模型:集成过程严格遵循RBAC(基于角色的访问控制),外部客户端连接时通过认证用户的默认角色决定其可见和可调用的工具范围,确保操作合规性。
  • 标准化协议优势:利用MCP的“电话簿”式发现机制,代理无需硬编码API端点,而是通过类型化的清单动态发现工具并推理何时使用,降低了集成复杂度和维护成本。

行业启示

  • AI落地重心转移:行业焦点正从单纯的模型预测精度转向“行动力”,即AI如何快速、准确地触发下游业务系统的动作。MCP成为连接分析与执行的关键桥梁。
  • 企业级AI治理标准化:随着AI代理深入企业核心业务系统(如CRM、ERP),安全、审计和身份授权成为刚需。Snowflake收购Natoma预示着未来企业级AI集成平台将更加注重底层的安全治理标准。
  • 去硬编码集成趋势:传统的点对点API集成方式将被基于开放标准(如MCP)的动态发现机制取代,这将大幅降低多系统间AI集成的开发和维护门槛,促进异构系统间的智能协作。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Product Launch 产品发布 Security 安全 Agent Agent