{"openapi":"3.1.0","info":{"title":"Elasticsearch MCP Server","description":"Elastic 공식 MCP 서버로 인덱스 검색, 집계 쿼리, 매핑 관리를 AI 에이전트에서 수행할 수 있습니다. 자연어로 전문 검색 쿼리를 작성하고 분석 결과를 확인하여 로그 분석과 검색 엔진 운영을 효율화합니다.","version":"1.0.0","x-fusepie-id":"mcp-elasticsearch","x-fusepie-category":"data","x-fusepie-provider":"Elastic"},"servers":[{"url":"npx -y @elastic/mcp-server-elasticsearch","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_elasticsearch","summary":"Elasticsearch MCP Server","description":"Elastic 공식 MCP 서버로 인덱스 검색, 집계 쿼리, 매핑 관리를 AI 에이전트에서 수행할 수 있습니다. 자연어로 전문 검색 쿼리를 작성하고 분석 결과를 확인하여 로그 분석과 검색 엔진 운영을 효율화합니다.","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-elasticsearch":{"command":"npx","args":["-y","@fusepie/mcp-mcp-elasticsearch"],"env":{"API_KEY":""}}}}}