1209551
📖 Tutorial

6 Key Features of the AWS MCP Server Now Generally Available

Last updated: 2026-05-10 12:08:53 Intermediate
Complete guide
Follow along with this comprehensive guide

Introduction: The AWS MCP Server has just reached general availability, delivering a secure and efficient way for AI agents and coding assistants to interact with AWS services. This managed remote server implements the Model Context Protocol (MCP) to provide authenticated access to over 15,000 AWS API operations through a compact set of tools. Whether you're building infrastructure, retrieving real-time documentation, or orchestrating complex workflows, this release addresses the long-standing challenge of granting AI agents meaningful AWS access without compromising security. Below are six crucial features that make this server a game-changer for developers working with AI agents on AWS.

1. Secure, Authenticated Access with IAM Context Keys

The AWS MCP Server now supports IAM context keys, eliminating the need for a separate permission to use the server itself. This enhancement allows you to express fine-grained access control directly within standard IAM policies. AI agents can authenticate using your existing credentials while you maintain precise oversight over which operations they perform. For example, you can restrict an agent to read-only actions on specific S3 buckets or allow it to only invoke certain Lambda functions. This means you no longer have to worry about granting overly broad permissions—the agent gets exactly the access it needs, no more. The result is a secure foundation that scales with your requirements while keeping your AWS environment protected.

6 Key Features of the AWS MCP Server Now Generally Available
Source: aws.amazon.com

2. Real-Time Documentation Retrieval

One of the biggest pain points for AI agents working with AWS has been their reliance on outdated training data. The MCP Server addresses this by providing two built-in tools: search_documentation and read_documentation. These tools retrieve the latest AWS documentation and best practices at query time, ensuring the agent never relies on stale information. Even new services like Amazon S3 Vectors or Amazon Aurora DSQL are immediately accessible through the documentation retrieval system. Perhaps best of all, this feature no longer requires authentication in the general availability release, making it frictionless for agents to pull up-to-date guidance. Agents can now generate accurate, current IAM policies and infrastructure recommendations without hallucinating deprecated APIs or missing newer alternatives.

3. Compact Tool Set That Preserves Context Window

The AWS MCP Server is designed with a small, fixed set of tools that do not consume your model’s precious context window unnecessarily. The primary tool, call_aws, can execute any of the 15,000+ AWS API operations using your existing IAM credentials, and new APIs are supported within days of launch. By keeping the tool surface minimal, the server reduces the cognitive load on the agent and avoids bloating the conversation with irrelevant options. This design choice is especially important for complex workflows where every token matters. Developers no longer need to worry about agents reaching for the AWS CLI or generating overly permissive policies—the server's tools guide the agent toward using AWS CDK or CloudFormation for production-ready infrastructure.

4. run_script Tool for Sandboxed Python Execution

A standout addition to the GA release is the run_script tool, which allows the agent to write short Python scripts that execute server-side in a sandboxed environment. The sandbox inherits your IAM permissions but has no network access, so the agent can process data without ever touching your local file system or gaining shell access. This is a game-changer for tasks that require chaining multiple API calls—for example, listing S3 objects, filtering by metadata, and aggregating results. Instead of making each call individually (which wastes context and time), the agent does everything in a single round-trip. The result is faster, more context-efficient execution that opens the door to sophisticated data processing workflows.

6 Key Features of the AWS MCP Server Now Generally Available
Source: aws.amazon.com

5. Reduced Token Consumption for Multi-Step Workflows

Token efficiency is critical when an agent needs to perform complex, multi-step operations. The GA release of the AWS MCP Server includes optimizations that reduce the number of tokens required per interaction. This improvement directly benefits workflows where the agent must iterate through several steps—like provisioning infrastructure, checking status, and verifying outputs. By lowering token usage, the server enables longer, more coherent conversations without hitting context limits prematurely. Combined with the run_script tool's ability to batch operations, this means agents can now handle tasks that were previously impractical due to context constraints. Developers see faster completion times and more reliable results, especially when building out multi-service architectures.

6. Transition from Agent SOPs to Skills for Guided Best Practices

The most significant architectural change in this release is the move from Agent SOPs to Skills. Skills are curated packages of guidance and best practices tailored for specific AWS tasks. They replace the rigid, predetermined Standard Operating Procedures with more flexible, actionable knowledge. For example, a skill for deploying a serverless application might include steps for using Lambda, API Gateway, and DynamoDB, complete with security recommendations and cost optimization tips. Skills are designed to be modular and easy to update, so as AWS services evolve, the agent's guidance stays relevant. This transition empowers AI agents to not only execute tasks but also learn and adapt to best practices, leading to more robust and production-ready results.

Conclusion: The general availability of the AWS MCP Server marks a significant milestone for AI agent development on AWS. With features like IAM context keys, real-time documentation, context-preserving tools, sandboxed script execution, reduced token usage, and the new Skills framework, developers finally have a secure and efficient way to give their agents authenticated access to the full breadth of AWS services. Whether you are building simple automation or complex multi-step infrastructure pipelines, the MCP Server provides the foundation for reliable, production-grade agent interactions. Start integrating these capabilities today and unlock the full potential of AI-driven cloud management.