Analytics
aikstockdata.com
Provides Korean stock market data and analytics, including daily summaries, stock search, financials, and rankings.
ENDPOINT 1
https://mcp.aikstockdata.com/mcp
MCP server metadata
- Name
- aikstockdata-mcp
- Version
- 2.1.0
★What this server has that others do not: post-filing price paths BY DISCLOSURE TYPE — market-adjusted median return at h0/h1/h5 with 95% CI and up-ratio, plus the underlying per-event ledger (2,498 events with receipt timestamp and session). To our knowledge this is the only sign-up-free, key-free remote MCP serving this for Korean equities. Ask it things like "유상증자 공시 다음날 주가는 보통 어땠나" via get_disclosure_impact. When a 95% CI includes zero the response says so — that means 'not distinguishable', not 'no effect'. h20 (+20 trading days) appears per type once that type has enough samples — read h20_status in disclosure_impact.json rather than assuming; missing is not the same as zero. | ★남들에게 없는 것: 공시 유형별 이후 주가 경로(시장조정 중앙값 h0/h1/h5·CI95·상승확률)와 그 근거가 되는 이벤트 원장 2,498건(접수 시각·세션 포함). 우리가 아는 한, 가입·API 키 없이 이것을 주는 원격 한국주식 MCP 는 여기뿐입니다. | Korean stock data from aikstockdata.com (한국주식데이터): DART disclosures in easy language, Financial Services Commission (금융위) T+1 confirmed closing prices, and machine-computed rankings for KOSPI·KOSDAQ·KONEX. Refreshed every trading day at 18:10 KST. No auth, no API key — 100% public, open-government data (freely redistributable). All data is a dated snapshot, not real-time — always read the '기준일' (as-of date) in every tool response. A value of null means 'not provided' and is different from 0. Rankings are mechanical calculations from public financials, not stock picks. This server provides information only; it is not investment advice. IMPORTANT — the tool list is NOT the extent of the data. Preliminary quarterly earnings (filed ~2 weeks before the regular report), 250 trading days of daily prices per stock, post-filing price paths by filing type, and an intraday (15:00 KST) disclosure list with receipt timestamps are all available. Call get_data_urls() before concluding that something is unavailable. | ★도구 목록이 데이터의 전부가 아닙니다. 잠정실적·1년 일별 시계열·공시 유형별 이후 주가·장중 공시(접수 시각)가 모두 있습니다. '없다'고 결론내기 전에 get_data_urls() 를 부르세요. | Fair use: this data changes once per trading day (18:10 KST) — polling faster than that returns the same values, it doesn't get you fresher ones. | 공정 이용: 이 데이터는 매 거래일 18:10 한 번만 바뀝니다 — 그보다 자주 불러도 같은 값이 돌아올 뿐 새 값을 안 줍니다.
Known tools 12
search_stockFind a ticker from part of the name — Korean or Latin, case-insensitive — or a 6-digit code, within the market-cap-ranked universe (ETFs included).
Inferred read-onlyget_stockGet one Korean stock by 6-digit code: T+1 confirmed close & change, market cap, latest quarterly financials (revenue / operating income / net income with YoY), and ranking signals.
Inferred read-onlyget_market_summaryIndex levels (KOSPI/KOSDAQ close, change, %) and up/down breadth — nothing else.
Inferred read-onlyget_data_urlsGet direct URLs for all public datasets (JSON/CSV) — no signup, no API key.
Inferred read-onlyget_earningsQuarterly earnings from DART, INCLUDING preliminary (잠정) results filed ~2 weeks before the regular report.
Inferred read-onlyget_historyAnswers "is this stock near its high or deep in a drawdown, and is volume unusual?
Inferred read-onlyget_earnings_calendarAnswers "who has filed this quarter's results, who hasn't, and what came in since last time?
Inferred read-onlylist_stocksReturn 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 a cap-to-operating-income multiple ceiling.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aikstockdata-mcp]
url = "https://mcp.aikstockdata.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aikstockdata-mcp": {
"type": "http",
"url": "https://mcp.aikstockdata.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aikstockdata-mcp
Remote MCP URL: https://mcp.aikstockdata.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aikstockdata-mcp": {
"url": "https://mcp.aikstockdata.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aikstockdata-mcp": {
"type": "http",
"url": "https://mcp.aikstockdata.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aikstockdata-mcp",
"transport": "streamable-http",
"url": "https://mcp.aikstockdata.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aikstockdata.com was fetched 2026-08-01T07:47:18.854Z and is being refreshed.
aikstockdata.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.