aws-audit-mcp-server

delee03/aws-audit-mcp-server

3.2

If you are the rightful owner of aws-audit-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) server provides access to AWS documentation through a structured and efficient interface, enabling seamless integration with various platforms.

Tools
  1. search_documentation

    Search AWS docs

  2. read_documentation

    Read specific pages

  3. recommend

    Get related content

AWS Documentation MCP Server

Model Context Protocol (MCP) server providing access to AWS documentation.

šŸš€ Quick Start

Local Development

./scripts/run-docker.sh
curl http://localhost:8000/sse

Production Deployment

Follow the step-by-step guide:

šŸ”§ Features

  • 3 MCP Tools:

    • search_documentation - Search AWS docs
    • read_documentation - Read specific pages
    • recommend - Get related content
  • SSE Transport - Compatible with n8n, GitHub Copilot, and other MCP clients

šŸ“– MCP Client Configuration

n8n MCP Tool

{
  "url": "https://mcp-server.fuderrpham.io.vn/sse",
  "transport": "SSE"
}

GitHub Copilot

{
  "mcpServers": {
    "aws-docs": {
      "url": "https://mcp-server.fuderrpham.io.vn/sse"
    }
  }
}

šŸ› ļø Available Scripts

  • ./scripts/run-docker.sh - Run locally for testing
  • ./scripts/get-aws-info.sh - Get AWS account info for deployment
  • ./scripts/build_lambda.sh - Build Lambda package (optional)

šŸ“ Architecture

Internet → Nginx (SSL) → Docker Container (Port 8000)
                      ↓
                 MCP Server (SSE Transport)
                      ↓
              AWS Documentation APIs
ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”    HTTPS    ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”    HTTP    ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”
│   MCP       │ ──────────► │   Nginx     │ ─────────► │   Docker    │
│   Client    │             │   Proxy     │            │   Container │
│  (n8n/VSC)  │             │   + SSL     │            │ (MCP Server)│
ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜             ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜            ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜
                                   │
                            ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”
                            │ Let's       │
                            │ Encrypt     │
                            │ SSL Cert    │
                            ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜

šŸ“š Documentation


Production URL: https://mcp-server.fuderrpham.io.vn/sse