{"openapi":"3.1.0","info":{"title":"Slack MCP Server","description":"Slack MCP 서버로 AI 도구에서 메시지 전송, 채널 관리, 대화 검색을 수행할 수 있습니다. 특정 채널에 알림 보내기, 스레드 요약, 팀 소통 자동화 등에 활용되며 개발팀의 커뮤니케이션 효율을 높여줍니다.","version":"1.0.0","x-fusepie-id":"mcp-slack","x-fusepie-category":"communication","x-fusepie-provider":"Slack"},"servers":[{"url":"npx -y @modelcontextprotocol/server-slack","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_slack","summary":"Slack MCP Server","description":"Slack 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-slack":{"command":"npx","args":["-y","@fusepie/mcp-mcp-slack"],"env":{"API_KEY":""}}}}}