{"openapi":"3.1.0","info":{"title":"NewsAPI 뉴스 검색","description":"NewsAPI는 전 세계 150,000개 이상 뉴스 소스에서 키워드·카테고리·출처 기반으로 최신 뉴스 기사를 검색합니다. 헤드라인, 본문 일부, 이미지, 발행일을 JSON으로 반환하며, 뉴스 모니터링, 미디어 분석, 콘텐츠 큐레이션에 활용됩니다.","version":"1.0.0","x-fusepie-id":"newsapi","x-fusepie-category":"data","x-fusepie-provider":"NewsAPI"},"servers":[{"url":"https://newsapi.org/v2","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_newsapi","summary":"NewsAPI 뉴스 검색","description":"NewsAPI는 전 세계 150,000개 이상 뉴스 소스에서 키워드·카테고리·출처 기반으로 최신 뉴스 기사를 검색합니다. 헤드라인, 본문 일부, 이미지, 발행일을 JSON으로 반환하며, 뉴스 모니터링, 미디어 분석, 콘텐츠 큐레이션에 활용됩니다.","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://newsapi.org/register"}}},"x-mcp-config":{"mcpServers":{"newsapi":{"command":"npx","args":["-y","@fusepie/mcp-newsapi"],"env":{"API_KEY":""}}}}}