MCP cannot be integrated into Amazon Quick

Hi everyone, I’m currently encountering two issues:

  1. After the QS (Quick Suite) system update, I want to integrate a public network MCP. During the step of using Federate for OAuth2 authorization verification, I’m getting an error saying the scope parameter is missing. I did not encounter this issue in the previous version.

  2. How to integrate a VPC-protected MCP with QS — I tried using the built-in VPC authentication, but it doesn’t seem to work properly.

Please provide me with some solutions. Thank you.

Hi @housjun

Welcome to the Quick Suite community!

The error “invalid_scope” -“The ‘scope’ request parameter is required” is caused by a known behavior in the current Quick Suite MCP client.

Quick Suite determines OAuth2 scopes from the MCP server’s Protected Resource Metadata document (RFC 9728) rather than from the 401 WWW-Authenticate challenge. If the metadata document does not include the scopes_supported field, Quick Suite applies default scopes, which some authorization servers reject.

Regarding the VPC-protected MCP integration - Note: MCP integration supports remote servers only. HTTP streaming is preferred over Server-Sent Events (SSE). Local stdio connections and VPC connectivity are not supported.

Please refer to the following documentation this might be helpful for you.

Hi,

I meet the same issue now, which has not happened for the last version.