product updateAmazon Web Services

AWS Launches Serverless MCP Proxy on Bedrock AgentCore Runtime for Custom Agent Controls

TL;DR

AWS has released support for custom Model Context Protocol (MCP) proxies on Amazon Bedrock AgentCore Runtime, allowing organizations to implement custom governance and security controls on AI agent tool interactions without modifying upstream MCP servers. The serverless proxy runs on AgentCore Runtime with automatic scaling and built-in observability through CloudWatch and OpenTelemetry.

2 min read
0

AWS Launches Serverless MCP Proxy on Bedrock AgentCore Runtime for Custom Agent Controls

Amazon Web Services has released support for custom Model Context Protocol (MCP) proxies on Amazon Bedrock AgentCore Runtime, enabling organizations to add programmable governance and security controls to AI agent tool interactions. The feature addresses production requirements including input sanitization, audit trail generation, and data redaction at the protocol layer.

How the MCP Proxy Works

The proxy runs as a serverless workload on AgentCore Runtime and acts as an intermediary between MCP clients and upstream MCP servers. At startup, the proxy sends a standard tools/list request to the upstream server to discover available tools, then dynamically registers local versions of each tool using FastMCP. Client requests flow through the proxy, which applies custom logic before forwarding to the upstream server.

The architecture consists of three layers: the MCP client, the MCP proxy on AgentCore Runtime, and the upstream MCP server. The upstream server can be hosted on AgentCore Runtime, self-hosted infrastructure, or third-party services. AWS recommends AgentCore Gateway as an upstream server for managed tool discovery, credential management, and policy enforcement.

Infrastructure and Authorization

AgentCore Runtime provides serverless infrastructure with automatic scaling, built-in observability through Amazon CloudWatch and OpenTelemetry, and AgentCore Identity for authentication and authorization. Authorization is enforced independently at each layer: agents authenticate to the proxy using AgentCore Identity, and the proxy authenticates to upstream servers as a standard MCP client.

The proxy implementation uses FastMCP to handle MCP protocol operations. Because the proxy is a standard Python MCP server, developers can insert custom logic before forwarding tool calls or after receiving responses, without replacing the upstream server's native capabilities.

Alternative to Lambda Interceptors

While Amazon Bedrock AgentCore Gateway supports Lambda interceptors for running validation and transformation code on every tool invocation, the MCP proxy pattern is designed for organizations with existing MCP filtering logic tightly coupled to internal libraries or on-premises compliance systems. The serverless proxy approach offers portability across multiple systems and hybrid environments without requiring refactoring into Lambda functions.

Availability

The feature is available now on Amazon Bedrock AgentCore Runtime. AWS has published an open source GitHub implementation to provide a foundation for deploying custom MCP proxies. Pricing follows standard AgentCore Runtime compute and CloudWatch observability costs.

What This Means

This release gives organizations running AI agents on AWS infrastructure a standardized way to implement custom protocol-layer controls without vendor lock-in to Lambda-specific implementations. The serverless proxy pattern is particularly relevant for enterprises migrating existing MCP governance systems to AWS or operating hybrid environments where tool access policies must be portable across multiple platforms. By supporting standard Python MCP servers rather than requiring AWS-specific handlers, the approach preserves code reusability while gaining the operational benefits of managed serverless infrastructure.

Related Articles

product update

AWS launches AgentCore platform for building voice AI agents with Amazon Nova 2 Sonic

AWS has released AgentCore, a new platform for hosting and running voice-based AI agents, integrated with Amazon Nova 2 Sonic for real-time speech capabilities. The platform uses the open Model Context Protocol (MCP) to connect agents to backend systems and deploys each conversation in isolated microVMs.

product update

AWS launches Managed Knowledge Base for Bedrock with 6 enterprise connectors and automatic ACL enforcement

Amazon Web Services launched Managed Knowledge Base for Bedrock in general availability, offering a fully managed retrieval solution with six native enterprise connectors including SharePoint, Confluence, and Google Drive. The service handles document parsing up to 500 MB for PDFs, 2 GB for audio, and 10 GB for video, with real-time access control list verification at query time.

product update

xAI's Grok 4.3 now available on AWS Bedrock with 1M token context and configurable reasoning

xAI has made Grok 4.3 generally available on Amazon Bedrock, marking xAI's debut as a Bedrock model provider. The multimodal model offers a 1 million token context window, configurable reasoning effort (none/low/medium/high), and runs on Bedrock's Mantle inference engine using OpenAI-compatible APIs.

product update

GitHub Copilot for Visual Studio adds MCP server trust layer and C++ support

GitHub released its June 2026 update for Copilot in Visual Studio, adding a trust layer for Model Context Protocol (MCP) servers, improved usage analytics visibility, and the first C++ language scenarios for the AI coding assistant.

Comments

Loading...