{"openapi":"3.1.0","info":{"title":"PagerDuty MCP Server","description":"PagerDuty MCP 서버로 인시던트 생성·확인·해결, 온콜 스케줄 조회, 에스컬레이션 정책 관리를 AI 에이전트에서 수행할 수 있습니다. 자연어로 장애 대응 프로세스를 관리하여 MTTR(평균 복구 시간)을 단축합니다.","version":"1.0.0","x-fusepie-id":"mcp-pagerduty","x-fusepie-category":"data","x-fusepie-provider":"PagerDuty"},"servers":[{"url":"npx -y @pagerduty/mcp-server","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_pagerduty","summary":"PagerDuty MCP Server","description":"PagerDuty MCP 서버로 인시던트 생성·확인·해결, 온콜 스케줄 조회, 에스컬레이션 정책 관리를 AI 에이전트에서 수행할 수 있습니다. 자연어로 장애 대응 프로세스를 관리하여 MTTR(평균 복구 시간)을 단축합니다.","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-pagerduty":{"command":"npx","args":["-y","@fusepie/mcp-mcp-pagerduty"],"env":{"API_KEY":""}}}}}