{"openapi":"3.1.0","info":{"title":"Calendarific 공휴일 API","description":"Calendarific API로 전 세계 230개 국가의 공휴일, 종교 기념일, 관측일 정보를 연도별로 조회합니다. 캘린더 앱, 일정 관리, 글로벌 서비스의 휴일 처리 로직에 활용됩니다.","version":"1.0.0","x-fusepie-id":"holiday-api","x-fusepie-category":"data","x-fusepie-provider":"Calendarific"},"servers":[{"url":"https://calendarific.com/api/v2","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_holiday_api","summary":"Calendarific 공휴일 API","description":"Calendarific API로 전 세계 230개 국가의 공휴일, 종교 기념일, 관측일 정보를 연도별로 조회합니다. 캘린더 앱, 일정 관리, 글로벌 서비스의 휴일 처리 로직에 활용됩니다.","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":"Get your API key from: https://calendarific.com/signup"}}},"x-mcp-config":{"mcpServers":{"holiday-api":{"command":"npx","args":["-y","@fusepie/mcp-holiday-api"],"env":{"API_KEY":""}}}}}