{"openapi":"3.1.0","info":{"title":"AWS MCP Server","description":"AWS 공식 MCP 서버로 EC2, S3, Lambda, DynamoDB 등 주요 AWS 서비스를 AI 에이전트에서 통합 관리할 수 있습니다. 자연어로 인스턴스를 관리하고 S3 버킷을 조작하며 Lambda 함수를 배포하여 클라우드 인프라 관리를 자동화합니다.","version":"1.0.0","x-fusepie-id":"mcp-aws","x-fusepie-category":"data","x-fusepie-provider":"AWS"},"servers":[{"url":"npx -y @aws/mcp-server","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_aws","summary":"AWS MCP Server","description":"AWS 공식 MCP 서버로 EC2, S3, Lambda, DynamoDB 등 주요 AWS 서비스를 AI 에이전트에서 통합 관리할 수 있습니다. 자연어로 인스턴스를 관리하고 S3 버킷을 조작하며 Lambda 함수를 배포하여 클라우드 인프라 관리를 자동화합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-aws":{"command":"npx","args":["-y","@fusepie/mcp-mcp-aws"],"env":{"API_KEY":""}}}}}