Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Eve Est Mcp

    1 stars
    TypeScript
    Updated Aug 8, 2025
    eveonline
    mcp
    mcp-server
    modelcontextprotocol

    Table of Contents

    • Features
    • Tool: getCurrentESTTime
    • Development
    • Start the server
    • Testing
    • Linting
    • Formatting

    Table of Contents

    • Features
    • Tool: getCurrentESTTime
    • Development
    • Start the server
    • Testing
    • Linting
    • Formatting

    Documentation

    EVE Online EST MCP Server

    smithery badge

    Ask DeepWiki

    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:

    json
    {
      "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.

    bash
    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.

    bash
    npm run start

    However, you can also interact with the server using the dev script.

    bash
    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.

    bash
    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.

    bash
    npm run lint

    This project uses Prettier, ESLint and TypeScript ESLint to lint the code.

    Formatting

    Use npm run format to format the code.

    bash
    npm run format

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k