/
by ai.smithery
Search company disclosures and financial statements from the Korean market. Retrieve stock profile…
Server configuration and capabilities from the MCP manifest
Size: 3,735 bytes (934 tokens)
Tools Found: 8
Analysis ID: yva8pnpi
MCP server for korea stock providing various tools for stock information retrieval.
Stars
Registry ID: 7c15ce7e-7738-44d1-a12d-623c2f081975
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/19/2025
Last Release: 9/12/2025
Open Issues: 0
Historical performance and growth metrics over time
{ "name": "io.github.jjlabsio/korea-stock-mcp", "tags": [], "tools": [ { "name": "get_corp_code", "description": "고유번호: DART에 등록되어있는 공시대상회사의 고유번호, 회사명, 종목코드, 최근변경일자 제공합니다. 이름이 일치하는 경우 모든 항목을 반환합니다.", "input_schema": { "type": "object", "required": [ "corp_name" ], "properties": { "corp_name": { "type": "string" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } }, { "name": "get_disclosure_list", "description": "공시검색: 공시 유형별, 회사별, 날짜별 등 여러가지 조건으로 공시보고서 검색기능을 제공합니다. 최근 공시를 검색할때는 bgn_de를 반드시 지정하세요.", "input_schema": { "type": "object", "required": [ "bgn_de" ], "properties": { "bgn_de": { "type": "string" }, "end_de": { "type": "string" }, "corp_name": { "type": "string" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } }, { "name": "get_disclosure", "description": "DART API를 통해 공시보고서 원본파일을 파싱해 가져옵니다.", "input_schema": { "type": "object", "required": [ "disclosure_id" ], "properties": { "disclosure_id": { "type": "string" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } }, { "name": "get_financial_statement", "description": "재무제표: 상장법인(유가증권, 코스닥) 및 주요 비상장법인(사업보고서 제출대상 & IFRS 적용)이 제출한 정기보고서 내에 XBRL재무제표의 모든계정과목을 제공합니다.", "input_schema": { "type": "object", "required": [ "corp_code", "report_type" ], "properties": { "corp_code": { "type": "string" }, "report_type": { "type": "string" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } }, { "name": "get_market_type", "description": "DART에 등록되어 있는 종목의 상장시장 정보를 제공합니다. Y(유가), K(코스닥), N(코넥스), E(기타)", "input_schema": { "type": "object", "required": [ "corp_code" ], "properties": { "corp_code": { "type": "string" } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } }, { "name": "get_stock_base_info", "description": "코스피, 코스닥, 코넥스에 상장되어있는 종목의 기준일에 해당하는 한글 종목명, 영문 종목명, 상장일, 주식종류, 액면가, 상장주식수 등의 정보를 제공합니다. codeList에 종목코드가 포함된 종목들의의 정보만 추출됩니다. basDd 하나당 KRX API를 한번씩 호출합니다.", "input_schema": { "type": "object", "required": [ "codeList", "basDd" ], "properties": { "basDd": { "type": "string" }, "codeList": { "type": "array", "items": { "type": "string" } } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } }, { "name": "get_stock_trade_info", "description": "코스피, 코스닥, 코넥스에 상장되어있는 종목의 기준일에 해당하는 종가, 등락률, 시가, 고가, 저가, 거래량, 거대금, 시총액, 상장주식수 등의 정보를 제공합니다. codeList에 종목코드가 포함된 종목들의의 정보만 추출되어 제공됩니다. basDd 하나당 KRX API를 한번씩 호출합니다.", "input_schema": { "type": "object", "required": [ "codeList", "basDd" ], "properties": { "basDd": { "type": "string" }, "codeList": { "type": "array", "items": { "type": "string" } } } }, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } }, { "name": "get_today_date", "description": "오늘 날짜를 KST, UTC 기준 YYYYMMDD 형식으로 제공합니다.", "input_schema": {}, "output_schema": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "required": [ "type", "text" ], "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } } } ], "version": "1.1.4", "categories": [], "description": "MCP server for korea stock" }
Forks
Watchers
Contributors
Last Push: 9/19/2025
Last Release: 9/12/2025
Open Issues: 0