概览
What is penDART MCP - Korean corporate disclosure data for AI agents?
penDART MCP connects AI agents (Claude Desktop, Cursor, etc.) to Korea’s DART (Electronic Disclosure System) official corporate filings. It lets you ask natural‑language questions like “Show me Samsung Electronics’ financial statements” and get real answers from public Korean financial data.
How to use penDART MCP - Korean corporate disclosure data for AI agents?
Add the server to your AI client’s MCP configuration (e.g., claude_desktop_config.json). Run with npx opendart-mcp and set the DART_API_KEY environment variable. A free API key is obtained from opendart.fss.or.kr. Corporate codes are downloaded automatically on first start.
Key features of penDART MCP - Korean corporate disclosure data for AI agents
- Search Korean companies by name, stock code, or DART corp code.
- Search disclosure filings with date/type filters.
- Get key financials: revenue, operating profit, net income, assets, liabilities.
- Compare financials across multiple companies side by side.
- Retrieve full financial statements (balance sheet, income statement, cash flow, etc.).
Use cases of penDART MCP - Korean corporate disclosure data for AI agents
- Ask your AI for a company’s basic information and stock code.
- Query recent disclosure filings for a specific company.
- Request annual or quarterly financial summaries (e.g., revenue, net income).
- Compare financial performance of competing Korean companies.
- Retrieve detailed financial statements for in‑house analysis.
FAQ from penDART MCP - Korean corporate disclosure data for AI agents
How do I get a DART API key?
Sign up at opendart.fss.or.kr, log in, and apply for an API key. It is issued instantly and free of charge.
Is the API key free? Are there usage limits?
Yes, it is free. The DART OpenAPI allows up to 10,000 requests per day.
Do I need to manually download the corporate code data?
No. The server automatically downloads the corporate code database on first run. You can manually update it later with npm run update-corp-codes if needed.
Which AI clients are supported?
Claude Desktop and Cursor are explicitly supported. Any MCP‑compatible client (including MCP Inspector for debugging) can be used.
What is the project structure?
The server entry point is src/index.ts. Tools are organized in src/tools/ (disclosure and financial) and utilities in src/utils/ (DART API client, corp‑code conversion, formatting helpers).