MCP Catalogs
Home

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
Score4485
Official
Categories
FinanceAI / LLM ToolsDeveloper Tools
AI / LLM ToolsBrowser AutomationFile System
LanguageTypeScriptPython
Last commit1 mo ago2 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 setup

This will launch an interactive wizard that:

  1. Prompts for your OpenDART API key (free at https://opendart.fss.or.kr/)
  2. Detects your AI client (Claude Desktop, Cursor, etc.)
  3. 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

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server
Comparison generated from public README + GitHub signals. Last updated automatically.