EMQX
Manage EMQX MQTT clients, subscriptions, publishes, and client disconnects through the Dashboard API.
Tools
| Name | Description |
|---|---|
list_clientsList MQTT clients connected to an EMQX broker. | List MQTT clients connected to an EMQX broker. |
get_clientGet one EMQX MQTT client by exact client ID. | Get one EMQX MQTT client by exact client ID. |
list_subscriptionsList EMQX MQTT subscriptions, optionally filtered by client ID or topic. | List EMQX MQTT subscriptions, optionally filtered by client ID or topic. |
publish_messagePublish a message through EMQX to an MQTT topic. | Publish a message through EMQX to an MQTT topic. |
kick_clientDisconnect one MQTT client from EMQX by exact client ID. | Disconnect one MQTT client from EMQX by exact client ID. |
Triggers
| Name | Description |
|---|---|
client_changedPoll EMQX clients and emit newly seen or changed clients after the initial baseline. | Poll EMQX clients and emit newly seen or changed clients after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('emqx', 'list_clients', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'emqx',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect EMQX to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does EMQX support?
EMQX supports 5 tools including List Clients, Get Client, List Subscriptions, Publish Message, Kick Client.
Can I use EMQX with AI agents?
Yes. Add EMQX to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can EMQX be used in stateful agent workflows?
Yes. Agents can combine EMQX tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does EMQX use?
EMQX uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the EMQX integration cost?
The EMQX integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does EMQX support?
EMQX supports 1 triggers including Client Changed.
Connect EMQX in minutes
Get 20,000 free action executions every month. No credit card required.