dart-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DART_API_KEY | Yes | 40-character OpenDART API key from https://opendart.fss.or.kr |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_disclosuresA | Search Korean company disclosures filed with the FSS. Returns filings with receipt numbers, titles, filers, and dates. Filter by date range, company corp_code, disclosure type, and market (KOSPI/KOSDAQ/KONEX). |
| get_company_infoA | Get company profile from DART: name, CEO, registration numbers, address, homepage, IR page, industry code, establishment date, fiscal year-end month. Requires DART corp_code (8-digit). |
| get_financial_summaryA | Get full financial statement line items (BS/IS/CIS/CF/SCE) for a company for a given year and report. Supports consolidated (CFS) or separate (OFS) statements. Report codes: 11011=annual, 11012=half-year, 11013=Q1, 11014=Q3. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct resource and action: searching for disclosure filings, retrieving company profile information, and fetching financial statement data. There is no overlap in their purposes.
All tool names follow a consistent verb_noun pattern: search_disclosures, get_company_info, get_financial_summary. The prefix convention (search_/get_) is uniform and predictable.
With only 3 tools, the server is on the smaller side but covers the core workflow of accessing Korean corporate disclosures. The count feels slightly thin but is appropriate for a focused utility.
The tool set covers the primary use cases: finding filings, obtaining company details, and retrieving financials. Missing are details of specific disclosure documents or a company list, but these are minor gaps that can be worked around.