DART-MCP
Related Servers
Alternatives to DART-MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that retrieves Korean stock fundamentals and financial data from OpenDART, enabling LLMs to access corporate disclosures, financial statements, and dividend information.Apache 2.0
- AlicenseCqualityCmaintenanceAn MCP server that provides access to Korea's DART corporate disclosure system, offering 84 tools for retrieving financial statements, periodic reports, and shareholding information. It enables users to programmatically query and analyze official Korean corporate data via the OpenDART API.85MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that searches and filters DART electronic disclosures for Korean companies, enabling AI agents to create investor briefing summaries.-
- FlicenseAqualityDmaintenanceAn MCP server that enables natural language control of Kiwoom Securities accounts through Claude Desktop. It provides tools for stock price lookup, buying and selling stocks, and analyzing portfolios or trade history via the Kiwoom REST API.112-

dartpoint-mcpofficial
AlicenseNot gradedqualityDmaintenanceMCP Server for public disclosure information of Korean companies, powered by the dartpoint.ai API.3Apache 2.0- AlicenseAqualityDmaintenanceMCP server for Korea's DART (Data Analysis, Retrieval and Transfer) electronic disclosure system, operated by the Financial Supervisory Service (FSS). Exposes company disclosures, company profiles, and financial statements via the OpenDART public API.38 npmMIT
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.