Bussin MCP server
MCP server for Azure Service Bus. Peek, search and replay dead-letter messages from any MCP client.
5 stars67 downloads/wk
Reviews
Write oneNobody has reviewed Bussin yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Bussin tools (11, 4 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
dead_letter_messagesMove active messages to the dead-letter queue by sequence number, with a reason. Requires --allow-destructive.
delete_messageswrite actionPermanently delete messages by sequence number from a queue or its dead-letter queue. This cannot be undone. Peek or search first to confirm the sequence numbers. Requires --allow-destructive.
list_namespacesList the Azure Service Bus namespaces the signed-in identity can see, across all enabled subscriptions. Large tenants can hold dozens, so pass nameFilter whenever you already know roughly what you are looking for. Requires Entra ID sign-in (not available with a connection string).
list_queuesList queues in a namespace with active, dead-letter and scheduled message counts. Use this before peeking so you know which queues have a backlog.
list_subscriptionsList the subscriptions under a topic, with active and dead-letter counts.
list_topicsList topics in a namespace with their message counts.
peek_messagesPeek messages from a queue, or from a topic subscription when topic and subscription are given. Peek is non-destructive: it does not lock, consume, or increment delivery count. Set fromDeadLetter to read the dead-letter queue instead of the main entity.
purge_entitywrite actionDelete EVERY message from a queue, a subscription, or their dead-letter queue. This is irreversible and unbounded. The confirm argument must be the exact entity name, as a deliberate second step. Requires --allow-destructive.
resubmit_dead_letterwrite actionCopy messages out of a dead-letter queue and send them back to the originating queue or topic. By default this leaves the dead-lettered originals in place, so it is additive and safe to retry; set removeOriginals to also delete them, which additionally requires --allow-destructive. Requires --allow-send.
search_messagesScan a queue or subscription for messages matching a body substring, message id, or subject. Non-destructive. Scanning is bounded by maxMessages and by a server-side timeout, so on a deep backlog prefer a narrow filter. Returns matching messages with their sequence numbers.
send_messagewrite actionSend a message to a queue or topic. This is a real send: consumers will pick it up. Requires the server to be started with --allow-send.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 5 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
Runs npx -y bussin-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add bussin-mcp -- npx -y bussin-mcp
Bussin: common questions
- Is Bussin MCP server safe?
- Mostly: it is graded B (83/100). Read the Bussin safety report
- How do I install Bussin?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Bussin need an API key?
- Yes. The registry entry asks for
YOUR_API_KEY. - Is Bussin maintained?
- The last commit was 5 days ago (2026-09-15). The latest release is v0.1.2.
- What can I use instead of Bussin?
- Servers from other publishers that do the same job: iMessage History MCP server, Apple Messages MCP server and Mrd MCP server. Compare all Bussin alternatives.
Alternatives to Bussin
Same job from other publishers: the closest match first, then the best rated.
- iMessage HistorySearch and read your Apple Messages history from any MCP client. Read-only, local.not reviewedGrowingB
Apple MessagesSearch and read Apple Messages — chats and decoded text, sending off by defaultnot reviewedGrowingA
MrdSpacecraft component specs from vendor datasheets: search, digests, facts, gaps, budgets, bus designnot reviewedGrowingA