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.
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:
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 READMEgetCurrentESTTimeGet current EVE Server Time (EST/UTC) and downtime information
Comparable tools
Installation
Installation
- Clone the repository:
git clone https://github.com/kongyo2/EVE-EST-MCP.git
cd EVE-EST-MCP- Install dependencies:
npm install- Start the server:
npm run startFor Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"eve-est": {
"command": "node",
"args": ["dist/index.js"],
"env": {}
}
}
}Compare EVE-EST-MCP with
Last updated · Auto-generated from public README + GitHub signals.