MCP Catalogs
Home

ultimate_mcp_server vs eve-online-traffic-mcp

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

ultimate_mcp_server
by Dicklesworthstone
eve-online-traffic-mcp
by kongyo2
Stars★ 149★ 4
30d uses
Score8536
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
AI / LLM ToolsgamesDeveloper Tools
LanguagePythonTypeScript
Last commit2 mo ago10 mo ago

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.

eve-online-traffic-mcp · Summary

An MCP server for EVE Online traffic, navigation, and system information using both the official ESI API and SDE data.

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

eve-online-traffic-mcp · Use cases

  • Route planning between solar systems with security considerations
  • Analyzing system connections and traffic patterns in EVE Online
  • Converting between entity names and IDs for data processing

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

eve-online-traffic-mcp · Install

Installing via Smithery

To install eve-online-traffic-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kongyo2/eve-online-traffic-mcp):

npx -y @smithery/cli install @kongyo2/eve-online-traffic-mcp --client claude

Manual Installation

git clone https://github.com/kongyo2/eve-online-traffic-mcp.git
cd eve-online-traffic-mcp
npm install

Production Mode

Start the server for production use:

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