Firewall-friendly messaging for AI agents: MCP server that turns one Azure Storage account into an addressed multi-agent message bus. Pull-only, zero inbound ports.
Firewall-friendly messaging for AI agents. One Azure Storage account becomes an addressed, multi-agent message bus — pull-only, zero inbound ports, zero servers to host, costs pennies.
You have AI agents on machines you cannot open ports on — dev boxes at different customers, VMs in different networks, laptops behind NAT. They need to delegate work to each other and talk back. Web hooks, tunnels and hosted brokers are all non-starters in locked-down environments. The move: don't connect the machines at all. Every agent polls its own inbox queue over outbound HTTPS; an envelope contract gives you addressing, replies and multi-turn conversations. This repo is that idea as a production-ready MCP (Model Context Protocol) server in C / .NET 8 — usable from Claude Code or any MCP client.
Every agent has a name and its own inbox queue (inbox-, created automatically). Messages are addressed envelopes, so N agents can talk to each other and replies always know where to go:
Multi-turn conversations are supported: a worker can send a question back mid-task, the orchestrator answers with info in the same conversationId, then the result arrives — all through the same two tools.
Built on the official ModelContextProtocol C SDK and Azure.Storage.Queues.
Then, in Claude Code on the orchestrator machine:
"Send a task to worker-a: analyse X and report back." → sendtask
"Check the inbox." → getmessages → work → sendresult → ackmessage
From the project README.
Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:
[](https://mcp.liqiwa.com/s/smollini--AgentQueueMcp.html)
Multi-agent orchestration for Claude Code: MCP server + skill that keeps Claude as lead engineer while delegating backend work to OpenAI Codex and frontend/design work to Kimi
Azure-Samples/foundry-hosted-agents-workshopA hands-on, step-by-step workshop for building a Travel Assistant agent on Microsoft Foundry hosted agents with the Agent Framework - growing from a single agent to a multi-agent planner with function
OneInterface/stormy-cookbookOpen-source cookbook for the Stormy Social Data API and MCP server (Model Context Protocol) — one REST API for the TikTok API, YouTube API, Instagram API, LinkedIn API, X (Twitter) API and Reddit API.
regiellis/godot-mcp-goControl a running Godot 4.7 editor and game directly from the terminal. Includes a Go CLI, editor addon, 312 commands, and an MCP server with dynamically generated tool schemas.
alexpilotto/uxon-aiMCP server and Claude skills for PPC landing pages, A/B experiments, and first-party conversion tracking. Build Google Ads and Meta pages, run cross-domain experiments, and pull CRO reports via the UX
TipRanks/mcpOfficial TipRanks MCP server — live analyst ratings, Smart Score, technicals, options, insider/hedge-fund activity, ETFs, and your TipRanks portfolios for AI agents. Hosted at mcp.tipranks.com/mcp/.
The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.