AWS, 베드록 애전트코어에서 인터랙티브 MCP 앱 구축하는 법 공개
AWS published a technical guide detailing how Amazon Bedrock AgentCore's runtime and gateway support MCP Apps, interactive widgets for AI hosts like ChatGPT and Claude.
한 줄 답
개발자는 Amazon Bedrock AgentCore를 활용해 어떻게 인터랙티브 MCP 앱을 구축할 수 있을까?
AWS says its Amazon Bedrock AgentCore platform supports MCP Apps, a Model Context Protocol extension that renders interactive HTML widgets inside AI hosts like ChatGPT and Claude. AWS demonstrated the capability with a sample app called Unicorn Rentals, showing browsing, booking, viewing, and returning rentals through AgentCore's runtime and gateway.
핵심 요약
- AWS says Amazon Bedrock AgentCore now supports MCP Apps, letting developers add interactive HTML widgets to agent responses inside AI hosts like ChatGPT and Claude instead of plain text.
- AWS는 이 지원 기능이 AgentCore의 두 가지 기능, 즉 MCP를 네이티브로 지원하는 안전한 서버리스 세션 격리 호스트인 AgentCore 런타임과 이를 단일한 보안 엔드포인트로 노출하는 AgentCore 게이트웨이 덕분이라고 설명한다.
- AWS demonstrated the setup with a sample app, Unicorn Rentals, that lets users browse, book, view, and return unicorn rentals through natural-language requests.
- AWS는 동일한 유니콘 렌탈스 서버가 ChatGPT, 클로드(Claude)를 비롯해 MCP 앱스(MCP Apps) 확장 기능을 지원하는 어떤 호스트에서도 수정 없이 그대로 구동된다고 밝혔다.
- In the demo, the booking-view step returned as plain text rather than a card, which AWS says reflects that not every request needs a rich interface.
AWS, 베드록 애전트코어에서 대화형 MCP 앱 구축하는 가이드 공개
아마존웹서비스(AWS)는 2026년 9월 11일 기술 블로그 게시글을 통해 개발자들이 아마존 베드록 애전트코어(Amazon Bedrock AgentCore)를 활용해 MCP 앱, 즉 AI 채팅 호스트 안에서 구동되는 대화형 애플리케이션을 구축하고 배포하는 방법을 설명했다. AWS의 댄티스 스티븐과 밥스 칼리드슨이 작성한 이 게시글은 렌털 서비스 샘플 애플리케이션을 예로 들어 해당 기능의 실제 동작을 보여준다.
MCP 앱이 더하는 것
AWS에 따르면 MCP 앱은 모델 컨텍스트 프로토콜(MCP)을 확장해, 응답을 단순 텍스트로 제한하는 대신 챗GPT나 클로드 같은 AI 호스트 안에서 직접 렌더링되는 대화형 HTML 위젯을 추가한다. AWS는 이 표준을 활용하면 특정 호스트 하나에 통합을 종속시키지 않고도 여러 AI 호스트에서 자사 서비스를 이용할 수 있게 만들 수 있다고 설명한다.
애전트코어의 역할
AWS는 아마존 베드록 애전트코어를 어떤 프레임워크나 모델과도 호환되는, 대규모로 에이전트를 구축·연결·최적화하는 플랫폼으로 소개한다. MCP 앱과 관련해 AWS는 애전트코어의 두 가지 기능을 특히 언급한다.
- 애전트코어 런타임(AgentCore Runtime): 네이티브 MCP 지원을 갖춘 안전하고 서버리스이며 세션이 격리된 호스트라고 AWS는 설명한다.
- 애전트코어 게이트웨이(AgentCore Gateway): 이 런타임을 단일한 보안 엔드포인트로 노출시켜 MCP 앱과 호환되는 호스트들이 접근할 수 있도록 한다.
AWS는 이러한 인프라 작업을 애전트코어가 처리해주기 때문에 개발자는 비즈니스 로직과 위젯 설계에 집중할 수 있다고 밝혔다.
샘플 앱: 유니콘 렌탈스
이 구성을 보여주기 위해 AWS는 '유니콘 렌탈스(Unicorn Rentals)'라는 샘플 애플리케이션을 만들어 AI 호스트에 연결된 MCP 앱으로 배포했다. AWS에 따르면 이 앱을 통해 고객은 대여 가능한 유니콘을 둘러보고, 대여를 예약하고, 현재 진행 중인 예약을 확인하고, 유니콘을 반납할 수 있으며, 지원되는 AI 호스트가 무엇이든 동일한 모습과 동작을 유지한다. 게시글은 챗GPT에서 구동되는 모습을 시연하며, AWS는 같은 서버가 클로드를 비롯해 MCP 앱 확장을 지원하는 다른 호스트에서도 동일하게 작동한다고 설명한다.
AWS는 네 가지 상호작용을 소개했다.
AWS는 예약 조회 단계에서 카드 대신 일반 텍스트로 응답이 돌아온다는 점을 짚으며, 모든 요청이 풍부한 인터페이스를 필요로 하는 것은 아니라고 설명했다.
출처: AWS 머신러닝 블로그, "Build interactive MCP Apps using Amazon Bedrock AgentCore," 2026년 9월 11일 게재.
자주 묻는 질문
- MCP Apps란 무엇인가?
- According to AWS, MCP Apps is an extension of the Model Context Protocol that adds interactive HTML widgets rendered inside AI hosts such as ChatGPT and Claude, instead of plain-text responses.
- Amazon Bedrock AgentCore는 어떤 역할을 하는가?
- AWS says AgentCore provides AgentCore Runtime, a secure serverless session-isolated host with native MCP support, and AgentCore Gateway, which exposes that host through a single secure endpoint for MCP Apps-compatible hosts.
- 유니콘 렌탈스(Unicorn Rentals)란 무엇인가?
- Unicorn Rentals is a sample application AWS built to demonstrate MCP Apps on Bedrock AgentCore, letting users browse available unicorns, book rentals, view active bookings, and return unicorns via natural-language requests.
- 이 앱은 어떤 AI 호스트를 사용하든 동일하게 작동하나요?
- AWS says yes: because MCP Apps is a host-agnostic standard, the Unicorn Rentals server delivers the same experience whether accessed through ChatGPT, Claude, or another host that supports the MCP Apps extension.
출처
- Build interactive MCP Apps using Amazon Bedrock AgentCore | Artificial Intelligence — Amazon Web Services (AWS)