You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/sfguides/src/getting-started-with-snowflake-managed-mcp-and-bedrock-agentcore/getting-started-with-snowflake-managed-mcp-and-bedrock-agentcore.md
# Getting Started with Snowflake Managed MCP Server and Bedrock AgentCore
11
+
# Getting Started with Snowflake Managed MCP Server and Amazon Bedrock AgentCore
12
12
13
13
<!-- ------------------------ -->
14
14
## Overview
@@ -21,19 +21,19 @@ authors: James Sun, Matt Marzillo
21
21
22
22
### Use Case
23
23
24
-
In this use case you will build a Cortex Search service and Cortex Analyst services that will allow users to quickly generate responses from Pokemon sightings data in New York City.
24
+
In this use case you will build a Cortex Search service and Cortex Analyst services that will allow users to quickly generate responses from Pokemon sightings data in New York City cia an Amazon Bedrock AgentCore Gateway.
25
25
26
26
The end-to-end workflow will look like this:
27
27

28
-
1. User will make a prompt to the AgentCore Agent built in Strands.
29
-
2. Using AgentCore Runtime, Memory and a Bedrock Claude Model the Agent will orchestrate across Cortex Search and Analyst via an MCP client and Snowflake’s hosted MCP Server.
28
+
1. User will make a prompt to the Amazon Bedrock AgentCore Agent built in Strands.
29
+
2. Using AgentCore Runtime, Memory and a Amazon Bedrock Claude Model the Agent will orchestrate across Cortex Search and Analyst via an MCP client and Snowflake’s hosted MCP Server.
30
30
3. The agent will then access Amazon Location via a boto3 request to geocode the results from returned from the MCP Client.
31
31
4. After orchestrating services the agent will prepare an answer and return it to the user.
32
32
33
33
34
34
### Prerequisites
35
35
- Familiarity with [Snowflake](/en/developers/guides/getting-started-with-snowflake/) and a Snowflake account with Cortex Search.
36
-
- Familiarity with [AWS](https://aws.amazon.com/free) and an AWS account with access to Bedrock AgentCore.
36
+
- Familiarity with [AWS](https://aws.amazon.com/free) and an AWS account with access to Amazon Bedrock AgentCore.
37
37
- A Subscription to a Claude Sonnet model in AWS Marketplace. You can complete this by going to AWS marketplace console -> discover products -> search for claude sonnet 4 -> view purchase options -> subscribe.
38
38
39
39
Once subscribed to a model it will look like this:
@@ -42,18 +42,18 @@ Once subscribed to a model it will look like this:
42
42
### What You'll Learn
43
43
- Using Cortex Search and Cortex Analyst.
44
44
- Using the Snowflake Managed MCP Server.
45
-
- Using Bedrock AgentCore with a Strands Agent to access Snowflake Cortex via MCP and Amazon Location.
45
+
- Using Amazon Bedrock AgentCore with a Strands Agent to access Snowflake Cortex via MCP and Amazon Location.
46
46
47
47
### What You’ll Need
48
48
- A free [Snowflake Account](https://signup.snowflake.com/?utm_source=snowflake-devrel&utm_medium=developer-guides&utm_cta=developer-guides)
49
-
-[AWS Account](https://aws.amazon.com/free) with access to Bedrock AgentCore.
49
+
-[AWS Account](https://aws.amazon.com/free) with access to Amazon Bedrock AgentCore.
50
50
- For the sake of the lab it is best if both platforms have access to the public internet and are not in a virtual network.
51
51
52
52
### What You’ll Build
53
53
You will build an end-to-end Agentic worklfow in AgentCore and Snowflake Cortex, this includes:
54
54
- Cortex Search and Cortex Analyst Services
55
55
- A Snowflake Managed MCP Object
56
-
-A Bedrock AgentCore Agent
56
+
-An Amazon Bedrock AgentCore Agent
57
57
58
58
<!-- ------------------------ -->
59
59
## Set Up Snowflake and Cortex
@@ -318,7 +318,7 @@ This quickstart is just that, a quick way to get you started with using AgentCor
318
318
### What You Learned
319
319
- Using Cortex Search and Cortex Analyst.
320
320
- Using the Snowflake Managed MCP Server.
321
-
- Using Bedrock AgentCore with a Strands Agent to access Snowflake Cortex via MCP and Amazon Location.
321
+
- Using Amazon Bedrock AgentCore with a Strands Agent to access Snowflake Cortex via MCP and Amazon Location.
322
322
323
323
### Resources
324
324
There are some great blogs on Medium regarding Snowflake Cortex and Amazon Services work together:
0 commit comments