korean-dart-mcp vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
korean-dart-mcp by chrisryugj | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 36 | ★ 149 |
| 30d uses | — | — |
| Score | 44 | 85 |
| Official | — | — |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | 1 mo ago | 2 mo ago |
korean-dart-mcp · Summary
Node.js MCP server for Korean financial disclosure APIs with 83 endpoints compressed to 15 tools.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
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
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
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"
}
}
}
}ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server