
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 ser
Tools
getCurrentESTTime
Get current EVE Server Time (EST) which is identical to UTC, and calculate time until next server downtime. EVE Online servers go offline daily from 11:00 to 11:15 EST (UTC) for maintenance. Uses system time with WorldTimeAPI as fallback.
README
EVE Online EST MCP Server
<a href="https://glama.ai/mcp/servers/@kongyo2/EVE-EST-MCP"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@kongyo2/EVE-EST-MCP/badge" alt="EVE Online EST Server MCP server" /> </a>
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 dev
Start the server
If you simply want to start the server, you can use the start
script.
npm run start
However, you can also interact with the server using the dev
script.
npm run dev
This 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 test
The 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 lint
This project uses Prettier, ESLint and TypeScript ESLint to lint the code.
Formatting
Use npm run format
to format the code.
npm run format
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.