{"openapi":"3.1.0","info":{"title":"Giphy API","description":"Giphy API로 수십억 개의 GIF·스티커를 키워드 검색, 트렌딩, 랜덤으로 조회합니다. 채팅 앱, SNS, 콘텐츠 플랫폼에 GIF 검색 기능을 쉽게 추가할 수 있으며 다양한 SDK를 제공합니다.","version":"1.0.0","x-fusepie-id":"giphy","x-fusepie-category":"communication","x-fusepie-provider":"Giphy"},"servers":[{"url":"https://api.giphy.com/v1/gifs","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_giphy","summary":"Giphy API","description":"Giphy API로 수십억 개의 GIF·스티커를 키워드 검색, 트렌딩, 랜덤으로 조회합니다. 채팅 앱, SNS, 콘텐츠 플랫폼에 GIF 검색 기능을 쉽게 추가할 수 있으며 다양한 SDK를 제공합니다.","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://developers.giphy.com/dashboard/"}}},"x-mcp-config":{"mcpServers":{"giphy":{"command":"npx","args":["-y","@fusepie/mcp-giphy"],"env":{"API_KEY":""}}}}}