← Back to all announcements
★★★★☆ 27/07/2026

AWS Security Hub MCP App brings exposure findings into your AI-assisted workflow (Preview)

Investigate AWS Security Hub findings via natural language and interactive attack-path graphs—directly inside Claude Desktop, at no extra cost.

View original announcement →

Visual Summary

graph TD A{{Security Hub MCP App}}:::announced B((Security Analyst)):::external C(Claude Desktop):::compute D(AWS Security Hub):::compute E([Exposure Findings]):::feature F([Attack Path Graph]):::feature G([Network Path View]):::feature H([Remediation Guidance]):::feature I(AWS Credentials):::storage B ==>|"natural language"| C C ==>|"tool calls"| A A -->|"read-only APIs"| D A -->|"authenticates via"| I D -->|"returns"| E A -->|"visualizes"| F A -->|"visualizes"| G A -.->|"suggests"| H C -->|"dual response"| B 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 launched a public preview of the Security Hub MCP App, a local Model Context Protocol (MCP) server that integrates AWS Security Hub exposure findings directly into Claude Desktop. Security engineers can now investigate their security posture using natural language queries—exploring attack paths, network paths, correlated findings, and remediation guidance—without leaving their AI-assisted workflow. The feature is read-only, runs locally using existing AWS credentials, and is available at no additional cost to Security Hub customers.

How It Works

  • Local MCP Server: The MCP App runs as a local server on the user's machine, acting as a secure bridge between Claude Desktop and the Security Hub APIs. It uses the machine's existing AWS credential chain and holds no credentials of its own.
  • Natural Language Queries: Users interact with Security Hub data through conversational prompts in Claude Desktop, asking questions like "show me my top exposure findings" or "explain the attack path for this finding."
  • Dual Response Model: Every tool call returns two outputs simultaneously—a text summary that the AI agent uses for reasoning and an interactive visualization (table, graph, or path diagram) rendered inside Claude Desktop for human verification.
  • Available Tools: The MCP App exposes discrete tools covering: top exposures listing, finding detail view (with correlated-finding trait summary), attack path graph (nodes = resources/identities/services, edges = relationships), network path visualization (ordered hops from AWS edge to target resource), and remediation recommendations.
  • Exposure Findings: Findings are composite signals that correlate vulnerabilities, misconfigurations, network reachability, and sensitive data exposure into a unified risk view for a given resource.
  • Read-Only by Design: Every tool is strictly read-only; no changes are made to the AWS environment or security posture during any investigation session.

Why It's Important

  • Reduces Context Switching: Security analysts no longer need to toggle between the Security Hub console, documentation, and separate investigation tools—everything surfaces inside a single Claude Desktop conversation.
  • Accelerates Triage: Natural language interaction eliminates the need to manually navigate complex console UIs or write API queries, compressing the time from alert to understanding.
  • Human-in-the-Loop Verification: The interactive visualization alongside the AI text summary ensures analysts can visually confirm what the agent is reasoning about, reducing the risk of acting on misinterpreted findings.
  • Lowers Barrier to Security Expertise: Junior analysts or developers can ask plain-English questions about attack paths and remediations that would otherwise require deep Security Hub expertise to navigate.
  • No Additional Cost: Existing Security Hub customers gain this agentic capability without incremental licensing fees, lowering the adoption barrier for AI-assisted security operations.
  • Signals AWS's Agentic Security Direction: This release demonstrates AWS's broader strategy of embedding MCP-based agentic interfaces into core security services, previewing how future security tooling may be consumed.

How It's Different

  • MCP-Native Integration vs. Console UI: Unlike the standard Security Hub web console, the MCP App is purpose-built for AI agent consumption, returning structured dual responses (text + visualization) rather than static HTML pages.
  • Local Execution vs. Cloud-Side AI: The MCP server runs on the user's machine rather than as a cloud-hosted agent, keeping credential handling local and avoiding data egress concerns associated with cloud-based AI intermediaries.
  • Exposure-Centric vs. Finding-Centric: The app focuses on exposure findings—composite, correlated risk views—rather than raw individual findings, providing higher-signal context that maps directly to exploitable risk.
  • Interactive Visualizations Inside Chat: Competitors and prior integrations typically return text-only responses; the Security Hub MCP App renders interactive attack path graphs and network path diagrams directly within the Claude Desktop conversation window.
  • Read-Only Safety Guarantee: Unlike some agentic security tools that can trigger automated remediations, this app is explicitly read-only, making it safe to deploy in production environments without risk of unintended changes.
  • Zero Additional Cost: Many AI-augmented security tools carry premium pricing; this capability is bundled into the existing Security Hub subscription at no extra charge.

When to Prefer It

  • Daily Security Triage: Use it when a security analyst starts their day and wants a prioritized, natural-language briefing of the most critical exposure findings across the AWS environment.
  • Incident Investigation: Use it when investigating a specific alert and needing to quickly understand the full attack path, network reachability, and correlated signals without navigating multiple console screens.
  • Developer Self-Service Security Reviews: Use it when developers want to understand the security posture of resources they own without requiring a dedicated security engineer to interpret Security Hub data for them.
  • Security Posture Briefings: Use it when preparing a quick summary of top exposures for a team meeting or stakeholder update, leveraging the AI agent to synthesize findings into plain-language explanations.
  • Onboarding New Security Team Members: Use it when ramping up analysts who are unfamiliar with Security Hub's data model, allowing them to ask exploratory questions and learn through interactive visualizations.
  • Read-Only Audit Scenarios: Use it in environments where strict change-control policies prohibit any automated remediation tooling, since the read-only guarantee makes it safe for regulated or production contexts.

Availability

  • Status: Public preview as of July 27, 2026; not yet generally available (GA).
  • Supported Regions: Available in all AWS commercial Regions where AWS Security Hub is supported; GovCloud and China Regions are not included.
  • AI Client Requirement: Currently integrates exclusively with Claude Desktop; other MCP-compatible clients are not mentioned as supported at this time.
  • Pricing: No additional cost for existing AWS Security Hub customers; standard Security Hub pricing applies.
  • Execution Environment: Runs locally on the user's machine; requires a configured AWS credential chain with appropriate Security Hub read permissions.
  • Limitations: All tools are read-only—no remediation actions can be executed through the MCP App. Preview status means features and APIs may change before GA.

Tags

Servicesother-aws
Typepreview-launchintegration
Conceptsagentic-aigenaiconversational-ai
Use Casesenterprisedevopsobservability
Providersanthropic
GeographyGlobal

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.