Korean DART Financial

v1.0.0Finance & Fintechstable

Enables AI assistants to analyze Korean financial disclosures (DART) with insider trading signals, accounting risk scores, Buffett-style quality checklists, and automatic conversion of HWP/PDF attachments to markdown.

claudeclidartdisclosurefinance
Share:
39
Stars
0
Downloads
0
Weekly
0/5

What is Korean DART Financial?

Korean DART Financial is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai assistants to analyze korean financial disclosures (dart) with insider trading signals, accounting risk scores, buffett-style quality checklists, and automatic conversion of hwp/pdf attachm...

Enables AI assistants to analyze Korean financial disclosures (DART) with insider trading signals, accounting risk scores, Buffett-style quality checklists, and automatic conversion of HWP/PDF attachments to markdown.

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enables AI assistants to analyze Korean financial disclosure

Use Cases

Korean financial disclosure analysis
Insider trading detection
Accounting risk assessment
LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx korean-dart

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Korean DART Financial

Korean DART Financial MCP connects AI assistants to South Korea's official electronic disclosure system (DART/OpenDART), enabling deep analysis of Korean company filings without manual portal navigation. It exposes 15 specialized tools covering financial statements, insider trading signals, accounting risk scoring, and Buffett-style quality checklists. Analysts researching KOSPI and KOSDAQ equities can retrieve and compare multi-year financials, detect executive buy/sell clusters, and automatically convert attached HWP and PDF documents to readable markdown — all through natural language.

Prerequisites

  • Node.js 18 or later installed
  • A free DART API key from the OpenDART portal (dart.fss.or.kr) — registration takes about one minute
  • An MCP-compatible client such as Claude Desktop, Cursor, or Windsurf
  • Internet access to reach the OpenDART API endpoints
1

Obtain a DART API key

Register at https://opendart.fss.or.kr and request a free API key. The key is issued almost immediately and is required for all data queries.

2

Run the interactive setup wizard

The setup command detects your installed MCP clients, prompts for your DART_API_KEY, and automatically patches the correct config files for Claude Desktop, Cursor, Windsurf, and others.

npx -y korean-dart-mcp setup
3

Verify the DART_API_KEY environment variable

If you prefer manual configuration, ensure DART_API_KEY is set in your shell or in the MCP server's env block. The server will refuse to start without it.

export DART_API_KEY=your_opendart_api_key_here
4

Add the server to your MCP client config (manual option)

If the wizard did not cover your client, add the server block to claude_desktop_config.json manually.

{
  "mcpServers": {
    "korean-dart": {
      "command": "npx",
      "args": ["-y", "korean-dart-mcp"],
      "env": {
        "DART_API_KEY": "your_opendart_api_key_here"
      }
    }
  }
}
5

Restart your MCP client

Quit and reopen Claude Desktop (or your chosen client) so it picks up the new server configuration. You should see the Korean DART tools available in the tools list.

Korean DART Financial Examples

Client configuration

Minimal claude_desktop_config.json entry for Korean DART Financial MCP.

{
  "mcpServers": {
    "korean-dart": {
      "command": "npx",
      "args": ["-y", "korean-dart-mcp"],
      "env": {
        "DART_API_KEY": "your_opendart_api_key_here"
      }
    }
  }
}

Prompts to try

Example natural language queries you can ask once the server is connected.

- "Show me Samsung Electronics insider trading signals for the past year — any executive buy or sell clusters?"
- "What is Kakao's accounting risk score and what flags triggered it?"
- "Compare Naver, Kakao, and Line Plus on 5-year Buffett quality metrics: ROE, debt ratio, and earnings CAGR."
- "List all companies that announced share buyback decisions in the last 30 days."
- "Download the latest annual report for Hyundai Motor and convert it to markdown."

Troubleshooting Korean DART Financial

Server starts but returns 'DART_API_KEY not set' errors

Confirm the env block in your config file contains the exact key name DART_API_KEY (all caps). Restart the client after editing the config.

search_disclosures returns no results for a date range longer than 90 days

The tool automatically chunks queries into 90-day windows to comply with DART API limits. If results seem incomplete, narrow your date range manually or check that the company code resolved correctly using resolve_corp_code first.

HWP attachments are not converting to markdown

The get_attachments tool uses the kordoc engine which requires network access to convert HWP files. Ensure your environment has outbound internet access and that Node.js can spawn child processes.

Frequently Asked Questions about Korean DART Financial

What is Korean DART Financial?

Korean DART Financial is a Model Context Protocol (MCP) server that enables ai assistants to analyze korean financial disclosures (dart) with insider trading signals, accounting risk scores, buffett-style quality checklists, and automatic conversion of hwp/pdf attachments to markdown. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Korean DART Financial?

Follow the installation instructions on the Korean DART Financial GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Korean DART Financial?

Korean DART Financial works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Korean DART Financial free to use?

Yes, Korean DART Financial is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "korean-dart": { "command": "npx", "args": ["-y", "korean-dart"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Korean DART Financial?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides