Content
# Tool List
DART-MCP: A Claude extension for financial analysis.
DART API-based financial analysis MCP (Model-assisted Capability Package). Easily analyze and visualize financial data of listed companies using Claude.
For a more detailed and easy-to-follow guide, please visit: [https://dart-mcp.vercel.app/](https://dart-mcp.vercel.app/)
<a href="https://glama.ai/mcp/servers/@2geonhyup/dart-mcp">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@2geonhyup/dart-mcp/badge" alt="dart-mcp MCP server" />
</a>
## Possible / Impossible
### Possible (O)
- Key financial analysis
- Detailed financial analysis
- Revenue by business segment
- Visualization using Claude
- Valuation using financial indicators (DCF, etc.)
### Impossible (X)
- Stock price and market capitalization provision
- Foreign company analysis
- Usage exceeding Claude's free limit
- Heavy usage in a single chat window (create a new window if issues arise)
- 100% accurate information
**Investment information provided may differ from actual data, and investment responsibility lies with the individual investor.**
## Usage Examples
### Financial Data Analysis and Visualization
```
Show the quarterly revenue and operating profit trends for Phama Research in 2023 and 2024, and provide the revenue composition. Analyze the reasons for changes in operating profit and revenue.
```
### Company Comparison Analysis
```
Compare the profitability indicators of Kakao and Naver in 2024, and show the quarterly trends. Identify which business segments drive growth for each company.
```
### Financial Risk Assessment
```
Investigate the recent debt situation of Korea Electric Power Corporation, and analyze the problematic areas in detail.
```
## Pre-Installation
### Obtain DART API Key
1. Access the [DART OpenAPI](https://opendart.fss.or.kr) website.
2. Register and log in.
3. Click [Authentication Key Application/Management] - [OpenAPI Application].
4. Fill in the required information and submit the application.
5. Verify the issued authentication key in [Authentication Key Application/Management] - [OpenAPI Usage Status].
### Install Claude Desktop App
1. Download the [Claude Desktop App](https://claude.ai/desktop).
2. Register and log in.
## Installation
### 1. Download Project from GitHub
Download the zip file from the GitHub page: https://github.com/2geonhyup/dart-mcp
### 2. Unzip and Verify Folder Location
1. Unzip the downloaded file.
2. Ensure the unzipped folder is in the **Downloads** location.
### 3. Rename Folder
Rename the unzipped folder from dart-mcp-main to **dart-mcp** (if it's not already named dart-mcp).
### 4. Access Claude App and Settings
1. Launch the installed Claude desktop app.
2. For Mac users: **Claude > Settings > Developer > Edit Settings**.
For Windows users: **Settings > Developer > Edit Settings**.
### 5. Open Settings File
Open the **claude_desktop_config file** in a text editor.
### 6. Input Settings Code
1. Enter the correct keys and names:
- DART API Key: Enter the issued API key.
- Computer Name: Enter the computer account name (Mac: Finder home folder, Windows: C:\Users\ folder name).
2. Use the following code to input into the settings file:
```json
{
"mcpServers": {
"dart-mcp": {
"command": "uv",
"args": ["--directory", "/Users/{computer_name}/Downloads/dart-mcp", "run", "dart.py"],
"env": {
"DART_API_KEY": "{DART_API_KEY}"
}
}
}
}
```
### 7. Restart Claude and Start Using
Save the settings file, close the Claude app, and restart it.
Now, Claude will call the DART API to provide answers.
## Usage Precautions
- Company names must be officially listed names.
- Only KOSPI and KOSDAQ stocks are supported.
- Real-time information like stock prices and market capitalization will be integrated in the future.
Connection Info
You Might Also Like
valuecell
Valuecell is a Python project for efficient data management.
hexstrike-ai
HexStrike AI is an AI-powered MCP cybersecurity automation platform with 150+ tools.
Vibe-Trading
Vibe-Trading: Your Personal Trading Agent
open-bsp-api
WhatsApp Business Solution Provider API
amazon-sorftime-research-MCP-skill
Amazon Product Selection - Listing Full-Dimension Penetration Analysis...
agnix
The missing linter for AI coding assistants. Validate CLAUDE.md, AGENTS.md,...