Used for code linting in the project development workflow.
Used for version control with repository cloning mentioned in the development setup.
Referenced in the clone URL for the repository in the development instructions.
Used for package management and running scripts for development, testing, and linting.
Used for code formatting in the development workflow.
Used with ESLint for type checking and linting in the development process.
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:
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.
Start the server
If you simply want to start the server, you can use the start
script.
However, you can also interact with the server using the dev
script.
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.
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.
This project uses Prettier, ESLint and TypeScript ESLint to lint the code.
Formatting
Use npm run format
to format the code.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
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
Related Resources
Related MCP Servers
- -securityFlicense-qualityAn MCP server providing timezone conversions and time-related operations via RESTful API endpoints, featuring comprehensive error handling and timezone database integration.Last updated -Python
- AsecurityFlicenseAqualityThis is an MCP (Model Context Protocol) server for the EVE Online ESI API that supports both local (stdio) and remote (OAuth-enabled) connections.Last updated -39JavaScript
- AsecurityAlicenseAqualityこのMCPサーバーは、EVE Onlineのマーケットデータにアクセスするためのインターフェースを提供します。ESI(EVE Swagger Interface)APIを使用して、リアルタイムの市場データを取得できます。Last updated -103TypeScriptMIT License
- -securityAlicense-qualityThe Time MCP Server is a Model Context Protocol (MCP) server that provides AI assistants and other MCP clients with standardized tools to perform time and date-related operations. This server acts as a bridge between AI tools and a robust time-handling backLast updated -4GoMIT License