Skip to content

Commit df7ff8a

Browse files
Merge pull request #2822 from Snowflake-Labs/sfc-gh-mmarzillo-patch-1
Update documentation for Amazon Bedrock AgentCore
2 parents e8b5509 + 393bc17 commit df7ff8a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

site/sfguides/src/getting-started-with-snowflake-managed-mcp-and-bedrock-agentcore/getting-started-with-snowflake-managed-mcp-and-bedrock-agentcore.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
id: getting-started-with-snowflake-managed-mcp-and-bedrock-agentcore
22
categories: snowflake-site:taxonomy/solution-center/certification/quickstart, snowflake-site:taxonomy/product/ai, snowflake-site:taxonomy/snowflake-feature/cortex-llm-functions
33
language: en
4-
summary: This is a quickstart for using the Snowflake Managed MCP Server and Bedrock AgentCore
4+
summary: This is a quickstart for using the Snowflake Managed MCP Server and Amazon Bedrock AgentCore
55
environments: web
66
status: Published
77
feedback link: https://github.com/Snowflake-Labs/sfguides/issues
88
authors: James Sun, Matt Marzillo
99

1010

11-
# Getting Started with Snowflake Managed MCP Server and Bedrock AgentCore
11+
# Getting Started with Snowflake Managed MCP Server and Amazon Bedrock AgentCore
1212

1313
<!-- ------------------------ -->
1414
## Overview
@@ -21,19 +21,19 @@ authors: James Sun, Matt Marzillo
2121

2222
### Use Case
2323

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.
2525

2626
The end-to-end workflow will look like this:
2727
![](assets/bedrockmcparch.png)
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.
3030
3. The agent will then access Amazon Location via a boto3 request to geocode the results from returned from the MCP Client.
3131
4. After orchestrating services the agent will prepare an answer and return it to the user.
3232

3333

3434
### Prerequisites
3535
- 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.
3737
- 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.
3838

3939
Once subscribed to a model it will look like this:
@@ -42,18 +42,18 @@ Once subscribed to a model it will look like this:
4242
### What You'll Learn
4343
- Using Cortex Search and Cortex Analyst.
4444
- 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.
4646

4747
### What You’ll Need
4848
- 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.
5050
- 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.
5151

5252
### What You’ll Build
5353
You will build an end-to-end Agentic worklfow in AgentCore and Snowflake Cortex, this includes:
5454
- Cortex Search and Cortex Analyst Services
5555
- A Snowflake Managed MCP Object
56-
- A Bedrock AgentCore Agent
56+
- An Amazon Bedrock AgentCore Agent
5757

5858
<!-- ------------------------ -->
5959
## Set Up Snowflake and Cortex
@@ -318,7 +318,7 @@ This quickstart is just that, a quick way to get you started with using AgentCor
318318
### What You Learned
319319
- Using Cortex Search and Cortex Analyst.
320320
- 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.
322322

323323
### Resources
324324
There are some great blogs on Medium regarding Snowflake Cortex and Amazon Services work together:

0 commit comments

Comments
 (0)