AWS MCP Server✓
io.github.aws/mcp-proxy-for-aws · v1.0.0-preview.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.aws/mcp-proxy-for-aws",
"description": "AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.",
"title": "AWS MCP Server",
"version": "1.0.0-preview.0",
"websiteUrl": "https://docs.aws.amazon.com/aws-mcp",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-proxy-for-aws",
"version": "1.1.4",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "AWS MCP endpoint URL",
"value": "https://aws-mcp.us-east-1.api.aws/mcp",
"type": "positional",
"valueHint": "mcp_endpoint_url"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}