
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
naver-shopping-insight-mcp
Advanced tools
네이버 쇼핑인사이트 API를 사용하여 쇼핑 트렌드 데이터를 MCP(Model Context Protocol) 형식으로 제공하는 서버입니다.
# 저장소 클론
git clone https://github.com/your-username/naver-shopping-insight-mcp.git
cd naver-shopping-insight-mcp
# 의존성 설치
npm install
# 빌드
npm run build
MCP.json
파일에 발급받은 클라이언트 아이디와 시크릿을 입력하세요:{
"mcpServers": {
"naver-shopping-insight": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"NAVER_CLIENT_ID": "YOUR-CLIENT-ID",
"NAVER_CLIENT_SECRET": "YOUR-CLIENT-SECRET"
}
}
}
}
npm start
{
"mcpServers": {
"naver-shopping-insight": {
"command": "node",
"args": [
"path/to/naver-shopping-insight-mcp/dist/index.js"
],
"env": {
"NAVER_CLIENT_ID": "YOUR-CLIENT-ID",
"NAVER_CLIENT_SECRET": "YOUR-CLIENT-SECRET"
}
}
}
}
get-category-trends
: 분야별 트렌드 조회get-category-by-device
: 기기별 트렌드 조회get-category-by-gender
: 성별 트렌드 조회get-category-by-age
: 연령별 트렌드 조회get-keyword-trends
: 키워드별 트렌드 조회ISC
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.