Organizations need solutions for people and AI agents to securely collaborate through a single interface to the organization’s data and take actions across enterprise applications to improve productivity. The ability of an AI agent to securely and seamlessly connect with organizational knowledge bases, enterprise applications, and other AI agents is foundational to drive adoption and use of AI solutions. Model Context Protocol (MCP) provides a more secure, standardized and simple mechanism for such connectivity, alleviating the need for complex custom integrations.
In this blog post, you will learn how to use Amazon Quick Suite MCP Actions integrations to connect with hosted MCP servers for enterprise applications such as Asana, Atlassian’s Jira and Confluence, Box, Canva, HubSpot, HuggingFace, Intercom, Linear, Monday, Notion, PagerDuty, Workato and Zapier as well as your existing enterprise solutions and AI agents using Amazon Bedrock AgentCore Gateway. We will cover specific Actions setup examples for Atlassian Jira and Confluence, AWS Knowledge MCP Server, and Amazon Bedrock AgentCore Gateway.
With the Amazon Quick Suite MCP client, you can connect to remote hosted MCP servers or your own hosted MCP servers. The Amazon Quick Suite service includes an MCP client that can be used to securely connect Amazon Quick Suite with AI agents and applications through MCP servers. The Amazon Quick Suite MCP client supports server-sent events (SSE) and streamable HTTP for transport, and several authentication mechanisms including three-legged OAuth (3LO), two-legged OAuth (2LO), and No Auth. Amazon Quick Suite supports OAuth 2.0 Dynamic Client Registration protocol to obtain OAuth client IDs without user interaction.
You can connect Amazon Quick Suite using the MCP client to create integrations with AWS Knowledge MCP Server and the Atlassian MCP server, as shown in the following diagram.

Verify that you meet the following prerequisites to deploy the solution in your own AWS account using the step-by-step instructions in this blog post. Before you begin, make sure that you have the following:
In this section, you will create an Amazon Quick Suite Actions integration with the Atlassian MCP server to connect with your Atlassian cloud instance, and then you will use your Amazon Quick Suite Chat Agent to invoke actions defined by this integration.

https://mcp.atlassian.com/v1/sse, as shown in the following screenshot, then choose Next.



Amazon Quick Suite MCP client works to establish a connection with Atlassian MCP server and retrieving the actions or tools supported by it. It can take a couple of minutes.


Your Actions integration for Atlassian MCP server is now available for use.

atlassian-mcp Actions integration from an Amazon Quick Suite Chat Agent, such as My Assistant, using a simple prompt such as List the Confluence spaces and Jira projects I am authorized to access. This will request a sign-in for you to authorize atlassian-mcp Actions integration to connect with Atlassian MCP server on your behalf, a part of the 3LO authentication.

To illustrate the Atlassian MCP server Actions integration, let’s take the use case of a team manager at a fictitious company, AnyOrgApp Corp, who is preparing to welcome a new employee to the team with help from the Amazon Quick Suite default Chat Agent, My Assistant. The Atlassian instance used for this illustration has a Confluence space with the content about AnyOrgApp Corp and a Jira project for this team. Based on the contents of your Confluence spaces and Jira projects, you can also experiment with similar use cases.
Find new team member checklist for the AnyOrgApp project from Confluence

Make a list of tasks with start date and due date for a new team member Mateo Jackson
joining the team on Monday October 6th, 2025. Create these tasks in Jira project
"<replace-with-jira-project-name>" with start date and due date and assign those to
<replace-with-email-address-for-mateo>
atlassian-mcp Actions integration wants to invoke mutable actions such as creating a Jira issue, it requests an action review. The Chat Agent prompts for action review for each Jira issue being created.


Write a detailed email welcoming Mateo Jackson to the team based on this thread.
Use warm and helpful tone.

AWS Knowledge MCP Server is a fully managed remote MCP server that provides up-to-date documentation, code samples, and other official AWS content.
https://knowledge-mcp.global.api.aws, then choose Next.


Get details of the AWS Well-Architected framework from AWS Knowledge MCP Server and
summarize for a CXO presentation in the context of the new SaaS application your
company is building on AWS. Use 200 words or fewer.

Get details of Well-Architected Framework from AWS Knowledge MCP Server and the details
of the AnyOrgApp project from Confluence. Prepare well-architected tenets for the
AnyOrgApp project team. Be crisp.

