# Aws Strands Agents Mcp Demo

> Model Context Protocol (MCP) Server and AWS Strands Agents Demonstration

- **Type:** MCP server
- **Install:** `agentstack add mcp-garystafford-aws-strands-agents-mcp-demo`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [garystafford](https://agentstack.voostack.com/s/garystafford)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [garystafford](https://github.com/garystafford)
- **Source:** https://github.com/garystafford/aws-strands-agents-mcp-demo

## Install

```sh
agentstack add mcp-garystafford-aws-strands-agents-mcp-demo
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# AWS Strands Agents: Building and Connecting Your First Model Context Protocol (MCP) Server

## Overview

**Deploy an MCP server that searches for stock photography based on your current location and conditions using third-party APIs, and orchestrate it with Strands Agents and the Amazon Q Developer CLI.**

The Model Context Protocol (MCP) provides a standardized interface that enables AI agents to interact seamlessly with external services. In this post, we’ll demonstrate how to build an MCP server that integrates with Shutterstock — my favorite platform for high-quality licensed images, videos, music, and creative tools — using their robust API. We’ll then show how to expose these rich media search capabilities to agents developed with Strands Agents, AWS’s code-first framework for building production-ready AI agents. By orchestrating multiple agents, we’ll enable them to access the National Weather Service (NWS) API, intelligently select contextually relevant photos based on current weather conditions, and deliver results that showcase the power of reasoning and context-aware automation.

JavaScript/Node.js MCP Servers based on: [https://github.com/lucianoayres/mcp-server-node](https://github.com/lucianoayres/mcp-server-node).

## Prerequisites

* Git distributed version control system
* Node.js v22.16.01 LTS or newer (MCP servers)
* npm, Yarn, or other Node.js package manager
* Python 3.13.x (Strands Agents)
* pip, Poetry, or another Python package manager
* AWS Account (for access to Amazon Bedrock generative AI models; other model providers are also supported)
* Free Shutterstock Test Account and Token (Register at Shutterstock Developers)
* Optional: Amazon Q Developer CLI for last section of post

## Installation

1. **Clone Repository and Install Packages**

```bash
npm install -g corepack # if using yarn

git clone https://github.com/garystafford/aws-strands-agents-mcp-demo.git
cd aws-strands-agents-mcp-demo

yarn install
```

2. **Start MCP Servers**

```bash
# terminal window 1: STDIO transport
# environment variables are set by MCP server with STDIO
export API_KEY=abc-1234567890
export SHUTTERSTOCK_API_TOKEN=
node mcp-server.js

# terminal window 2: Streamable HTTP transport
# environmental variables are set by agent with Streamable HTTP
node mcp-server-remote.js
```

3. **Install Strands Agents**

```bash
python -m pip install virtualenv -Uqqq
python -m venv .venv
source .venv/bin/activate

python -m pip install pip -Uqqq
python -m pip install -r requirements.txt -Uqqq
```

4. **Start Strands Agents**

```bash
export API_KEY=abc-1234567890
export SHUTTERSTOCK_API_TOKEN=

python agent_stdio_multi_agent.py
```

---

_The contents of this repository represent my viewpoints and not of my past or current employers, including Amazon Web Services (AWS). All third-party libraries, modules, plugins, and SDKs are the property of their respective owners._

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [garystafford](https://github.com/garystafford)
- **Source:** [garystafford/aws-strands-agents-mcp-demo](https://github.com/garystafford/aws-strands-agents-mcp-demo)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-garystafford-aws-strands-agents-mcp-demo
- Seller: https://agentstack.voostack.com/s/garystafford
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
