NanoBob/AzureServiceBusMcp
If you are the rightful owner of AzureServiceBusMcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Azure Service Bus MCP Server provides tools for interacting with Azure Service Bus queues, with a focus on security and limited capabilities to prevent sensitive operations.
Tools
Functions exposed to the LLM to take actions
GetQueues
List all available queues in the Service Bus namespace
GetMessageCount
Get the number of active messages in a Service Bus queue
GetDeadletterMessageCount
Get the number of dead letter messages in a queue
GetMessages
Retrieve messages from a Service Bus queue (active messages only)
GetDeadletterMessages
Retrieve dead letter messages from a queue
ResubmitDeadletterMessage
Resubmit a specific dead letter message back to the active queue
ResubmitAllDeadletterMessages
Resubmit all dead letter messages on a queue back to the active queue
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client