{"openapi":"3.1.0","info":{"title":"Calendly MCP Server","description":"Calendly MCP 서버로 미팅 예약 자동화를 관리합니다. 예약 가능 시간 조회, 이벤트 생성, 초대 관리, 웹훅 알림을 통해 영업·채용·고객 미팅 스케줄링을 자동화합니다.","version":"1.0.0","x-fusepie-id":"mcp-calendly","x-fusepie-category":"data","x-fusepie-provider":"Calendly"},"servers":[{"url":"@anthropic/mcp-calendly","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_calendly","summary":"Calendly MCP Server","description":"Calendly 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-calendly":{"command":"npx","args":["-y","@fusepie/mcp-mcp-calendly"],"env":{"API_KEY":""}}}}}