{"openapi":"3.1.0","info":{"title":"AWS Knowledge Base MCP Server","description":"AWS Bedrock Knowledge Base MCP 서버로 AI 도구에서 RAG(검색 증강 생성) 기반 지식 검색을 수행할 수 있습니다. S3에 저장된 문서를 벡터 검색하여 관련 정보를 찾으며, 사내 문서 검색이나 고객 지원 자동화에 활용됩니다.","version":"1.0.0","x-fusepie-id":"mcp-aws-kb","x-fusepie-category":"ai","x-fusepie-provider":"AWS"},"servers":[{"url":"npx -y @modelcontextprotocol/server-aws-kb-retrieval","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_aws_kb","summary":"AWS Knowledge Base MCP Server","description":"AWS Bedrock Knowledge Base MCP 서버로 AI 도구에서 RAG(검색 증강 생성) 기반 지식 검색을 수행할 수 있습니다. S3에 저장된 문서를 벡터 검색하여 관련 정보를 찾으며, 사내 문서 검색이나 고객 지원 자동화에 활용됩니다.","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-kb":{"command":"npx","args":["-y","@fusepie/mcp-mcp-aws-kb"],"env":{"API_KEY":""}}}}}