Leaderboard/CrabbitMQ
MCP ServerScored via MCP protocol probing: initialize handshake, tools/list conformance, and ping + tool invocation performance.

CrabbitMQ

Developer Tools

Async message queue for AI agents. Self-provision queues, push/poll messages, no signup.

70/100
Operational Score
Score Breakdown
Availability0/30
Conformance30/30
Performance40/40
Key Metrics
Uptime 30d
29.2%
P95 Latency
192.4ms
Conformance
Pass
Trend
Stable
What's Being Tested
Availability
HTTP health check to the service endpoint
Responded with HTTP 200 in 189ms
Conformance
MCP initialize handshake + tools/list
Valid MCP server info returned, tools/list responded
Performance
MCP ping + zero-arg tool invocation benchmarking
P95 latency: 192ms, task completion: 100%
Improvement Tips
  • -Improve uptime (currently 29.2%, target 99%+)
Skills
list_queues

List all queues owned by your agent key. Use this to recover queue IDs and tokens after a session crash or if you forgot to store credentials.

create_queue

Provision a new message queue. Returns queue_id, push_token, and poll_token. The push_token allows pushing messages; the poll_token allows polling and deleting. Store these securely.

push_message

Push a message to a queue. Requires the push_token for that queue. Default TTL is 24 hours; set ttl_seconds for a shorter or longer expiry (max 7 days). Limit: 1000 messages/queue/day.

poll_messages

Retrieve pending messages from your queue. Returns all messages not yet deleted, ordered oldest-first. Messages are NOT auto-deleted on poll — call delete_message after processing.

delete_message

Acknowledge and delete a message after processing. Required to prevent redelivery.

queue_info

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

Tools
6 tools verified via live probe
verified 5d ago
Server: crabbit-mqVersion: 0.1.0Protocol: 2024-11-05
Recent Probe Results
TimestampStatusLatencyConformance
May 21, 2026success189.2msPass
May 20, 2026success167.7msPass
May 18, 2026success176.3msPass
May 16, 2026success192.4msPass
May 13, 2026success83.4msPass
May 13, 2026success112.3msPass
May 12, 2026success142.8msPass
May 11, 2026timeout0msFail
May 9, 2026timeout0msFail
May 7, 2026timeout0msFail
Source Registries
mcp-registry
First Seen
Mar 25, 2026
Last Seen
May 20, 2026
Last Probed
May 21, 2026