Azure Servicebus Ts
Sends and receives messages to/from Azure Service Bus queues using TypeScript code.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-servicebus-ts npx -- -y @trustedskills/azure-servicebus-ts
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-servicebus-ts": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-servicebus-ts"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Azure Service Bus, a fully managed enterprise integration message broker. It enables sending and receiving messages between applications, decoupling systems, and ensuring reliable asynchronous communication. Specifically, the agent can create queues, send messages to those queues, and receive messages from them.
When to use it
- Decoupling Microservices: Integrate separate microservices by allowing them to communicate asynchronously via Service Bus queues.
- Order Processing: Send order details to a queue for background processing (e.g., payment authorization, inventory updates).
- Event-Driven Architectures: Publish events to a queue that other services can subscribe to and react to.
- Reliable Task Execution: Ensure tasks are reliably processed even if the receiving application is temporarily unavailable.
Key capabilities
- Queue Creation: Create new Service Bus queues programmatically.
- Message Sending: Send messages to existing Service Bus queues.
- Message Receiving: Receive messages from Service Bus queues.
Example prompts
- "Create a queue named 'order-processing'."
- "Send the message '{'orderId': '12345', 'amount': 100}' to the queue 'order-processing'."
- "Receive a message from the queue 'order-processing'."
Tips & gotchas
- Requires valid Azure credentials and appropriate Service Bus connection string. Ensure your agent has access to these securely.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.