Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Aws Ireveal Mcp

    MCP server for incident response in AWS

    8 stars
    Python
    Updated Aug 28, 2025

    Table of Contents

    • Features
    • Example Prompts
    • Installation
    • Prerequisites
    • Configuration

    Table of Contents

    • Features
    • Example Prompts
    • Installation
    • Prerequisites
    • Configuration

    Documentation

    AWS‑IReveal‑MCP

    AWS‑IReveal‑MCP is a Model Context Protocol (MCP) server designed to give security teams and incident responders a unified interface to AWS services useful for investigation. By connecting AWS‑IReveal‑MCP to any MCP client (such as Claude Desktop or Cline), you can invoke queries and analyses across multiple AWS services without leaving your LLM‑driven workspace.

    Features

    AWS‑IReveal‑MCP integrates with the following AWS services and functionalities:

    • CloudTrail — Management event logs for API activity
    • Amazon Athena — SQL queries over CloudTrail logs
    • CloudWatch — Operational logs and ad hoc analysis
    • Amazon GuardDuty — Threat detection and finding investigation
    • AWS Config — Resource configuration history and compliance status
    • VPC Flow Logs — Network traffic metadata for forensic analysis
    • Network Access Analyzer — Reachability checks across SG/NACL/VPC
    • IAM Access Analyzer — Policy and resource‑based access findings

    Together, these services let you

    • Trace “who did what, when, and where” (CloudTrail, Config)
    • Examine detailed data events (Athena)
    • Search and visualize logs (CloudWatch, VPC Flow Logs)
    • Surface security alerts (GuardDuty, IAM Access Analyzer)
    • Verify network reachability and configuration (Network Access Analyzer)

    Example Prompts

    • analyze activity by IP x.x.x.x in the last 5 days
    • analyze activity by role 'sysadmin' in the last 24 hours
    • investigate suspicious activity on cloudtrail in the last 7 days on us-west-2
    • is there any data event on buckets with name containing 'customers' in the last 7 days?
    • investigate cloudwatch logs related to Bedrock
    • propose remediations for GuardDuty findings with high risk happened in the last 2 days
    • identify non-compliant resources, explain violated rules, and suggest remediation

    Installation

    Prerequisites

    • Install UV with:
    bash
    curl -Ls https://astral.sh/uv/install.sh | sh
    • Clone the repo and set up the environment (this will install the required dependencies):
    bash
    git clone https://github.com/Brucedh/aws-ireveal-mcp.git
    cd aws-ireveal-mcp
    uv venv
    source .venv/bin/activate

    Configuration

    Add the following configuration to your MCP client's settings file:

    code
    {
      "mcpServers": {
        "aws-ireveal": {
          "command": "uv",
          "args": [
            "--directory",
            "/path_to_your/aws-ireveal-mcp",
            "run",
            "server.py"
          ],
          "env": {
            "AWS_PROFILE": ""
          }
        }
      }
    }

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • PE

      Personalizationmcp

      Python·
      12
    • FA

      Fal Mcp Server

      Python·
      8
    • OP

      Opengenes Mcp

      Python·
      12

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • PE

      Personalizationmcp

      Python·
      12
    • FA

      Fal Mcp Server

      Python·
      8
    • OP

      Opengenes Mcp

      Python·
      12

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k