AK
aikstockdata — Korean Stock Data
/list_stocks
조건으로 종목 목록 (Screen stocks by condition)
Return the LIST of stocks matching a condition — turnaround to profit, 52-week high/low, growth or quiet-performer rankings — with optional market-cap range and
liveverifiedunknown~5s typical
mcpprobedaikstockdata—korean
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-aikstockdata-mcp /list_stocks for me.
Input
| Field | Type | Description |
|---|---|---|
| filter | string | turnaround(흑자전환) | new_high(52주 신고가) | new_low(52주 신저가) | growth(성장 TOP) | quiet(조용한 실적주) |
| max_multiple | number | 시총÷연환산영업이익 상한(예: 10). 영업이익 흑자 종목만 남습니다 |
| min_cap_eok | number | 시가총액 하한(억원) |
| max_cap_eok | number | 시가총액 상한(억원) |
| sort | string | cap(시총 큰 순, 기본) | multiple(배수 낮은 순) | change(등락률 높은 순) | turnover(거래대금 큰 순) | drawdown(낙폭 |
| limit | number | 최대 건수(기본 20, 최대 100) |
| max_turnover_pctile | number | 거래대금 백분위 상한(0~100). 예: 30 이면 거래대금 하위 30% — 소외주 |
| min_turnover_pctile | number | 거래대금 백분위 하한(0~100). 예: 70 이면 거래대금 상위 30% |
| min_drawdown_pct | number | 고점 대비 낙폭 하한(%, 양수로). 예: 30 이면 250거래일 최고 종가 대비 30% 이상 하락한 종목만 |
| max_drawdown_pct | number | 고점 대비 낙폭 상한(%, 양수로). 예: 10 이면 고점 근처(10% 이내)만 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-aikstockdata-mcp","endpoint":"/list_stocks","input":{}}'cli
npx cracked-ai run -p mcp-com-aikstockdata-mcp -e /list_stocks -i '{}'mcp
run_tool({ provider: "mcp-com-aikstockdata-mcp", endpoint: "/list_stocks", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.