dart_search_filings
ActiveTool of Dart Kr
AUTHORITATIVE list of recent Korean corporate disclosures filed to DART (Korea's SEC equivalent). Returns rcept_no (receipt ID), rcept_dt (filing date), corp_name, report_nm (disclosure title), corp_code. Filter by company via corp_code (e.g., "00126380" Samsung Electronics; see pack docstring for major chaebol codes), filing date range, or filing type. Use for "what did Samsung file last week", "recent KOSPI material events", "this quarter's ownership changes".
Parameters schema
{
"type": "object",
"properties": {
"bgn_de": {
"type": "string",
"description": "Filing date start (YYYYMMDD). Defaults to 30 days ago when omitted."
},
"end_de": {
"type": "string",
"description": "Filing date end (YYYYMMDD). Defaults to today when omitted."
},
"page_no": {
"type": "number",
"description": "Page number (1-based, default 1)."
},
"corp_code": {
"type": "string",
"description": "8-digit DART corp identifier (Samsung 00126380, SK Hynix 00164779, etc.). Omit to list filings across ALL companies in the date range."
},
"pblntf_ty": {
"type": "string",
"description": "Disclosure category: A (periodic report), B (major events), C (issuance), D (ownership change), E (audit), F (fund), G (asset-backed securities), H (foreign), I (subscriber). Omit for all."
},
"page_count": {
"type": "number",
"description": "Results per page (1-100, default 10)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Dart Kr
https://github.com/pipeworx-io/mcp-dart-kr
2/7 registries