Developers

MCP 서버

AI 에이전트에서 한국 주식 테마 생명주기 데이터를 직접 조회하세요

설치 방법

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stockmatrix": {
      "command": "npx",
      "args": ["-y", "stockmatrix-mcp"]
    }
  }
}

사용 가능한 도구

get_theme_ranking

테마 생명주기 랭킹 조회

Theme lifecycle rankings by stage

stage·string?emerging | growth | peak | decline | reigniting
get_theme_detail

테마 상세 정보 조회

Theme details: score, stage, stocks, news

theme_id·string (UUID)테마 UUID
get_theme_history

테마 30일 점수 이력

30-day score history for trend analysis

theme_id·string (UUID)테마 UUID
search_themes

테마 검색 (이름/종목명)

Search themes by Korean or English name

query·string"AI", "반도체", "삼성전자"
get_stock_theme

종목 코드로 관련 테마 조회

Find themes by 6-digit stock code

symbol·string"005930" (삼성전자)

npm 패키지

npx -y stockmatrix-mcp

Node.js 18+ 필요 · 환경변수 없이 바로 실행 가능

리소스