Mmcp.market

Bussin MCP server

by sgebb·io.github.sgebb/bussin-mcp·v0.1.2

MCP server for Azure Service Bus. Peek, search and replay dead-letter messages from any MCP client.

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

5 stars67 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • dead_letter_messages

    Move active messages to the dead-letter queue by sequence number, with a reason. Requires --allow-destructive.

  • delete_messageswrite action

    Permanently 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_namespaces

    List 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_queues

    List 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_subscriptions

    List the subscriptions under a topic, with active and dead-letter counts.

  • list_topics

    List topics in a namespace with their message counts.

  • peek_messages

    Peek 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 action

    Delete 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 action

    Copy 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_messages

    Scan 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 action

    Send 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

no findings
  • 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
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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
Add to Cursor

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.

All Bussin alternatives →
  • iMessage History
    Search and read your Apple Messages history from any MCP client. Read-only, local.
    B
  • Apple Messages
    Search and read Apple Messages — chats and decoded text, sending off by default
    A
  • Mrd
    Spacecraft component specs from vendor datasheets: search, digests, facts, gaps, budgets, bus design
    A

More from sgebb