
Mcp Broker
Wire multiple Claude agents through a broker that handles message bus traffic, presence, and coordination instead of ad-hoc prompts.
Overview
mcp-broker is a plugin marketplace for the build phase that adds an MCP-oriented multi-agent broker for message bus, presence, and coordination between Claude agents.
What is this marketplace?
- broker plugin (v0.1.0) for multi-agent communication and coordination
- Message bus semantics for routing agent-to-agent traffic
- Presence signals so agents know who is active in a session or swarm
- MCP-oriented keywords: multi-agent, broker, communication, coordination
- Category tagged multi-agent in marketplace metadata
- 1 plugin in marketplace (broker)
- Plugin version: 0.1.0
- Marketplace keywords: multi-agent, broker, communication, coordination, mcp
What problem does it solve?
Running several agents in one product devolves into brittle prompt chains with no shared bus, presence, or orderly handoffs between workers.
Who is it for?
Builders stitching multi-agent prototypes—research plus coder plus reviewer—who want MCP-aligned coordination without building a custom message queue first.
Skip if: Single-agent workflows or products that only need one chat thread with no inter-agent messaging requirements.
What do I get? / Deliverables
Agents can coordinate through a dedicated broker layer so messages, availability, and tasks flow predictably while you focus on product logic.
- Broker-backed channel for agent-to-agent messages
- Presence-aware coordination for active agents in a workflow
- Foundation to scale from two-agent prototypes to richer swarms
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Multi-agent coordination is build-time agent tooling—you implement how agents talk while assembling the product, not during initial idea research. Agent-tooling is the shelf for buses, brokers, and MCP-backed orchestration primitives that turn several agents into one coherent system.
How it compares
Multi-agent broker marketplace plugin, not a standalone LLM integration or frontend UI kit.
Common Questions / FAQ
Who is Mcp Broker for?
It is for developers orchestrating multiple Claude agents who need a broker-style message bus and presence instead of manual copy-paste between sessions.
When should I use Mcp Broker?
Use it during build while designing agent-tooling—when roles split across agents and you need reliable coordination before you ship the automation to production.
How do I add Mcp Broker to my agent?
Install the Mcp Broker marketplace in Claude Code, enable the broker plugin from source root ".", and connect your agent definitions to the broker’s messaging and presence APIs per the plugin docs.