Install
$ agentstack add mcp-cryptkeeper-mcping-js ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
mcping-js
A modern JavaScript library for querying Minecraft Java Edition servers using the vanilla Server List Ping protocol.
Usage
const mcping = require('mcping-js')
// 25565 is the default Minecraft Java Edition multiplayer server port
// The port may be omitted and will default to 25565
const server = new mcping.MinecraftServer('mc.hypixel.net', 25565)
server.ping(timeout, protocolVersion, (err, res) => {
// ...
})
protocolVersion is ever changing as Minecraft updates. See protocol version numbers for a complete and updated listing.
If successful, res will be a parsed copy of the Response packet.
Compatibility
- This does not support Minecraft's legacy ping protocol for pre-Minecraft version 1.6 servers.
- This does not support the ``
Ping`or`Pong`` behavior of the Server List Ping protocol. If you wish to determine the latency of the connection do you should do so manually.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Cryptkeeper
- Source: Cryptkeeper/mcping-js
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.