ajitnk-lab/aws-security-agentcore-complete
3.1
If you are the rightful owner of aws-security-agentcore-complete and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The AWS Security AgentCore Complete Solution is a comprehensive security analysis toolset leveraging Amazon Bedrock AgentCore, designed to provide robust security insights through a conversational AI interface.
Tools
6
Resources
0
Prompts
0
AWS Security AgentCore Complete Solution
A comprehensive AWS security analysis solution using Amazon Bedrock AgentCore, featuring 6 specialized security tools accessible through a conversational AI interface.
Architecture
User → Frontend (S3/CloudFront)
→ Web API Lambda (API Gateway)
→ Bedrock Agent
→ Security Lambda (gateway_proxy_lambda.py)
→ AgentCore Gateway (OAuth)
→ Lambda Target (auto-created)
→ AgentCore Runtime
→ MCP Server (6 tools)
Security Tools
- CheckSecurityServices - Analyze security service configurations
- GetSecurityFindings - Retrieve security findings from AWS services
- CheckStorageEncryption - Verify encryption status of storage services
- CheckNetworkSecurity - Assess network security configurations
- ListServicesInRegion - List AWS services in specified regions
- GetStoredSecurityContext - Retrieve stored security context
Project Structure
src/- Source code for all 7 layerstests/- Unit and integration testsinfrastructure/- CDK and CloudFormation templatesdocs/- Architecture and API documentationscripts/- Setup, deployment, and testing scripts
Quick Start
- Deploy MCP Server to AgentCore Runtime
- Setup AgentCore Gateway with OAuth
- Deploy Security Lambda proxy
- Create Bedrock Agent with action groups
- Deploy Web API and Frontend
Key Features
- OAuth/Cognito authentication
- Parameter mapping between Bedrock and MCP formats
- Tool name prefixing (SecurityMCPTools__)
- Function Details (not OpenAPI) for Bedrock Agent
- Complete end-to-end security analysis workflow