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 | — | — |
| Score | 85 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | FinanceAI / LLM ToolsDeveloper Tools |
| Language | Python | Python |
| Last commit | 2 mo ago | this 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
- 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_serveropenecon-data · Install
Quick Install
curl -fsSL https://raw.githubusercontent.com/hanlulong/openecon-data/main/scripts/install.sh | bashClaude 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/mcpWeb demo available at: https://data.openecon.ai/chat