MCP Catalogs
Home

ultimate_mcp_server vs openecon-data

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

ultimate_mcp_server
by Dicklesworthstone
openecon-data
by hanlulong
Stars★ 149★ 41
30d uses
Score8545
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
FinanceAI / LLM ToolsDeveloper Tools
LanguagePythonPython
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.

openecon-data · Summary

MCP server providing 330K+ economic indicators from FRED, World Bank, IMF & more for AI agents.

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

openecon-data · Use cases

  • Economists and researchers quickly retrieve verified economic data without writing API code
  • AI agents access real-time economic data to reduce hallucinations in financial analysis
  • Journalists fact-check economic claims against official sources in seconds

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

openecon-data · Install

Quick Install

curl -fsSL https://raw.githubusercontent.com/hanlulong/openecon-data/main/scripts/install.sh | bash

Claude Desktop Configuration

Add to Claude's config.json:

{
  "mcpServers": {
    "open-econ-data": {
      "command": "curl",
      "args": ["-s", "https://data.openecon.ai/mcp"],
      "env": {}
    }
  }
}

Manual Install

# For Claude Code
claude mcp add --transport sse openecon-data https://data.openecon.ai/mcp --scope user

# For Codex
codex mcp add openecon-data --url https://data.openecon.ai/mcp

Web demo available at: https://data.openecon.ai/chat

Comparison generated from public README + GitHub signals. Last updated automatically.