# Mcpe Ping

> Pings an MCPE server for simple data.

- **Type:** MCP server
- **Install:** `agentstack add mcp-falkirks-mcpe-ping`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [falkirks](https://agentstack.voostack.com/s/falkirks)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [falkirks](https://github.com/falkirks)
- **Source:** https://github.com/falkirks/mcpe-ping

## Install

```sh
agentstack add mcp-falkirks-mcpe-ping
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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

```sh
$ npm install --save mcpe-ping
```

## Usage

```js
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](http://falkirks.com)

[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](https://github.com/falkirks)
- **Source:** [falkirks/mcpe-ping](https://github.com/falkirks/mcpe-ping)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-falkirks-mcpe-ping
- Seller: https://agentstack.voostack.com/s/falkirks
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
