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
basicUsername and password- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. RabbitMQ CLIHeadless setup and direct function calls. RabbitMQ MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
RabbitMQ MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for RabbitMQ.
Claude Code RabbitMQ MCP setup for Claude Code. Cursor RabbitMQ MCP setup for Cursor. Codex RabbitMQ MCP setup for Codex. OpenAI Agents RabbitMQ MCP setup for OpenAI Agents SDK. Claude Agent SDK RabbitMQ MCP setup for Claude Agent SDK. Vercel AI SDK RabbitMQ MCP setup for Vercel AI SDK. LangChain RabbitMQ MCP setup for LangChain. LangGraph RabbitMQ MCP setup for LangGraph. CrewAI RabbitMQ MCP setup for CrewAI. MCP clients RabbitMQ MCP setup for Generic MCP Clients.
RabbitMQ CLI Matrix
Use these pages for direct RabbitMQ CLI workflows in scripts, CI, cron, and agent wrappers.
CI RabbitMQ CLI for CI. Cron Jobs RabbitMQ CLI for cron jobs. Shell Scripts RabbitMQ CLI for shell scripts. Headless Automation RabbitMQ CLI for headless automation. Coding Agents RabbitMQ CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |