MCP Catalogs
Home

ultimate_mcp_server vs mcp_massive

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

ultimate_mcp_server
by Dicklesworthstone
mcp_massive
by massive-com
Stars★ 149★ 332
30d uses
Score8552
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
FinanceDeveloper ToolsAI / LLM 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.

mcp_massive · Summary

An MCP server providing access to Massive.com financial market data via search, call, and query tools with in-memory SQLite storage.

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

mcp_massive · Use cases

  • Retrieve real-time stock prices, historical market data, and financial fundamentals
  • Calculate financial metrics like Black-Scholes option pricing and moving averages
  • Search through Massive.com API endpoints using natural language queries

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

mcp_massive · Install

Prerequisites

  • Python 3.12+
  • A Massive.com API key
  • Astral UV (v0.4.0+)

Claude Code Installation

npm install -g @anthropic-ai/claude-code
uv tool install "mcp_massive @ git+https://github.com/massive-com/mcp_massive@v0.10.0"
claude mcp add massive -e MASSIVE_API_KEY=your_api_key_here -- mcp_massive

Claude Desktop Installation

uv tool install "mcp_massive @ git+https://github.com/massive-com/mcp_massive@v0.10.0"
which mcp_massive

Then add to Claude Desktop config:

{
    "mcpServers": {
        "massive": {
            "command": "<path_to_mcp_massive>",
            "env": {
                "MASSIVE_API_KEY": "<your_api_key_here>",
                "HOME": "<your_home_directory>"
            }
        }
    }
}
Comparison generated from public README + GitHub signals. Last updated automatically.