AK
aikstockdata — Korean Stock Data
/get_history
종목 일별 시세 1년 (Daily price history)
Answers "is this stock near its high or deep in a drawdown, and is volume unusual?" — 250 trading days of daily CLOSES, plus period high/low, drawdown from the
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 /get_history for me.
Input
| Field | Type | Description |
|---|---|---|
| code* | string | 6-digit ticker | 6자리 종목코드 |
| days | number | recent N days to list, default 20, max 60 — for all 250 rows read /data/public/s/{code}_hi |
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":"/get_history","input":{"code":"..."}}'cli
npx cracked-ai run -p mcp-com-aikstockdata-mcp -e /get_history -i '{"code":"..."}'mcp
run_tool({ provider: "mcp-com-aikstockdata-mcp", endpoint: "/get_history", input: {"code":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.