← Back to all announcements
★★★★★ 16/06/2026

Announcing Web Search on Amazon Bedrock AgentCore for Agentic Web Retrieval

AWS agents can now search the live web natively inside your AWS environment — no third-party APIs, no data egress, no extra setup.

View original announcement →

Visual Summary

graph TD A{{Web Search on AgentCore}}:::announced B((AI Agent)):::external C(AgentCore Gateway):::compute D([MCP Protocol]):::feature E(Amazon Web Index):::storage F(Amazon Knowledge Graph):::storage G([Zero Data Egress]):::feature H([Ranked Excerpts]):::feature I(Amazon Bedrock):::compute B ==>|"natural-language query"| C C ==>|"routes via"| D D ==>|"invokes"| A A -->|"crawls"| E A -->|"retrieves facts"| F A -->|"returns"| H H -->|"reasons over"| I I -->|"grounded response"| B A -.->|"enforces"| G classDef announced fill:#ff9900,stroke:#ec7211,color:#fff,font-weight:bold classDef compute fill:#e3f2fd,stroke:#1565c0,color:#1565c0 classDef storage fill:#e8f5e9,stroke:#2e7d32,color:#2e7d32 classDef feature fill:#fff3e0,stroke:#e65100,color:#e65100 classDef external fill:#f5f5f5,stroke:#616161,color:#616161

What's New

AWS has announced the general availability of Web Search on Amazon Bedrock AgentCore, a fully managed tool that enables AI agents to retrieve current, accurate web information without leaving the AWS environment. Built on Amazon's own search infrastructure and exposed via the Model Context Protocol (MCP) through AgentCore Gateway, it combines a live web index with structured knowledge graph data to ground agent responses in up-to-date facts. This eliminates the need for developers to integrate and manage third-party search providers when building agentic applications on Bedrock AgentCore.

How It Works

  • MCP-based connector: Web Search is exposed as a built-in connector target on the AgentCore Gateway using the Model Context Protocol (MCP), so agents interact with it through a standardized, natural-language query interface.
  • Multi-source grounding: Results are drawn from two complementary sources — Amazon's own web index (a crawled, ranked web corpus) and a structured Amazon Knowledge Graph containing entity data and verified facts.
  • Agentic-optimized output: The tool returns ranked, high-value excerpts (snippets), source URLs, titles, and publication dates, designed to maximize relevant information per token for downstream model reasoning.
  • Zero data egress: All query processing and result retrieval remain within the customer's secured AWS environment; no user prompts or retrieval queries are sent to external third-party search APIs.
  • Gateway integration: Developers configure a Web Search tool target in the AgentCore Gateway console (choosing MCP target protocol and Connectors as the target type), after which the endpoint is accessible via Python SDK, AWS SDK (boto3), CLI, or MCP Inspector.
  • Invocation flow: The agent sends a natural-language query → AgentCore Gateway routes it to the Web Search connector → results are returned as structured JSON with snippets, URLs, titles, and dates → the model reasons over results to produce a grounded response.

Why It's Important

  • Eliminates undifferentiated heavy lifting: Previously, developers had to integrate external search APIs (e.g., Bing, Google), build custom orchestration, manage separate authentication, billing, and compliance contracts — all of which is now handled by AWS.
  • Keeps agents current: LLM training data has a knowledge cutoff; Web Search allows agents to answer questions about recent events, current prices, latest documentation, or breaking news without retraining or fine-tuning.
  • Enterprise compliance by default: Because data never leaves AWS, organizations subject to strict data residency, sovereignty, or governance policies can use web-grounded agents without violating those policies.
  • Reduces hallucination risk: By grounding responses in cited, real-time web sources and verified knowledge graph facts, agents are less likely to fabricate answers on topics outside their training data.
  • Accelerates agent development: Developers can add real-time web grounding to an agent in minutes via console or SDK, rather than spending weeks on search infrastructure integration.
  • Battle-tested infrastructure: The underlying search stack powers Alexa+, Amazon Q Business, and Kiro, providing production-grade reliability and relevance tuning from day one.

How It's Different

  • Native AWS integration vs. third-party APIs: Unlike Bing Search API, Google Custom Search, or Brave Search, Web Search on AgentCore requires no external accounts, API keys, or cross-provider billing — it is provisioned and billed entirely within AWS.
  • Zero data egress guarantee: Competing approaches that call external search providers send user queries outside AWS; AgentCore Web Search keeps all data within the customer's AWS boundary, a meaningful differentiator for regulated industries.
  • Knowledge graph augmentation: Standard web search tools return only crawled web pages; AgentCore Web Search additionally queries a structured knowledge graph for entity-level, verified facts, improving accuracy on factual queries.
  • MCP-native design: The tool is purpose-built for the Model Context Protocol, making it a first-class citizen in MCP-based agentic architectures rather than a wrapper around a REST API.
  • Agentic retrieval optimization: Results are pre-ranked and excerpt-optimized for token efficiency in agent reasoning loops, rather than returning full web pages or raw HTML that agents must parse.
  • Unified AgentCore ecosystem: Web Search integrates directly with AgentCore Memory, Runtime, Identity, and Browser components, enabling richer multi-tool agent workflows without additional glue code.

