Install
$ agentstack add mcp-falkirks-mcpe-ping ✓ 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
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Pings an MCPE server for simple data.
This is a port of mc-ping for MCPE.
This library was written using code from the DirtServer project.
Install
$ npm install --save mcpe-ping
Usage
var mcpeping = require('mcpe-ping');
mcpeping('example.com', 19132, function(err, res) {
if (err) {
// Some kind of error
console.error(err);
} else {
// Success!
console.log(res);
}
}, 3000);
License
MIT © Falkirks
[npm-image]: https://badge.fury.io/js/mcpe-ping.svg [npm-url]: https://npmjs.org/package/mcpe-ping [travis-image]: https://travis-ci.org/Falkirks/mcpe-ping.svg?branch=master [travis-url]: https://travis-ci.org/Falkirks/mcpe-ping [daviddm-image]: https://david-dm.org/Falkirks/mcpe-ping.svg?theme=shields.io [daviddm-url]: https://david-dm.org/Falkirks/mcpe-ping
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: falkirks
- Source: falkirks/mcpe-ping
- 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.