RabbitMQ MassTransit MCP Server (StevePic95/rabbitmq-masstransit-mcp) is an MCP server listed on the M8ven Trust Index. It scores 60 out of 100, grade C. It declares 21 tools. No publisher has claimed this listing.
An MCP server for RabbitMQ with MassTransit intelligence — error queue parsing, fault analysis, and message republishing.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
StevePic95
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
list_connectionsList active RabbitMQ connections with client info, state, and channel count.
list_consumersList active consumers with their queue assignments, prefetch, and connection info.
list_exchangesList exchanges with type and binding info. Filter by vhost, name pattern, or type.
get_exchangeGet exchange details and its bindings (both source and destination).
list_bindingsList bindings for a specific queue or exchange.
list_log_filesList RabbitMQ log files on configured nodes. Node names match the `node` field from get_queue, get_overview, and list_connections tools — use this to cross-reference which node a queue or connection is on and then check that node's logs.
read_logRead RabbitMQ log file content from a node. Returns the last N lines (tail mode) by default. Node names match the `node` field from get_queue, get_overview, and list_connections tools.
search_logsSearch RabbitMQ log files for a text pattern or regex. Searches the current log by default; optionally includes rotated logs. Node names match the `node` field from get_queue, get_overview, and list_connections tools.
list_error_queuesFind all MassTransit _error queues with message counts. Helps identify services with unprocessed failures.
list_skipped_queuesFind all MassTransit _skipped queues with message counts. Skipped messages indicate routing or serialization issues.
peek_errorsBrowse error queue messages with parsed MassTransit fault details: exception type, message, stack trace, original payload, and source host.
get_queue_healthQuick health check: find queues with no consumers, growing depth, or high error counts. Identifies potential issues.
republish_from_errorFetch messages from a MassTransit _error queue and republish them to their original exchange for reprocessing. Two-step: first call shows message details, second call with confirm=true executes the republish.
peek_messagesBrowse messages in a queue without consuming them (non-destructive). Parses MassTransit envelopes when detected.
publish_messagePublish a message to an exchange with a routing key. The message is sent with MassTransit-compatible content type.
move_messagesMove messages from one queue to another by consuming from source and publishing to destination exchange. DESTRUCTIVE — removes messages from source queue.
get_overviewGet RabbitMQ cluster overview: queue totals, connection counts, message rates, and version info
list_queuesList queues with message depth, consumer count, and rates. Filter by vhost and name pattern.
get_queueGet detailed stats for a specific queue: depth, rates, consumers, memory, policy, arguments.
purge_queuePurge all messages from a queue. DESTRUCTIVE — messages cannot be recovered.
delete_queueDelete a queue entirely. DESTRUCTIVE — queue and all messages will be lost.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
ALLOW_MUTATIVE_TOOLSTo enable write operations (purge, delete, publish, republish), set "": "true" in the env config.RABBITMQ_HOST"": "your-rabbitmq-host",RABBITMQ_LOG_NODESRABBITMQ_PASSWORD"": "your-password"RABBITMQ_PORT"": "15672",RABBITMQ_SSL"": "false",RABBITMQ_USERNAME"": "your-username",RABBITMQ_VHOSTNo / Default virtual hostTool annotations
4/21 tools have annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
21/21 tools missing one or more hints — list_connections (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_consumers (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_exchanges (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +18 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool handlers catch errors
Only 4/21 tool handlers wrap calls in try/catch (19%)
Wrap each tool handler body in try/catch and return a structured error response.
Tests exist
No test files found
Add tests that exercise each declared tool.
Production dependencies are patched
0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.1 (high), @modelcontextprotocol/sdk@1.12.1 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/stevepic95/rabbitmq-masstransit-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check