Korean DART Financial
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.
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
Maintainer
Works with
Installation
Manual Installation
npx korean-dartConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.
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 setupVerify 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_hereAdd 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"
}
}
}
}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.
Korean DART Financial Alternatives — Similar Finance & Fintech Servers
Looking for alternatives to Korean DART Financial? Here are other popular finance & fintech servers you can use with Claude, Cursor, and VS Code.
ValueCell
★ 10.7kValueCell is a community-driven, multi-agent platform for financial applications.
Vibe Trading
★ 8.1k'Vibe-Trading: Your Personal Trading Agent'
Quantdinger
★ 6.2kAI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
TradingView
★ 2.8kReal-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.
Financial Datasets
★ 2.1kProvides access to comprehensive financial data including income statements, balance sheets, cash flow statements, stock prices, company news, SEC filings, and cryptocurrency information with built-in financial ratio analysis.
Stripe
★ 1.6kThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
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.
Set Up Korean DART Financial in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.