MCSrv An interface to the Minecraft Server Status API. Install npm install mcsrv Usage const mcsrv = require("mcsrv"); (() => { await mcsrv("mc.hypixel.net"); //=> { online: true, ... } })() API mcsrv(address) address Type: string The server address to lookup.