How invoking remote MCP servers hosted on AWS AgentCore
Aug 22, 2025 · 9 min read · MCP MCP Client AWS AgentCore Runtime AWS AgentCore Gateway OAuth Authentication ·
Overview Recently, I've been exploring AWS AgentCore's new capability to host Model Context Protocol (MCP) servers, and I wanted to share my experience with connecting to these remote servers as a client. The Model Context Protocol is an open standard that enables AI assistants to securely connect with external data …
Read MoreTechnical Deconstruction of MCP Authorization: A Deep Dive into OAuth 2.1 and IETF RFC Specifications
Nov 12, 2025 · 22 min read · MCP Model Context Protocol OAuth 2.1 OAuth 2.0 PKCE JWT RFC 7636 RFC 9700 RFC 9728 Resource Indicators Federated Authentication AI Security ·
Executive Summary This article provides a deep-dive technical analysis of the Model Context Protocol (MCP) authorization flow. The central insight is that MCP's authorization model is not a generic application of OAuth 2.0 but a sophisticated implementation of the emerging OAuth 2.1 standard. The MCP protocol …
Read MoreLeveraging MCP Client's OAuthClientProvider for Seamless AWS AgentCore Authentication
Sep 4, 2025 · 8 min read · MCP MCP Client OAuth Client Provider AWS AgentCore Runtime AWS AgentCore Gateway OAuth M2M Authentication Authentication ·
Overview Building on my previous exploration of connecting to MCP servers hosted on AWS AgentCore, I've been working extensively with the native MCP SDK's OAuth Client Provider to streamline authentication workflows. The MCP SDK's built-in OAuth support has evolved significantly, offering robust solutions for both …
Read More