Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EMQX_API_KEY | Yes | The API Key for your EMQX cluster. | |
| EMQX_API_URL | Yes | The API URL of your EMQX instance (e.g., https://your-emqx-cloud-instance.com:8443/api/v5). | |
| EMQX_API_SECRET | Yes | The API Secret for your EMQX cluster. |
Capabilities
Server capabilities have not been inspected yet.
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 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |