Back to Home
roy777rajat icon

AWS-MCP-SERVER

Verified Safe

by roy777rajat

Overview

Enables autonomous AI agents (like Microsoft Copilot Studio) to interact with AWS cloud services by implementing the Model Context Protocol (MCP) and providing a set of callable AWS automation tools.

Installation

Run Command
python -m uvicorn server:app --reload --port 8000

Environment Variables

  • AWS_REGION
  • AUDIT_BUCKET
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

Security Notes

The server correctly uses environment variables for AWS credentials, preventing hardcoding. However, the CORS configuration `allow_origins=["*"]` is overly broad and should be restricted in production. The documented AWS IAM permissions for the server include `Resource: "*"` for various services, granting extensive access which requires careful management and should ideally be scoped down using least privilege principles. Audit logging failures are silently handled, which could mask critical security information.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens250
Stars0
Forks0
Last Update2026-01-16

Tags

AWSAI AgentMCPFastAPIBoto3Cloud Automation