Skip to main content
Glama

NodeMCU MCP Service

send-command

Send commands like restart, update, or status to NodeMCU/ESP8266 IoT devices remotely using the MCP server, enabling efficient device control and management.

Input Schema

NameRequiredDescriptionDefault
commandYesThe command to send (restart, update, status, etc.)
deviceIdYesThe ID of the device to send the command to
paramsNoOptional parameters for the command

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "The command to send (restart, update, status, etc.)", "type": "string" }, "deviceId": { "description": "The ID of the device to send the command to", "type": "string" }, "params": { "additionalProperties": {}, "description": "Optional parameters for the command", "type": "object" } }, "required": [ "deviceId", "command" ], "type": "object" }
Install Server

Other Tools from NodeMCU MCP Service

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/amanasmuei/mcp-server-nodemcu'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server