MCP Catalogs
Home

ultimate_mcp_server vs okx-agent-trade-kit

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
okx-agent-trade-kit
by PlaceNL2026
Stars★ 149★ 86
30d uses
Score8548
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
FinanceAI / LLM ToolsDeveloper Tools
LanguagePythonTypeScript
Last commit2 mo agothis month

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.

okx-agent-trade-kit · Summary

OKX trading MCP server with 145 tools across 11 modules for crypto spot/futures/swap trading and account management.

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

okx-agent-trade-kit · Use cases

  • Automated cryptocurrency trading through AI agents like Claude or Cursor
  • Terminal-based trading operations using the CLI interface
  • Market analysis with technical indicators and smart money signals

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

okx-agent-trade-kit · Install

# 1. Install
npm install -g @okx_ai/okx-trade-mcp @okx_ai/okx-trade-cli

# 2. Configure OKX API credentials (interactive wizard)
okx config init

# 3. Register the MCP server with your AI client
okx-trade-mcp setup --client claude-desktop

For Claude Desktop, add to Claude's config.json:

{
  "mcpServers": {
    "okx": {
      "command": "okx-trade-mcp",
      "args": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.