korean-dart-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
korean-dart-mcp by chrisryugj | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 36 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
korean-dart-mcp · Summary
Node.js MCP server for Korean financial disclosure APIs with 83 endpoints compressed to 15 tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
korean-dart-mcp · Use cases
- Analyze insider trading signals to detect if company executives are buying their own stock
- Compare financial metrics across multiple companies using Buffett-quality checklists
- Extract and summarize content from complex financial reports (PDF/HWP attachments)
- Search for specific types of corporate disclosures with preset parameters
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
korean-dart-mcp · Install
# Installation (macOS/Linux/Windows)
npx -y korean-dart-mcp setupThis will launch an interactive wizard that:
- Prompts for your OpenDART API key (free at https://opendart.fss.or.kr/)
- Detects your AI client (Claude Desktop, Cursor, etc.)
- Automatically configures the client
Claude Desktop configuration example:
{
"mcpServers": {
"korean-dart": {
"command": "npx",
"args": ["-y", "korean-dart-mcp"],
"env": {
"OPENDART_API_KEY": "your-api-key-here"
}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}