A Message Context Protocol (MCP) server implementation for RocketMQ, allowing AI applications to interact with RocketMQ message queues.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieve the controller configuration. Method: POST /controller/getControllerConfig
Update the controller configuration. Method: POST /controller/updateControllerConfig
Get the list of NameServer addresses. Method: POST /nameserver/getNameServerAddressList
Retrieve the KV configuration. Method: POST /nameserver/getKVConfig
Query messages. Method: POST /message/viewMessage
Get runtime statistics of the Broker. Method: POST /broker/getBrokerRuntimeStats
Retrieve the list of ACL versions. Method: POST /acl/getAclVersionList
Get information about the consumer connection. Method: POST /consumer/examineConsumerConnectionInfo
Retrieve the list of Topics. Method: POST /topic/topicList
Get information about the cluster. Method: POST /cluster/clusterList
Get information about the producer connection. Method: POST /producer/examineProducerConnectionInfo
Get information about the consume queue. Method: POST /consumequeue/examineConsumeQueue