When to Prefer It

  • Real-time information needs: Use Web Search when your agent must answer questions about current events, recent product releases, live pricing, or any topic that postdates the model's training cutoff.
  • Enterprise compliance requirements: Prefer this tool when your organization prohibits sending user data or query content to third-party vendors outside AWS, such as in financial services, healthcare, or government workloads.
  • Factual entity queries: Choose Web Search when agents need precise, verified facts about people, organizations, products, or locations — where the knowledge graph augmentation provides higher accuracy than raw web results.
  • Rapid prototyping on AgentCore: Use it when you want to add web grounding to an existing AgentCore-based agent quickly, without architecting a separate search integration layer.
  • Cost-consolidated AWS environments: Prefer this when your team wants a single AWS bill and unified IAM/security model across all agent tooling, rather than managing separate vendor relationships.
  • Citation-required responses: Use Web Search when your agent must return sourced, attributable answers with URLs and publication dates, such as in research assistants, compliance tools, or customer-facing Q&A bots.
  • High-volume agentic workloads: Prefer it when you need a managed, scalable search backend that handles traffic spikes without requiring you to manage rate limits or quotas with an external provider.

Availability

  • GA status: Generally available as of June 16, 2026 — this is a production-ready release, not a preview.
  • Supported regions: Currently available in a single AWS Region: US East (N. Virginia) (us-east-1); additional regions have not been announced.
  • Access method: Accessible via the Amazon Bedrock AgentCore console, AgentCore Python SDK, AWS SDK for Python (boto3), CLI, and MCP Inspector.
  • Pricing: Specific pricing details were not disclosed in the announcement; consult the AgentCore pricing page or AWS documentation for current rates.
  • Prerequisites: Requires an AgentCore Gateway to be configured; Web Search is added as a connector target (MCP protocol, Connectors target type) within that gateway.
  • Limitations: Single-region availability at launch may be a constraint for workloads requiring multi-region or non-US data residency; no mention of support for non-English queries or international web indexes at this time.

Tags

Servicesbedrock-agentcore
Typega-launch
Conceptsagentic-airagsearch
Use Casesenterprisedeveloper-tools
GeographyAMERICAS

Related Resources

AI Radar AWS

AWS AI/ML news — curated, researched, explained

An automated intelligence platform that curates, researches, and analyzes AWS AI/ML/GenAI announcements daily. Every report is backed by real research — the system reads linked blog posts and documentation to provide accurate, in-depth analysis.

How Each Report Is Generated

  1. Collection — Daily monitoring of the AWS "What's New" RSS feed
  2. Filtering — AI-powered relevance detection for AI/ML/GenAI topics
  3. Taxonomy Tagging — LLM-based classification across 6 dimensions
  4. Importance Scoring — Point-based system with tag bonuses (1-5 stars)
  5. Research Phase — Follows links to blog posts and documentation
  6. Report Generation — Claude Sonnet produces structured 6-section analysis
  7. Visual Summary — Claude Opus generates Mermaid diagrams for key items
  8. Publishing — Static website rebuilt and deployed via CloudFront

Features

  • Faceted filtering by service, type, concept, and more
  • Multi-dimensional taxonomy with 80+ tags across 6 dimensions
  • Geographic availability badges (Global, APJ, EMEA, AMER) with filtering
  • Timeline visualization of announcement volume
  • PDF export for offline reading
  • Mermaid visual summaries for key announcements
  • Daily automated updates — no manual curation
What makes this different: Each report involves a dedicated research phase where the system reads linked blog posts and AWS documentation pages. This produces analysis that goes beyond the original announcement text.

Technology

Built with Python, AWS Lambda, Amazon Bedrock (Claude Sonnet 4.6, Opus 4.6, Haiku 4.5), S3, CloudFront, WAF, EventBridge, and CDK.

Open Source

This project is open source. Fork it, customize it for your needs, and deploy your own instance.
📦 github.com/bbonik/ai-radar-aws

How Importance Scoring Works

Each announcement receives a point score based on multiple factors. The total score maps to a 1-5 star rating:

1★ < 2 pts 2★ ≥ 2 pts 3★ ≥ 3.5 pts 4★ ≥ 5 pts 5★ ≥ 6.5 pts

Point Breakdown

FactorPointsWhen
Core AI service (Bedrock, AgentCore, SageMaker AI)+4Service named in title
Key AI service (SageMaker, Kiro, QuickSight)+2Service named in title
Other AI-related service+1Default
Blog post link+3Link to aws.amazon.com/blogs/
GitHub samples link+2Link to github.com/aws*
Documentation link+1Link to docs.aws.amazon.com/
New model+1.5Tagged as "new-model"
New service+1Tagged as "new-service"
New feature+0.5Tagged as "new-feature"
Anthropic / OpenAI provider+2Provider explicitly mentioned
Instance / notebook announcement-2Hardware/capacity, not feature
Performance / pricing / security-0.5Incremental updates
Region expansion to APJ+1Expands to Asia Pacific
Region expansion (non-APJ only)-1.5Only expands to other regions

Geographic Relevance Badges

Each announcement card shows a small badge indicating whether the feature is available in your region:

🌐 Global Available in all regions
🌏 APJ Asia Pacific
🌍 EMEA Europe / Middle East / Africa
🌎 AMER Americas (US, Canada, South America)
No badge Geography unknown
How geography is detected: The system detects ALL geographies mentioned in each announcement. If the text mentions specific regions (Tokyo, Frankfurt, Oregon, etc.), the corresponding geography badges are shown. If it says "all regions" or is a new feature with no region specified, it gets the Global badge. Geography is also filterable — click a geo chip to see only announcements available in that region.