{"id":4511,"date":"2026-08-31T22:47:00","date_gmt":"2026-08-31T22:47:00","guid":{"rendered":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/"},"modified":"2026-09-01T04:59:13","modified_gmt":"2026-09-01T04:59:13","slug":"connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick","status":"publish","type":"post","link":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/","title":{"rendered":"Join an AgentCore Runtime hosted MCP server to Amazon Fast"},"content":{"rendered":"<p><br \/>\n<\/p>\n<div id=\"\">\n<p>Mannequin Context Protocol (MCP) servers permit basis fashions to entry exterior information and instruments, supporting standardized, safe entry to information, databases, and APIs. They provide AI brokers the power to work together with real-world functions, scale back hallucinations with correct context, and provide stateful, multi-turn capabilities. Business-standard architectures shortly advanced and adopted MCP to energy agentic AI workflows.<\/p>\n<p>Amazon Fast helps MCP integrations for autonomous execution, real-time information entry, and specialised AI sub-agent integrations. If you have already got an MCP server, you should use this integration information to combine it with Amazon Fast. For those who would not have an MCP server but, you should use the AWS supplied steering for deploying MCP servers on AWS, which follows AWS Nicely-Architected pillars. Relying in your use case, you have got a number of choices:<\/p>\n<p>        You probably have your personal REST API or one working on Amazon API Gateway, you possibly can combine Amazon Fast instantly together with your API utilizing Amazon Bedrock AgentCore Gateway.<br \/>\n        For those who favor a serverless structure and want solely the naked minimal execution functionality in your AI agent, you possibly can writer an AWS Lambda operate and combine with Amazon Fast utilizing AgentCore Gateway.<br \/>\n        If you&#8217;d like a completely managed serverless MCP server resolution with session isolation, prolonged execution time, persistent file programs, built-in authentication, observability, enhanced payload, bidirectional streaming, and evaluations, you should use AgentCore Runtime for MCP server internet hosting and join with Amazon Fast utilizing AgentCore Gateway.<\/p>\n<p>On this submit, you&#8217;ll discover ways to deploy and host your MCP server in AgentCore Runtime and combine it with Amazon Fast, together with the stipulations. With this sample, you promote reusability and keep away from duplication of AI instruments, so purchasers can reuse generally used instruments and brokers uncovered by means of an MCP server as a substitute of authoring them from scratch once more. Your prospects get a means to make use of your product inside Amazon Fast (chat brokers and workflows) with out constructing customized connectors for each use case.<\/p>\n<h3 id=\"solution-overview\">Answer overview<\/h3>\n<p>As of this writing, you should use Amazon Fast in an online browser or the desktop app to work with a chat agent or Flows that present AI agent capabilities. To attach the AI agent with the MCP server for entry to extra instruments and sub-agent capabilities, it is advisable to combine the MCP server with Amazon Fast. The combination is dealt with by means of connectors on the Amazon Fast finish and AgentCore Gateway on the AgentCore finish. AgentCore Gateway and Runtime can be found in Amazon Bedrock AgentCore, a completely managed service for constructing generative AI functions. The authorization circulate from Amazon Fast to AgentCore Gateway is known as Inbound Auth, and the circulate from AgentCore Gateway to AgentCore Runtime is known as Outbound Auth. Inbound Auth handles authentication and authorizes the person to entry the MCP server. For Inbound Auth, we use Amazon Cognito for authorization wants, however you should use one other identification supplier. Outbound Auth handles machine-to-machine authentication and authorization, and we use AgentCore Id, a complete identification and entry administration service purpose-built for AI brokers. The MCP protocol presently requires OAuth 2.0 because the authentication protocol, so Outbound Auth makes use of OAuth 2.0.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-1.png\" alt=\"Architecture diagram of Amazon Quick connecting through AgentCore Gateway to an MCP server on AgentCore Runtime, with Amazon Cognito and AgentCore Identity for authentication\" width=\"800\"\/><\/p>\n<h3 id=\"prerequisites\">Conditions<\/h3>\n<p>Earlier than you start, confirm that you just meet the next stipulations to deploy the answer in your personal AWS account utilizing the step-by-step directions on this submit.<\/p>\n<p>        An AWS account.<br \/>\n        Amazon Fast arrange with an Creator or increased subscription.<br \/>\n        Permission to create AWS Id and Entry Administration (IAM) roles and insurance policies, and AWS sources for AgentCore, Amazon Cognito, and Amazon CloudWatch.<br \/>\n        Fundamental data of AWS providers.<br \/>\n        For the Amazon Bedrock AgentCore setup: <\/p>\n<p>          Entry to a command-line atmosphere with the AWS SDK and Python put in.<br \/>\n          Data of the AWS CLI and Python.<br \/>\n          Amazon Bedrock with entry enabled for Anthropic fashions.<\/p>\n<p>        To run this tutorial: <\/p>\n<p>          Python 3.10+.<br \/>\n          AWS credentials configured.<br \/>\n          Amazon Bedrock AgentCore SDK.<br \/>\n          MCP (Mannequin Context Protocol) library.<br \/>\n          Working Docker daemon.<\/p>\n<h3 id=\"implementation-steps\">Implementation steps<\/h3>\n<p>Observe these steps to go from a domestically authored MCP server to a completely built-in, authenticated instrument accessible inside your Amazon Fast chat agent.<\/p>\n<p>        Implement and deploy a pattern distant MCP server on AgentCore Runtime.<br \/>\n        Combine the MCP server with AgentCore Gateway with inbound and outbound auth.<br \/>\n        Register the MCP integration in Amazon Fast and combine together with your chat agent.<br \/>\n        Check the MCP server integration inside Amazon Fast.<br \/>\n        Clear up sources.<\/p>\n<h3 id=\"step-1-implement-and-deploy-a-remote-mcp-server-on-agentcore-runtime\">Step 1: Implement and deploy a distant MCP server on AgentCore Runtime<\/h3>\n<p>On this step, we deploy a pattern MCP server on AgentCore Runtime with primary dummy instruments. The detailed step-by-step code is obtainable within the AgentCore samples pocket book on GitHub, and we cowl it at a excessive stage.<\/p>\n<p>Create the venture construction and information as follows:<\/p>\n<p>Undertaking construction<\/p>\n<p>       mcp_server_project\/<br \/>\n\u251c\u2500\u2500 mcp_server.py          # Predominant MCP server code<br \/>\n\u251c\u2500\u2500 necessities.txt       # Dependencies<br \/>\n\u2514\u2500\u2500 __init__.py            # Python bundle marker<\/p>\n<p>File: necessities.txt<\/p>\n<p>       mcp&gt;=1.10.0<br \/>\nboto3<br \/>\nbedrock-agentcore<br \/>\nbedrock-agentcore-starter-toolkit&gt;=0.1.21<br \/>\nstrands-agents<\/p>\n<p>Set up the necessities in your Python interpreter utilizing the next command:<\/p>\n<div class=\"hide-language\">\n        uv venv sample-venv                   # Create Digital Setting<br \/>\nsupply sample-venv\/bin\/activate       # Activate Digital Setting<br \/>\nuv pip set up -r necessities.txt    # Set up the dependencies\n       <\/div>\n<p>The next is a pattern bare-minimum code. For extra particulars on safe auth setup, see Constructing a safe auth code circulate setup utilizing AgentCore Gateway with MCP purchasers. If you configure an AgentCore Runtime with the MCP protocol, the service expects MCP server containers to be accessible on the path 0.0.0.0:8000\/mcp, which is the default path supported by most official MCP server SDKs.<\/p>\n<p>File: sample_mcp_server.py<\/p>\n<div class=\"hide-language\">\n        from mcp.server.fastmcp import FastMCP<\/p>\n<p>mcp = FastMCP(host=&#8221;0.0.0.0&#8243;, stateless_http=True)<\/p>\n<p>@mcp.instrument()<br \/>\ndef getOrder() -&gt; int:<br \/>\n    &#8220;&#8221;&#8221;Get an order&#8221;&#8221;&#8221;<br \/>\n    return 123<\/p>\n<p>@mcp.instrument()<br \/>\ndef updateOrder(orderId: int) -&gt; int:<br \/>\n    &#8220;&#8221;&#8221;Replace current order&#8221;&#8221;&#8221;<br \/>\n    return 456<\/p>\n<p>if __name__ == &#8220;__main__&#8221;:<br \/>\n    mcp.run(transport=&#8221;streamable-http&#8221;)\n       <\/p><\/div>\n<p>The server makes use of FastMCP with stateless_http=True, which is required for AgentCore Runtime compatibility. This code does the next:<\/p>\n<p>        FastMCP: Creates an MCP server that may host your instruments.<br \/>\n        @mcp.instrument(): Decorator that turns your Python features into MCP instruments.<br \/>\n        stateless_http=True: Required for AgentCore Runtime compatibility.<\/p>\n<p>You&#8217;ll be able to check your MCP server domestically utilizing a neighborhood MCP server consumer by following the Creating Native Testing Shopper and Testing Domestically sections within the pocket book.<\/p>\n<p>Now, you&#8217;re able to deploy to AgentCore Runtime. You&#8217;ll be able to deploy utilizing the Bedrock starter equipment from the terminal (described within the following steps) or by means of a Python script, as listed within the Launching MCP Server to AgentCore Runtime part within the pocket book. We use the AgentCore starter equipment on this tutorial.<\/p>\n<p>Open your terminal with the present working listing set to your venture listing, and configure your venture for deployment. The configure command is interactive with self-explanatory steps. You&#8217;ll be able to decide the defaults for this tutorial.<\/p>\n<div class=\"hide-language\">\n        # Configure your AgentCore venture<br \/>\nagentcore configure &#8211;entrypoint mcp_server.py &#8211;name simple_mcp_server\n       <\/div>\n<p>The configure command performs a number of key setup duties routinely. It generates a Dockerfile and .dockerignore file for containerizing your agent in order that your Python software runs constantly throughout totally different environments. Most significantly, it creates a .bedrock_agentcore.yaml configuration file that shops your agent\u2019s runtime settings and deployment parameters.<\/p>\n<p>The &#8211;entrypoint parameter specifies the Python file that incorporates your agent\u2019s predominant logic. That is the file together with your @app.entrypoint adorned operate. The &#8211;name parameter assigns a singular identifier to your agent inside your AWS account, which is used for useful resource naming and administration throughout AWS providers.<\/p>\n<p>After you configure the venture, you possibly can provoke the deployment by working the next command.<\/p>\n<p>You need to be capable of see the MCP server in Runtime now.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-2.png\" alt=\"AgentCore Runtime console showing the deployed MCP server\" width=\"800\"\/><\/p>\n<h3 id=\"step-2-integrate-the-mcp-server-with-agentcore-gateway-with-inbound-and-outbound-auth\">Step 2: Combine the MCP server with AgentCore Gateway with inbound and outbound auth<\/h3>\n<p>On this step, we configure AgentCore Gateway to behave because the safe bridge between Amazon Fast and your deployed MCP server. The inbound and outbound flows are arrange with advisable safety finest practices, together with end-to-end TLS that&#8217;s accessible out of the field. You&#8217;ll be able to seek advice from the respective service documentation for customizations. This entails organising an IAM function for the Gateway, configuring two Amazon Cognito person swimming pools to deal with Inbound Auth (authorizing requests from Amazon Fast) and Outbound Auth (authenticating calls to the MCP server by means of OAuth 2.0), and creating the Gateway endpoint. For programmatic setup, observe the MCP server as a goal tutorial on GitHub.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-3.png\" alt=\"Diagram of AgentCore Gateway bridging Amazon Quick and the MCP server with inbound and outbound auth\" width=\"800\"\/><\/p>\n<h4 id=\"step-2a-create-an-iam-role-for-agentcore-gateway-to-assume\">Step 2a: Create an IAM function for AgentCore Gateway to imagine<\/h4>\n<p>Go to the AWS Administration Console, select IAM, after which select Create function. Choose Amazon Bedrock AgentCore because the use case.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-4.png\" alt=\"IAM create role page with Amazon Bedrock AgentCore selected as the use case\" width=\"800\"\/><\/p>\n<p>You&#8217;ll be able to connect the next inline IAM coverage in Permissions:<\/p>\n<div class=\"hide-language\">\n        {<br \/>\n    &#8220;Model&#8221;: &#8220;2012-10-17&#8221;,<br \/>\n    &#8220;Assertion&#8221;: [<br \/>\n        {<br \/>\n            &#8220;Sid&#8221;: &#8220;MCPServerRuntimePermissions&#8221;,<br \/>\n            &#8220;Effect&#8221;: &#8220;Allow&#8221;,<br \/>\n            &#8220;Action&#8221;: [<br \/>\n                &#8220;bedrock-agentcore:InvokeAgentRuntime&#8221;,<br \/>\n                &#8220;bedrock-agentcore:InvokeRegistryMcp&#8221;,<br \/>\n                &#8220;secretsmanager:GetSecretValue&#8221;<br \/>\n            ],<br \/>\n            &#8220;Useful resource&#8221;: [<br \/>\n                &#8220;arn:aws:bedrock-agentcore:::runtime\/&#8221;,<br \/>\n                &#8220;arn:aws:bedrock-agentcore:::runtime\/\/runtime-endpoint\/*&#8221;<br \/>\n        }<br \/>\n        ]<br \/>\n}\n       <\/div>\n<p>Use the pattern function title agentcore-sample-mcpgateway-role (or decide your personal). For Useful resource, populate it with the runtime ARN of the MCP server deployed on AgentCore Runtime.<\/p>\n<h4 id=\"step-2b-create-an-amazon-cognito-user-pool-for-inbound-authorization-to-the-gateway\">Step 2b: Create an Amazon Cognito person pool for inbound authorization to the Gateway<\/h4>\n<p>Navigate to Amazon Cognito and create a brand new person pool that serves because the Inbound authorization layer, validating requests from Amazon Fast earlier than they attain the Gateway.<\/p>\n<p>Go to Amazon Cognito and select Create person pool.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-5.png\" alt=\"Amazon Cognito Create user pool page\" width=\"800\"\/><\/p>\n<p>Subsequent, configure the useful resource server in your person pool. Within the navigation pane, select Area below Branding, and create a brand new useful resource server to outline the protected customized scope invoke that the Gateway validates throughout authorization.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-6.png\" alt=\"Amazon Cognito resource server configuration with the invoke custom scope\" width=\"800\"\/><\/p>\n<p>Preserve a be aware of the next Inbound Auth particulars from the person pool created earlier, as a result of these are referenced in later steps:<\/p>\n<p>        Shopper ID and Shopper Secret: Within the navigation pane, select App Shoppers, after which choose your app consumer to view the credentials.<br \/>\n        Discovery URL: https:\/\/cognito-idp.{REGION}.amazonaws.com\/{gw_user_pool_id}\/.well-known\/openid-configuration<\/p>\n<h4 id=\"step-2c-create-an-amazon-cognito-user-pool-for-outbound-authorization\">Step 2c: Create an Amazon Cognito person pool for outbound authorization<\/h4>\n<p>Navigate to Amazon Cognito and create a second person pool that serves because the Outbound authorization layer, so the Gateway can authenticate itself when making calls to the MCP server hosted on AgentCore Runtime.<\/p>\n<p>Go to Amazon Cognito and select Create person pool.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-7.png\" alt=\"Amazon Cognito Create user pool page for the outbound authorization layer\" width=\"800\"\/><\/p>\n<p>Just like inbound authorization, create a useful resource server for outbound authorization and get the small print for the consumer ID, secret, and discovery URL with the protected customized scope invoke.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-8.png\" alt=\"Amazon Cognito resource server for outbound authorization with the invoke custom scope\" width=\"800\"\/><\/p>\n<p>Preserve a be aware of the next data accessible from the person pool for Outbound Auth that&#8217;s wanted later:<\/p>\n<p>        Shopper ID and Shopper Secret: Within the navigation pane, select App Shoppers, after which choose your app consumer to view the credentials.<br \/>\n        Discovery URL: https:\/\/cognito-idp.{REGION}.amazonaws.com\/{gw_user_pool_id}\/.well-known\/openid-configuration<\/p>\n<p>Subsequent, create an OAuth credential supplier in AgentCore Id. Navigate to Amazon Bedrock AgentCore, select Id, after which select Add Outbound Auth and Create OAuth Shopper. Populate the shape with the Discovery URL, Shopper ID, and Shopper Secret from the app consumer created within the Outbound Auth Amazon Cognito person pool within the earlier step.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-9.png\" alt=\"AgentCore Identity Create OAuth Client form populated with the outbound Cognito app client details\" width=\"800\"\/><\/p>\n<h4 id=\"step-2d-create-the-agentcore-gateway\">Step second: Create the AgentCore Gateway<\/h4>\n<p>Navigate to Amazon Bedrock AgentCore, select Gateway, after which select Create Gateway. For this walkthrough, we title it ac-gateway-mcp-server. For Inbound Auth, choose JWT because the authentication sort, select Use Current Id Supplier Configuration, and supply the Discovery URL and Shopper ID from the Inbound Auth Amazon Cognito person pool created in Step 2b.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-10.png\" alt=\"AgentCore Gateway creation page with JWT inbound auth configuration\" width=\"800\"\/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-11.png\" alt=\"AgentCore Gateway inbound auth details with the Cognito discovery URL and client ID\" width=\"800\"\/><\/p>\n<p>Within the Permissions part, use the IAM function we created in Step 2a.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-12.png\" alt=\"AgentCore Gateway Permissions section with the IAM role selected\" width=\"800\"\/><\/p>\n<p>Underneath the Goal part, register your MCP server as a goal. Confirm that you choose OAuth Shopper because the authorization sort, as a result of the MCP protocol doesn&#8217;t help different authorization strategies right now. To construct the MCP endpoint URL, use the next template, changing encoded_agentcore_runtime_mcp_server_arn with the URL-encoded ARN of your MCP server deployed on AgentCore Runtime.<\/p>\n<p>       https:\/\/bedrock-agentcore.us-east-1.amazonaws.com\/runtimes\/{encoded_agentcore_runtime_mcp_server_arn}\/invocations?qualifier=DEFAULT<\/p>\n<p>For the Outbound Auth configuration, use the OAuth consumer that we created within the Outbound Auth part.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-13.png\" alt=\"AgentCore Gateway Target section with the MCP server endpoint and OAuth client configured\" width=\"800\"\/><\/p>\n<p>After the small print are crammed in, select Create Gateway, and watch for each the Gateway and its Goal to achieve a Prepared state earlier than continuing to the subsequent step.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-14.png\" alt=\"AgentCore Gateway in the Ready state\" width=\"800\"\/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-15.png\" alt=\"AgentCore Gateway Target in the Ready state\" width=\"800\"\/><\/p>\n<h3 id=\"step-3-register-mcp-integration-in-amazon-quick\">Step 3: Register MCP integration in Amazon Fast<\/h3>\n<p>Navigate to Amazon Fast, select Connectors, after which select Create in your workforce. Choose Mannequin Context Protocol (MCP) as the combination sort to start registering your newly created Gateway as an MCP integration.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-16.png\" alt=\"Amazon Quick Connectors page with Model Context Protocol selected as the integration type\" width=\"800\"\/><\/p>\n<p>Present a reputation and outline in your integration, together with the MCP Server Endpoint, which is the Useful resource URL of the AgentCore Gateway created in Step second. For the connection sort, you even have the choice to decide on personal VPC connectivity to limit the visibility of your MCP server over the community for higher safety.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-17.png\" alt=\"Amazon Quick integration configuration with the MCP server endpoint\" width=\"800\"\/><\/p>\n<p>On the Authenticate display screen, fill within the Inbound Auth particulars configured on the AgentCore Gateway in Step second. You&#8217;ll be able to choose the authentication sort based mostly in your use case. In case your use case is authenticating particular person customers, choose Person authentication. In case your use case is a extra systematic integration, then choose Service authentication. For this tutorial, we use Person authentication with Amazon Cognito. You&#8217;ll be able to join your most popular identification supplier. Fill within the Shopper ID, Shopper Secret, Token URL, and Authorization URL particulars based mostly on the identification supplier chosen.<\/p>\n<p>For the Token URL, use the next template. Observe that the underscore within the person pool ID have to be eliminated (for instance, us-west-2_qNBcTlLbR turns into us-west-2qNBcTlLbR). For the Authorize URL, use the identical URL however exchange token with authorize.<\/p>\n<p>Token URL template:<\/p>\n<p>       https:\/\/{user_pool_id_without_underscore}.auth.{REGION}.amazoncognito.com\/oauth2\/token<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-18.png\" alt=\"Amazon Quick Authenticate screen with the Cognito token and authorize URLs\" width=\"800\"\/><\/p>\n<p>After the small print are crammed in, select Create and Proceed, and evaluation your configuration. The display screen reveals solely listTools for now and syncs the instruments with the MCP server. The sync is full after the Motion is within the Out there state.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-19.png\" alt=\"Amazon Quick integration review screen showing listTools before the sync completes\" width=\"800\"\/><\/p>\n<p>You need to see the instruments refreshed after the Motion is within the Out there or Prepared state.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-20.png\" alt=\"Amazon Quick integration showing the synced MCP tools in the Available state\" width=\"800\"\/><\/p>\n<h3 id=\"step-4-test-the-mcp-server-integration-within-amazon-quick\">Step 4: Check the MCP server integration inside Amazon Fast<\/h3>\n<p>You&#8217;ll be able to select Check Motion APIs to confirm that your MCP instruments are accessible and functioning as anticipated.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-21.png\" alt=\"Amazon Quick Test Action APIs screen verifying the MCP tools\" width=\"800\"\/><\/p>\n<p>After the combination is ready up, you possibly can add it as an Motion in your chat agent or Flows. The Actions integration permits your Fast agent or workflow to invoke MCP instruments. For this tutorial, we create one pattern chat agent. You&#8217;ll be able to present extra context to the agent by linking a House or importing information, however we skip that for now and focus solely on the MCP server integration.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-22.png\" alt=\"Amazon Quick chat agent configuration page\" width=\"800\"\/><\/p>\n<p>Within the Actions part, select Hyperlink Actions and choose the Actions integration we created in Step 3.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-23.png\" alt=\"Amazon Quick Link Actions dialog with the MCP integration selected\" width=\"800\"\/><\/p>\n<p>You&#8217;ll be able to then check the combination with the MCP server inside the chat agent and launch the chat agent after validating the outcomes.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-24.png\" alt=\"Amazon Quick chat agent invoking the MCP tools and returning results\" width=\"800\"\/><\/p>\n<h3 id=\"step-5-clean-up\">Step 5: Clear up<\/h3>\n<p>To keep away from incurring pointless prices, delete the sources created on this walkthrough within the reverse order of creation to ensure that dependencies are cleanly eliminated earlier than you delete the sources they depend on. You can too seek advice from the cleanup code within the tutorial pocket book on GitHub.<\/p>\n<p>        Delete the Amazon Fast chat agent or Stream.<br \/>\n        Delete the Amazon Fast Motion.<br \/>\n        Delete the AgentCore Gateway.<br \/>\n        Delete the AgentCore Id sources.<br \/>\n        Delete each the inbound and outbound auth Amazon Cognito person swimming pools.<br \/>\n        Delete the AgentCore Runtime.<br \/>\n        Delete the AgentCore Gateway IAM function.<\/p>\n<h3 id=\"conclusion\">Conclusion<\/h3>\n<p>On this submit, you discovered how Amazon Fast integrates with customized MCP servers hosted on Amazon Bedrock AgentCore Runtime. You walked by means of deploying a distant MCP server on AgentCore Runtime, securing it with inbound and outbound authentication utilizing Amazon Cognito and AgentCore Id, bridging it to Amazon Fast by means of AgentCore Gateway, and registering it as an Motion integration in Amazon Fast. This sample promotes reusability of AI instruments and brokers throughout your group, so groups can expose specialised capabilities by means of a standardized MCP interface and eat them instantly inside Amazon Fast chat brokers and Flows, with out constructing customized connectors for each use case.<\/p>\n<p>For extra details about Amazon Fast and how one can get began, see the weblog submit Asserting Amazon Fast: your agentic teammate for answering questions and taking motion. For extra details about Amazon Bedrock AgentCore, see the weblog submit Introducing Amazon Bedrock AgentCore Gateway: Remodeling enterprise AI agent instrument growth.<\/p>\n<h2>Concerning the authors<\/h2>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-25.png\" alt=\"Vivek Ghatala\" width=\"100\" height=\"100\"\/><\/p>\n<\/p><\/div>\n<h3 class=\"lb-h4\">Vivek Ghatala<\/h3>\n<p>Vivek is a Senior Software program Improvement Engineer at Amazon Internet Companies on the AWS FinTech workforce. He focuses on designing, constructing, and optimizing monetary functions that scale to help AWS Knowledge Heart monetary operations worldwide with accuracy. He seeks alternatives to construct Generative AI functions that remedy complicated, error-prone, and time-intensive guide processes, serving to Amazon Finance undertake Agentic AI and different applied sciences that increase productiveness whereas avoiding pitfalls like hallucinations.<\/p>\n<\/p><\/div>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-26.jpg\" alt=\"Vishnu Elangovan\" width=\"100\" height=\"100\"\/><\/p>\n<\/p><\/div>\n<h3 class=\"lb-h4\">Vishnu Elangovan<\/h3>\n<p>Vishnu is a Worldwide Agentic AI Answer Architect with over a decade of expertise in Utilized AI\/ML and Deep Studying. He loves constructing and tinkering with scalable AI\/ML options and considers himself a lifelong learner. Vishnu is a trusted thought chief within the AI\/ML neighborhood, often talking at main AI conferences and sharing his experience on Agentic AI at top-tier occasions.<\/p>\n<\/p><\/div>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-27.jpeg\" alt=\"Sreeja Das\" width=\"100\" height=\"100\"\/><\/p>\n<\/p><\/div>\n<h3 class=\"lb-h4\">Sreeja Das<\/h3>\n<p>Sreeja is a Principal Engineer in AWS Fintech. Previous to her function in AWS Fintech, she spearheaded the re-architecture of Order &amp; Refund Processing, Billing, Checkbook, and the eCommerce Monetary Integration Platform \u2014 programs collectively serving tens of trillions of buyer requests each day \u2014 and holds two patents in distributed programs and information structure.<\/p>\n<\/p><\/div>\n<div class=\"blog-author-box\">\n<div class=\"blog-author-image\">\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignleft size-full\" src=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/07\/ML-20742-28.jpeg\" alt=\"Lucien LaScala\" width=\"100\" height=\"100\"\/><\/p>\n<\/p><\/div>\n<h3 class=\"lb-h4\">Lucien LaScala<\/h3>\n<p>Lucien is a Knowledge Engineer working with the DataStudio workforce within the AWS Fintech group. He builds MCP servers and instruments that permit finance stakeholders to shortly entry, question, and perceive complicated monetary information utilizing pure language prompts. In his spare time, he enjoys watching 80s motion pictures and hoping the Atlanta Falcons shall be higher subsequent season.<\/p>\n<\/p><\/div><\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/aws.amazon.com\/blogs\/machine-learning\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mannequin Context Protocol (MCP) servers permit basis fashions to entry exterior information and instruments, supporting standardized, safe entry to information, databases, and APIs. They provide AI brokers the power to work together with real-world functions, scale back hallucinations with correct context, and provide stateful, multi-turn capabilities. Business-standard architectures shortly advanced and adopted MCP to energy [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4513,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/08\/20742.png","fifu_image_alt":"","jnews-multi-image_gallery":[],"jnews_single_post":[],"jnews_primary_category":[],"jnews_override_bookmark_settings":[],"jnews_social_meta":[],"jnews_override_counter":[],"footnotes":""},"categories":[7],"tags":[1753,83,2959,4691,1268,1265,1794,2092],"class_list":["post-4511","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data-science-mlops","tag-agentcore","tag-amazon","tag-connect","tag-hosted","tag-mcp","tag-quick","tag-runtime","tag-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Join an AgentCore Runtime hosted MCP server to Amazon Fast - Future News 24<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Join an AgentCore Runtime hosted MCP server to Amazon Fast - Future News 24\" \/>\n<meta property=\"og:description\" content=\"Mannequin Context Protocol (MCP) servers permit basis fashions to entry exterior information and instruments, supporting standardized, safe entry to information, databases, and APIs. They provide AI brokers the power to work together with real-world functions, scale back hallucinations with correct context, and provide stateful, multi-turn capabilities. Business-standard architectures shortly advanced and adopted MCP to energy [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/\" \/>\n<meta property=\"og:site_name\" content=\"Future News 24\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-31T22:47:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T04:59:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/08\/20742.png\" \/><meta property=\"og:image\" content=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/08\/20742.png\" \/>\n<meta name=\"author\" content=\"Future News 24\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/08\/20742.png\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Future News 24\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/\"},\"author\":{\"name\":\"Future News 24\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/person\\\/cecad1bde21cfc357cf70128144d6c83\"},\"headline\":\"Join an AgentCore Runtime hosted MCP server to Amazon Fast\",\"datePublished\":\"2026-08-31T22:47:00+00:00\",\"dateModified\":\"2026-09-01T04:59:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/\"},\"wordCount\":3069,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/d2908q01vomqb2.cloudfront.net\\\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\\\/2026\\\/07\\\/08\\\/20742.png\",\"keywords\":[\"AgentCore\",\"Amazon\",\"Connect\",\"hosted\",\"MCP\",\"Quick\",\"Runtime\",\"Server\"],\"articleSection\":[\"Data Science &amp; MLOps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/\",\"name\":\"Join an AgentCore Runtime hosted MCP server to Amazon Fast - Future News 24\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/d2908q01vomqb2.cloudfront.net\\\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\\\/2026\\\/07\\\/08\\\/20742.png\",\"datePublished\":\"2026-08-31T22:47:00+00:00\",\"dateModified\":\"2026-09-01T04:59:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/#primaryimage\",\"url\":\"https:\\\/\\\/d2908q01vomqb2.cloudfront.net\\\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\\\/2026\\\/07\\\/08\\\/20742.png\",\"contentUrl\":\"https:\\\/\\\/d2908q01vomqb2.cloudfront.net\\\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\\\/2026\\\/07\\\/08\\\/20742.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/2026\\\/08\\\/31\\\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/futurenews24.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Join an AgentCore Runtime hosted MCP server to Amazon Fast\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#website\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/\",\"name\":\"Future News 24\",\"description\":\"The Smart Hub for AI and Next-Gen Innovation\",\"publisher\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/futurenews24.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#organization\",\"name\":\"Future News 24\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/futurenews24.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fn24-favicon.png\",\"contentUrl\":\"https:\\\/\\\/futurenews24.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/fn24-favicon.png\",\"width\":250,\"height\":250,\"caption\":\"Future News 24\"},\"image\":{\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/futurenews24.com\\\/#\\\/schema\\\/person\\\/cecad1bde21cfc357cf70128144d6c83\",\"name\":\"Future News 24\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g\",\"caption\":\"Future News 24\"},\"sameAs\":[\"https:\\\/\\\/futurenews24.com\"],\"url\":\"https:\\\/\\\/futurenews24.com\\\/index.php\\\/author\\\/mridulpahuja20\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Join an AgentCore Runtime hosted MCP server to Amazon Fast - Future News 24","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/","og_locale":"en_US","og_type":"article","og_title":"Join an AgentCore Runtime hosted MCP server to Amazon Fast - Future News 24","og_description":"Mannequin Context Protocol (MCP) servers permit basis fashions to entry exterior information and instruments, supporting standardized, safe entry to information, databases, and APIs. They provide AI brokers the power to work together with real-world functions, scale back hallucinations with correct context, and provide stateful, multi-turn capabilities. Business-standard architectures shortly advanced and adopted MCP to energy [&hellip;]","og_url":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/","og_site_name":"Future News 24","article_published_time":"2026-08-31T22:47:00+00:00","article_modified_time":"2026-09-01T04:59:13+00:00","og_image":[{"url":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/08\/20742.png","type":"","width":"","height":""},{"url":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/08\/20742.png","type":"","width":"","height":""}],"author":"Future News 24","twitter_card":"summary_large_image","twitter_image":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/08\/20742.png","twitter_misc":{"Written by":"Future News 24","Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/#article","isPartOf":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/"},"author":{"name":"Future News 24","@id":"https:\/\/futurenews24.com\/#\/schema\/person\/cecad1bde21cfc357cf70128144d6c83"},"headline":"Join an AgentCore Runtime hosted MCP server to Amazon Fast","datePublished":"2026-08-31T22:47:00+00:00","dateModified":"2026-09-01T04:59:13+00:00","mainEntityOfPage":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/"},"wordCount":3069,"commentCount":0,"publisher":{"@id":"https:\/\/futurenews24.com\/#organization"},"image":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/#primaryimage"},"thumbnailUrl":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/08\/20742.png","keywords":["AgentCore","Amazon","Connect","hosted","MCP","Quick","Runtime","Server"],"articleSection":["Data Science &amp; MLOps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/","url":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/","name":"Join an AgentCore Runtime hosted MCP server to Amazon Fast - Future News 24","isPartOf":{"@id":"https:\/\/futurenews24.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/#primaryimage"},"image":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/#primaryimage"},"thumbnailUrl":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/08\/20742.png","datePublished":"2026-08-31T22:47:00+00:00","dateModified":"2026-09-01T04:59:13+00:00","breadcrumb":{"@id":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/#primaryimage","url":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/08\/20742.png","contentUrl":"https:\/\/d2908q01vomqb2.cloudfront.net\/f1f836cb4ea6efb2a0b1b99f41ad8b103eff4b59\/2026\/07\/08\/20742.png"},{"@type":"BreadcrumbList","@id":"https:\/\/futurenews24.com\/index.php\/2026\/08\/31\/connect-an-agentcore-runtime-hosted-mcp-server-to-amazon-quick\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/futurenews24.com\/"},{"@type":"ListItem","position":2,"name":"Join an AgentCore Runtime hosted MCP server to Amazon Fast"}]},{"@type":"WebSite","@id":"https:\/\/futurenews24.com\/#website","url":"https:\/\/futurenews24.com\/","name":"Future News 24","description":"The Smart Hub for AI and Next-Gen Innovation","publisher":{"@id":"https:\/\/futurenews24.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/futurenews24.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/futurenews24.com\/#organization","name":"Future News 24","url":"https:\/\/futurenews24.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/futurenews24.com\/#\/schema\/logo\/image\/","url":"https:\/\/futurenews24.com\/wp-content\/uploads\/2026\/06\/fn24-favicon.png","contentUrl":"https:\/\/futurenews24.com\/wp-content\/uploads\/2026\/06\/fn24-favicon.png","width":250,"height":250,"caption":"Future News 24"},"image":{"@id":"https:\/\/futurenews24.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/futurenews24.com\/#\/schema\/person\/cecad1bde21cfc357cf70128144d6c83","name":"Future News 24","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d57f07142d73cb5503ab2446ea7bc9ef3d0a5ba378d64a6157692311e42bf097?s=96&d=mm&r=g","caption":"Future News 24"},"sameAs":["https:\/\/futurenews24.com"],"url":"https:\/\/futurenews24.com\/index.php\/author\/mridulpahuja20\/"}]}},"_links":{"self":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/4511","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/comments?post=4511"}],"version-history":[{"count":1,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/4511\/revisions"}],"predecessor-version":[{"id":4512,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/posts\/4511\/revisions\/4512"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/media\/4513"}],"wp:attachment":[{"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/media?parent=4511"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/categories?post=4511"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/futurenews24.com\/index.php\/wp-json\/wp\/v2\/tags?post=4511"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}