AWS‑IReveal‑MCP
AWS-IReveal-MCP
**AWS-IReveal-MCP は、**セキュリティチームやインシデント対応者に、調査に役立つ AWS サービスへの統合インターフェースを提供するために設計された Model Context Protocol (MCP) サーバーです。AWS-IReveal-MCP を任意の MCP クライアント(Claude Desktop や Cline など)に接続することで、LLM 駆動型のワークスペースを離れることなく、複数の AWS サービスにわたるクエリと分析を実行できます。
特徴
AWS‑IReveal‑MCP は、次の AWS のサービスおよび機能と統合されます。
CloudTrail — APIアクティビティの管理イベントログ
Amazon Athena — CloudTrail ログに対する SQL クエリ
CloudWatch — 運用ログとアドホック分析
Amazon GuardDuty — 脅威の検出と調査
AWS Config — リソースの設定履歴とコンプライアンスステータス
VPC フローログ- フォレンジック分析のためのネットワーク トラフィック メタデータ
ネットワーク アクセス アナライザー- SG/NACL/VPC 間の到達可能性チェック
IAM アクセス アナライザー— ポリシーとリソースベースのアクセス結果
これらのサービスを組み合わせることで、
「誰が、何を、いつ、どこで行ったか」を追跡する(CloudTrail、Config)
詳細なデータイベントを調べる (Athena)
ログの検索と視覚化(CloudWatch、VPC フローログ)
Surface セキュリティアラート(GuardDuty、IAM アクセスアナライザー)
ネットワークの到達可能性と構成を確認する(ネットワーク アクセス アナライザー)
プロンプトの例
過去5日間のIP xxxxによるアクティビティを分析する
過去 24 時間の「sysadmin」ロールによるアクティビティを分析する
過去 7 日間の us-west-2 の CloudTrail での不審なアクティビティを調査する
過去 7 日間に、名前に「customers」が含まれるバケットにデータ イベントはありますか?
Bedrockに関連するCloudWatchログを調査する
過去 2 日間に発生した高リスクの GuardDuty 検出結果に対する修復を提案する
非準拠のリソースを特定し、違反したルールを説明し、改善策を提案する
Related MCP server: AWS Pricing MCP Server
インストール
前提条件
Python 3
MCP Python SDK (
mcp[cli])boto3(Python 用 AWS SDK)AWS認証情報が設定されている
構成
MCP クライアントの設定ファイルに次の構成を追加します。
{
"mcpServers": {
"aws-ireveal": {
"command": "uv",
"args": [
"run",
"/path/to/aws-ireveal-mcp/server.py"
],
"env": {
"AWS_PROFILE": "<YOUR_PROFILE>"
}
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables management and analysis of AWS security groups, S3 buckets, and VPC connections via MCP.7MIT
- AlicenseAqualityDmaintenanceMCP server for generating upfront AWS service cost estimates and providing cost insights.5Apache 2.0
- AlicenseNot gradedqualityCmaintenanceThis MCP server provides tools for inspecting AWS cloud infrastructure, including listing S3 buckets, EC2 instances, and fetching CloudWatch logs using your local AWS credentials.3MIT
- AlicenseNot gradedqualityAmaintenanceTalk to AWS CLI from an MCP-speaking agent. Run any aws <service> <operation> command through the Model Context Protocol, with read-only defaults and gated write access.MIT
Related MCP Connectors
MCP server for static security analysis of Android source code
An MCP server for deep research or task groups
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Brucedh/aws-ireveal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server