MCP Catalogs
Home

EVE-EST-MCP

by kongyo2·2·Score 32

EVE-EST-MCP is an MCP server that provides EVE Server Time and downtime calculations for EVE Online players.

otherdeveloper-tools
0
Forks
0
Open issues
10 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server provides essential time information for EVE Online players, including current EVE Server Time (identical to UTC), daily maintenance windows, and time remaining until next downtime. It uses system time as primary source with WorldTimeAPI as fallback for reliability. The server exposes one main tool, getCurrentESTTime, which provides comprehensive time data including current time, downtime status, countdown to next maintenance, and time source information.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:EVE Online players who need to track server time for fleet operations and market activities
you:Bot developers who need to schedule actions based on EVE Server Time
you:Community managers who need to announce events in relation to server downtime

When to choose this

Choose this if you need EVE Online server time information and maintenance schedules for automation or integration purposes.

When NOT to choose this

Not suitable if you need general time information or are looking for a server with broader functionality beyond EVE Online-specific data.

Tools this server exposes

1 tool extracted from the README
  • getCurrentESTTime

    Get current EVE Server Time (EST/UTC) and downtime information

Comparable tools

eve-online-apieve-ntesi-mcp

Installation

Installation

  1. Clone the repository:
git clone https://github.com/kongyo2/EVE-EST-MCP.git
cd EVE-EST-MCP
  1. Install dependencies:
npm install
  1. Start the server:
npm run start

For Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "eve-est": {
      "command": "node",
      "args": ["dist/index.js"],
      "env": {}
    }
  }
}

Compare EVE-EST-MCP with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.