DART-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DART_API_KEY | Yes | DART 오픈API 웹사이트에서 발급받은 인증키 |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_disclosureA | |
| search_detailed_financial_dataB | |
| search_business_informationB | |
| get_current_dateA | |
| search_json_financial_dataA | |
| test_connection_to_dartB | |
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 6 tools
Most tools have distinct purposes: get_current_date provides date formatting, test_connection_to_dart handles connectivity, while the four search tools target different aspects of company data. However, search_detailed_financial_data and search_json_financial_data both retrieve financial data with overlapping functionality, creating some potential confusion about when to use each.
All tools follow a consistent snake_case naming pattern with clear verb_noun structure. The naming convention is uniform throughout: get_current_date, search_business_information, search_detailed_financial_data, search_disclosure, search_json_financial_data, and test_connection_to_dart.
Six tools is reasonable for a DART (Data Analysis, Retrieval and Trading) server focused on Korean company data. The count covers core functionality without being overwhelming, though some redundancy exists between financial data tools. A slightly leaner set might be more optimal.
The server covers date retrieval, connection testing, and multiple data search dimensions (business information, detailed financials, disclosures, JSON financials). However, there are notable gaps: no update/delete operations for any data, no company listing/search capability, and no data export/formatting tools. The financial data tools have functional overlap rather than complementary coverage.