Hanzo
Cloud MCPmq

mq

15 MCP tools on the Hanzo cloud door that call the mq API.

The 15 tools tools/list names for mq. Each dispatches to an operation in the mq API reference.

ToolRouteArgumentsDescription
delete_v1_mq_streams_nameDELETE /v1/mq/streams/{name}1Removes a stream with all its messages and consumers.
delete_v1_mq_streams_name_messages_seqDELETE /v1/mq/streams/{name}/messages/{seq}2Erases one message by sequence; the sequence gap remains.
delete_v1_mq_streams_stream_consumers_nameDELETE /v1/mq/streams/{stream}/consumers/{name}2Removes a consumer and its delivery state; unacknowledged messages stay in the stream.
get_v1_mq_healthGET /v1/mq/health0Reports whether the message plane behind this surface answers.
get_v1_mq_infoGET /v1/mq/info0Returns the broker's identity and the org's stream count.
get_v1_mq_streamsGET /v1/mq/streams2Returns the org's streams, name-ordered, with their live state.
get_v1_mq_streams_nameGET /v1/mq/streams/{name}1Returns one stream's configuration and live state.
get_v1_mq_streams_name_messagesGET /v1/mq/streams/{name}/messages5Reads stored messages without a consumer: by sequence, by newest on a subject, or walking a subject
get_v1_mq_streams_stream_consumersGET /v1/mq/streams/{stream}/consumers3Returns a stream's consumers, name-ordered, with delivery state.
get_v1_mq_streams_stream_consumers_nameGET /v1/mq/streams/{stream}/consumers/{name}2Returns one consumer's configuration and delivery state.
post_v1_mq_streamsPOST /v1/mq/streams9Creates a durable stream in the org's namespace and returns it.
post_v1_mq_streams_name_purgePOST /v1/mq/streams/{name}/purge3Removes messages from a stream, leaving its consumers in place.
post_v1_mq_streams_stream_consumersPOST /v1/mq/streams/{stream}/consumers12Creates a durable pull consumer on a stream and returns it.
post_v1_mq_streams_stream_consumers_name_nextPOST /v1/mq/streams/{stream}/consumers/{name}/next5Pulls the consumer's next batch. Delivered messages are acknowledged on delivery — the broker will n
put_v1_mq_streams_namePUT /v1/mq/streams/{name}9Reconfigures an existing stream; the path names the stream, and the immutable fields (storage, reten

All 834 tools · The door

Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).

How is this guide?