KosmoKrator

messaging

RabbitMQ MCP, CLI, and Lua Integration for AI Agents

RabbitMQ integration docs for AI agents: MCP gateway setup, RabbitMQ CLI commands, Lua API reference, credentials, and function schemas.

6 functions 6 read 0 write Username and password auth

RabbitMQ for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
rabbitmq
route_slug
rabbitmq
package
rabbitmq
auth_strategy
basic Username and password
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

RabbitMQ MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for RabbitMQ.

RabbitMQ CLI Matrix

Use these pages for direct RabbitMQ CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
rabbitmq.rabbitmq_list_queues Read read 0 List all RabbitMQ queues across all virtual hosts. Returns queue names, vhost, message counts, consumer counts, and state.
rabbitmq.rabbitmq_get_queue Read read 2 Get detailed information about a specific RabbitMQ queue, including message counts, consumers, bindings, policy, and arguments.
rabbitmq.rabbitmq_list_exchanges Read read 0 List all RabbitMQ exchanges across all virtual hosts. Returns exchange names, types, vhost, and durability.
rabbitmq.rabbitmq_list_connections Read read 0 List all active RabbitMQ AMQP connections. Returns client info, peer host/port, channels, and connection state.
rabbitmq.rabbitmq_list_vhosts Read read 0 List all RabbitMQ virtual hosts. Returns vhost names, tracing status, and message counts.
rabbitmq.rabbitmq_get_overview Read read 0 Get RabbitMQ cluster overview — node info, RabbitMQ version, message rates, queue totals, and listener ports.