← Registry

Developer Tools

crabbitmq.com

Manages message queues, allowing creation, listing, pushing, polling, and deleting messages.

1 endpoint6 known toolsFirst detected May 13, 2026Last detected June 9, 2026

ENDPOINT 1

https://crabbitmq.com/mcp

No auth detected

Known tools 6

list_queues

List all queues owned by your agent key.

Inferred read-only
create_queue

Provision a new message queue.

Potential side effects
push_message

Push a message to a queue.

Potential side effects
poll_messages

Retrieve pending messages from your queue.

Inferred read-only
delete_message

Acknowledge and delete a message after processing.

Potential side effects
queue_info

Get stats for a queue: current depth, messages sent today, and rate limit status.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.crabbitmq-com]
url = "https://crabbitmq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crabbitmq-com": {
      "type": "http",
      "url": "https://crabbitmq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crabbitmq-com
Remote MCP URL: https://crabbitmq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "crabbitmq-com": {
      "url": "https://crabbitmq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crabbitmq-com": {
      "type": "http",
      "url": "https://crabbitmq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crabbitmq-com",
  "transport": "streamable-http",
  "url": "https://crabbitmq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for crabbitmq.com was fetched 2026-07-26T08:44:57.846Z and is being refreshed.

Trust status Neutral

crabbitmq.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.