Amazon Bedrock AgentCore Gateway is a centralized tools server with a unified interface where agents can discover, access, and invoke tools with native support for MCP. You can connect your enterprise solutions and agents as targets behind an Amazon Bedrock AgentCore Gateway endpoint. The Amazon Quick Suite MCP client can connect to Amazon Bedrock AgentCore Gateway through Actions Integrations, making the tools available to the chat agents and automation workflows configured on Amazon Quick Suite.
Let’s take an example (shown in the following diagram) where we need to connect to an IT agent implemented using Amazon Bedrock Agent with an Amazon Kendra index that has IT help content, and an HR agent setup on OpenAI needs to be made available to Amazon Quick Suite users.

The architecture includes an Amazon Bedrock AgentCore Gateway configured with an AWS Lambda function as a target along with an MCP schema that specifies the tools it implements. The AWS Lambda function implements the InvokeAgent API to invoke the Bedrock Agent to perform an Amazon Kendra index search, which then triggers a Lambda function to call the Amazon Kendra Retrieve API to search and retrieve content from the enterprise Amazon Kendra index with IT help content, and the OpenAI Responses API to invoke the HR agent based on OpenAI. The AgentCore Gateway uses Amazon Cognito as its inbound identity provider. The Amazon Quick Suite MCP client is configured using a 2LO authentication, allowing inbound connections to the AgentCore Gateway endpoint.






get_weather and get_time, created as part of Quick Start with creating and using a Gateway.[
{
"description": "Get weather for a location",
"inputSchema": {
"properties": {
"location": {
"type": "string"
}
},
"required": [
"location"
],
"type": "object"
},
"name": "get_weather"
},
{
"description": "Get time for a timezone",
"inputSchema": {
"properties": {
"timezone": {
"type": "string"
}
},
"required": [
"timezone"
],
"type": "object"
},
"name": "get_time"
},
{
"description": "Get help from IT Agent for questions related to email, networking, computer hardware and password trouble",
"inputSchema": {
"properties": {
"query": {
"description": "question related to email, networking, computer hardware and password troubleshooting",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"name": "get_help_from_it_agent"
},
{
"description": "Get help from HR Agent for questions related to employee benefits and leave policies",
"inputSchema": {
"properties": {
"request": {
"description": "help query related to employee benefits and leave policies",
"type": "string"
}
},
"required": [
"request"
],
"type": "object"
},
"name": "get_help_from_hr_agent"
}
]
Amazon Bedrock AgentCore Gateway is now ready for integration with the Amazon Quick Suite MCP client or other MCP clients.




Your Actions integration with the Amazon Bedrock AgentCore gateway is now ready for use.


You can start using the Actions integration from your Chat Agents. The following examples use My Assistant, the default Chat Agent.
What are the eligibility criteria for an employee to receive health benefits?

My computer is not connecting to network. Please help.

In this blog post, you experienced how the Amazon Quick Suite MCP client supports secure, seamless, and wide connectivity with remote hosted MCP servers such as those by Atlassian, Box, and AWS Knowledge MCP Server. You also saw how Amazon Bedrock AgentCore provides a straightforward mechanism to connect with existing solutions and agents, and how the Amazon Quick Suite MCP client connects with Amazon Bedrock AgentCore Gateway for a collaborative environment for users and AI agents on Amazon Quick Suite.
For more information on Amazon Quick Suite, and how you can get started, please refer to the blog post Announcing Amazon Quick Suite: your agentic teammate for answering questions and taking action. To know more about Amazon Bedrock AgentCore, please refer to the blog post Introducing Amazon Bedrock AgentCore Gateway: Transforming enterprise AI agent tool development.
Abhinav Jawadekar is a Principal Solutions Architect in the Amazon Quick Suite service team at AWS. Abhinav works with AWS customers and partners to help them build agentic AI solutions on AWS.
Vignesh Subramanian is a Senior Software Development Engineer at AWS, specializing in application security, fraud prevention, agentic AI, and model-tool interaction frameworks. He currently provides technical leadership for the Amazon Quick Suite and has been building at Amazon for over nine years. Outside of work, he enjoys experimenting with Rust, chasing sunsets, and hiking across the Pacific Northwest. You can connect with him on LinkedIn.
Manuel Rioux est fièrement propulsé par WordPress