AWS MCP Servers
AWS Labs' suite of MCP servers for AWS docs, infrastructure, containers, databases, and cost analysis.
AWS MCP Servers
awslabs/mcp is an open-source suite of specialized Model Context Protocol servers maintained by AWS Labs, designed to help you get more out of AWS from any MCP client.
The monorepo ships many focused servers spanning real-time access to official AWS documentation, infrastructure and deployment (CDK, Terraform, CloudFormation), container platforms (ECS, EKS), serverless, databases, and cost analysis. Each server exposes AWS capabilities as MCP tools that coding agents can call directly.
It is intended for developers and cloud engineers building on AWS who want their AI assistant to reference AWS docs and interact with AWS services programmatically.
Only compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score. Dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to the OWASP control it belongs to below.
Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not.
The same gate an agent runs before installing (POST /api/v1/trust/aws-mcp-servers/check). Click a policy:
Consume AWS MCP Servers programmatically. Authenticate with an API key or session — see Authorize an agent.
# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/aws-mcp-servers
# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/aws-mcp-servers/check \
-H "Content-Type: application/json" \
-d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'
# CLI
npx ai-supply add aws-mcp-servers
# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/aws-mcp-servers/install \
-H "Authorization: Bearer $AIM_KEY"
# MCP tool
install_listing({ "slug": "aws-mcp-servers" })OpenAPI spec →Curated mirror — latest upstream source. See the repository for tagged releases.