Skip to main content
Glama

mcp2mqtt

led_control

Control LED devices connected via MCP2MQTT by sending on/off commands through the MCP protocol, enabling IoT integration with AI-based natural language control.

Instructions

控制LED开关

Input Schema

NameRequiredDescriptionDefault
stateYesLED状态(on/off)

Input Schema (JSON Schema)

{ "properties": { "state": { "description": "LED状态(on/off)", "enum": [ "on", "off" ], "type": "string" } }, "required": [ "state" ], "type": "object" }

You must be authenticated.

Other Tools from mcp2mqtt

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/mcp2everything/mcp2mqtt'

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