mcpe-ping
Categories
Language:
JavaScript
Stars:
19
Forks:
3
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
Publisher info
More MCP servers built with JavaScript
MCP Server Semgrep is a [Model Context Protocol](https://modelcontextprotocol.io) compliant server that integrates the powerful Semgrep static analysis tool with AI assistants like Anthropic Claude. It enables advanced code analysis, security vulnerability detection, and code quality improvements directly through a conversational interface.
This MCP server provides email sending functionality using Protonmail's SMTP service. It allows both Claude Desktop and Cline VSCode extension to send emails on your behalf using your Protonmail credentials.
Model Context Protocol server that integrates AgentQL's data extraction capabilities.