---
title: "standard-plugin-agent-toolkit-aws"
description: "Portable Agent Plugins package for the Agent Toolkit for AWS. Bundles the AWS MCP Server (secure, IAM-governed access to 300+ AWS services, sandboxed Python execution, and live AWS documentation) together with curated sk"
canonical: https://agentpluginsdirectory.com/plugins/standard-plugin-agent-toolkit-aws
last-updated: 2026-09-21
---

# standard-plugin-agent-toolkit-aws
Portable Agent Plugins package for the Agent Toolkit for AWS. Bundles the AWS MCP Server (secure, IAM-governed access to 300+ AWS services, sandboxed Python execution, and live AWS documentation) together with curated skills that guide agents to build production-ready, Well-Architected infrastructure using infrastructure-as-code. Derived from the open-source Agent Toolkit for AWS (Apache-2.0).
- Slug: standard-plugin-agent-toolkit-aws
- Publisher: mreferre
- Repository: https://github.com/mreferre/standard-plugin-agent-toolkit-aws
- Manifest: plugin.json
- Version: 1.0.0
- License: Apache-2.0
- Category (editorial): devops-cloud
- Skills: 5 (aws-mcp-server, choose-a-database, s3-secure-storage, serverless-api, working-with-aws)
- MCP servers: 1 (aws-mcp)
- Stars: 0
- Repository created: 2026-07-31
- Repository last pushed: 2026-07-31
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/standard-plugin-agent-toolkit-aws
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What standard-plugin-agent-toolkit-aws does, in the publisher's words

A portable Agent Plugins package that bundles the AWS MCP Server and a set of curated AWS skills into one installable plugin, built from the Agent Toolkit for AWS (Apache-2.0).

It conforms to the Agent Plugins 1.0.0 specification, so any compatible client can discover and load it consistently.

The two components map directly to the Agent Toolkit's pillars:

- AWS MCP Server (mcp.json): secure, IAM-governed access to 300+ AWS services and 15,000+ API actions, sandboxed Python execution, and live AWS documentation, through one authenticated endpoint with CloudWatch metrics and CloudTrail logging.
- Agent Skills (skills/): curated, load-on-demand instructions covering the three archetypes the toolkit describes: guardrail/rules, step-by-step procedures, and service decision guides. The working-with-aws skill folds in the toolkit's recommended rules file guidance.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/mreferre/standard-plugin-agent-toolkit-aws/HEAD/README.md

## Skills

- aws-mcp-server: How to use the AWS MCP Server effectively, the single authenticated endpoint that lets an agent run AWS CLI/API calls, execute sandboxed Python, search and read live AWS documentation, and retrieve skills. Use when configuring the AWS MCP Server, deciding between a scripted run and a direct call,…
- choose-a-database: Decision guide for choosing the right AWS database service for a workload. Use when the user is unsure which database to use, is comparing options, or asks whether to use DynamoDB, Aurora, RDS, DocumentDB, ElastiCache, MemoryDB, Neptune, Keyspaces, or Timestream. Walks through access patterns, data…
- s3-secure-storage: Create a production-ready, secure Amazon S3 bucket with versioning and a lifecycle policy. Use when the user asks to create an S3 bucket, enable versioning, add lifecycle rules, transition objects to Glacier or an archive tier, block public access, or encrypt a bucket. Delivers infrastructure-as-co…
- serverless-api: Build and deploy a serverless HTTP API on AWS using AWS Lambda behind Amazon API Gateway. Use when the user asks to create a REST or HTTP API, connect a Lambda function to API Gateway, deploy a serverless endpoint or backend, or scaffold a serverless application. Provides an infrastructure-as-code…
- working-with-aws: Baseline operating rules for any task that touches AWS. Use whenever the user asks to build, deploy, configure, inspect, or troubleshoot anything on AWS. Directs the agent to prefer the AWS MCP Server for AWS interactions, discover and load a relevant AWS skill before starting, verify uncertain det…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- aws-mcp: transport: stdio; command: uvx mcp-proxy-for-aws@1.6.3 https://aws-mcp.us-east-1.api.aws/mcp --metadata AWS_REGION=us-west-2

Read from the plugin's own mcp.json. Environment variable names only, never values.
