emqx-mcp-server
by Benniu
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
EMQX_API_KEY | Yes | Your EMQX API key for authentication | |
EMQX_API_URL | Yes | The URL of your EMQX API endpoint (e.g. https://your-emqx-cloud-instance.com:8443/api/v5) | |
EMQX_API_SECRET | Yes | Your EMQX API secret for authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
publish_mqtt_message | Publish an MQTT Message to Your EMQX Cluster on EMQX Cloud or Self-Managed Deployment |
list_mqtt_clients | List MQTT clients connected to your EMQX Cluster |
get_mqtt_client | Get detailed information about a specific MQTT client by client ID |
kick_mqtt_client | Disconnect a client from the MQTT broker by client ID |