EVE-EST-MCP
Documentation
EVE Online EST MCP Server
An MCP server for EVE Online that provides EVE Server Time (EST) information and downtime calculations.
EVE Server Time (EST) is identical to UTC and is the standard time used across all EVE Online servers. This server provides current EST time and calculates time remaining until the next daily server downtime.
Features
- Current EVE Server Time: Get the current time in EVE Server Time format (identical to UTC)
- Downtime Information: Daily server maintenance occurs from 11:00 to 11:15 EST (UTC)
- Time Until Downtime: Calculates hours and minutes until the next server downtime
- Downtime Status: Indicates if the server is currently in downtime
- Reliable Time Source: Uses system time with WorldTimeAPI (worldtimeapi.org) as fallback for maximum reliability
Tool: getCurrentESTTime
This tool provides comprehensive EVE Online server time information:
{
"currentTime": "2025-01-08 15:30:45 EST",
"utcTime": "2025-01-08T15:30:45.123Z",
"isInDowntime": false,
"downtimeWindow": "11:00 to 11:15 EST (UTC)",
"timeUntilNextDowntime": "19h 29m",
"nextDowntimeStart": "2025-01-09 11:00:00 EST",
"timeSource": "system"
}The `timeSource` field indicates whether the time was obtained from the system clock (`"system"`) or from the WorldTimeAPI fallback (`"worldtimeapi"`).
Development
To get started, clone the repository and install the dependencies.
git clone https://github.com/kongyo2/EVE-EST-MCP.git
cd eve-online-est-mcp-server
npm install
npm run devStart the server
If you simply want to start the server, you can use the `start` script.
npm run startHowever, you can also interact with the server using the `dev` script.
npm run devThis will start the server and allow you to interact with it using CLI.
Testing
The server includes tests for time calculations and EST formatting.
npm run testThe tests verify the EVE Server Time calculations and downtime logic.
Linting
Having a good linting setup reduces the friction for other developers to contribute to your project.
npm run lintThis project uses Prettier, ESLint and TypeScript ESLint to lint the code.
Formatting
Use `npm run format` to format the code.
npm run formatFrequently asked questions
What is EVE-EST-MCP?
EVE-EST-MCP is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install EVE-EST-MCP?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is EVE-EST-MCP open source?
Yes — it is hosted on GitHub at https://github.com/kongyo2/eve-est-mcp and has 1 stars.
Related MCP tools
A Unified MCP Server Management App TypeScript-based implementation. Trusted by 800+ developers. Trusted by 800+ developers.
A powerful VSCode extension that lets you find and install MCP servers to use with GitHub Copilot.. TypeScript-based implementation.
A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explor...
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Ag...
🤖 A visualization mcp contains 25+ visual charts using @antvis. Using for chart generation and data analysis. TypeScript-based implementation.
🚀MCP server for accessing RedNote(XiaoHongShu, xhs). TypeScript-based implementation. Trusted by 800+ developers. Trusted by 800+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP