{"openapi":"3.1.0","info":{"title":"Zendesk MCP Server","description":"Zendesk MCP 서버로 고객 지원 티켓을 생성·조회·업데이트하고 상담원 워크플로우를 관리합니다. 티켓 자동 분류, SLA 추적, 고객 만족도 분석을 통해 대규모 고객 지원 운영을 효율화합니다.","version":"1.0.0","x-fusepie-id":"mcp-zendesk","x-fusepie-category":"communication","x-fusepie-provider":"Zendesk"},"servers":[{"url":"@anthropic/mcp-zendesk","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_zendesk","summary":"Zendesk MCP Server","description":"Zendesk MCP 서버로 고객 지원 티켓을 생성·조회·업데이트하고 상담원 워크플로우를 관리합니다. 티켓 자동 분류, SLA 추적, 고객 만족도 분석을 통해 대규모 고객 지원 운영을 효율화합니다.","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-zendesk":{"command":"npx","args":["-y","@fusepie/mcp-mcp-zendesk"],"env":{"API_KEY":""}}}}}