{"openapi":"3.1.0","info":{"title":"Loom MCP Server","description":"Loom MCP 서버로 비디오 녹화, 공유, 트랜스크립트를 관리합니다. 비디오 목록 조회, 임베드 링크 생성, 자동 자막/요약 추출을 통해 비동기 커뮤니케이션 워크플로우를 자동화합니다.","version":"1.0.0","x-fusepie-id":"mcp-loom","x-fusepie-category":"communication","x-fusepie-provider":"Loom"},"servers":[{"url":"@anthropic/mcp-loom","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_loom","summary":"Loom MCP Server","description":"Loom MCP 서버로 비디오 녹화, 공유, 트랜스크립트를 관리합니다. 비디오 목록 조회, 임베드 링크 생성, 자동 자막/요약 추출을 통해 비동기 커뮤니케이션 워크플로우를 자동화합니다.","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-loom":{"command":"npx","args":["-y","@fusepie/mcp-mcp-loom"],"env":{"API_KEY":""}}}}}