{"openapi":"3.1.0","info":{"title":"KOCCA 콘텐츠 API","description":"한국콘텐츠진흥원(KOCCA)에서 제공하는 문화 콘텐츠 데이터 API입니다. 국내 게임, 음악, 영화, 애니메이션, 웹툰 등 콘텐츠 산업 통계와 트렌드 데이터를 조회할 수 있습니다. 문화 콘텐츠 시장 분석이나 연구 목적에 활용됩니다.","version":"1.0.0","x-fusepie-id":"kocca-contents","x-fusepie-category":"culture","x-fusepie-provider":"한국콘텐츠진흥원"},"servers":[{"url":"https://api.kocca.kr","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_kocca_contents","summary":"KOCCA 콘텐츠 API","description":"한국콘텐츠진흥원(KOCCA)에서 제공하는 문화 콘텐츠 데이터 API입니다. 국내 게임, 음악, 영화, 애니메이션, 웹툰 등 콘텐츠 산업 통계와 트렌드 데이터를 조회할 수 있습니다. 문화 콘텐츠 시장 분석이나 연구 목적에 활용됩니다.","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://www.kocca.kr"}}},"x-mcp-config":{"mcpServers":{"kocca-contents":{"command":"npx","args":["-y","@fusepie/mcp-kocca-contents"],"env":{"API_KEY":""}}}}}