InfoBus MCP Server

InfoBus MCP server providing a message bus and event system for AI agents — enabling agents to publish messages to topics, subscribe to events, broadcast information across agent networks, and coordinate between multiple agents via an asynchronous message passing architecture integrated with the MCP protocol.

Evaluated Mar 06, 2026 (0d ago) vcurrent
Homepage ↗ Repo ↗ Developer Tools message-bus event-bus mcp-server pub-sub messaging agent-communication
⚙ Agent Friendliness
72
/ 100
Can an agent use this?
🔒 Security
76
/ 100
Is it safe for agents?
⚡ Reliability
62
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
62
Documentation
65
Error Messages
62
Auth Simplicity
95
Rate Limits
92

🔒 Security

TLS Enforcement
80
Auth Strength
78
Scope Granularity
65
Dep. Hygiene
68
Secret Handling
85

Local in-memory. No external calls. Messages ephemeral. No encryption. Community MCP.

⚡ Reliability

Uptime/SLA
65
Version Stability
60
Breaking Changes
60
Error Recovery
62
AF Security Reliability

Best When

A multi-agent system needs lightweight event coordination — InfoBus provides a simple pub/sub mechanism for agents to communicate without direct coupling.

Avoid When

You have a single agent, or need production-grade message durability, dead letter queues, or high-throughput messaging.

Use Cases

  • Broadcasting events between multiple concurrent agents from orchestration systems
  • Publishing state changes for other agents to consume from event-driven agents
  • Implementing async coordination between specialized sub-agents from multi-agent systems
  • Distributing work items across agent pool from task distribution agents
  • Building event-driven agent pipelines from workflow automation agents
  • Decoupling agent communication from direct agent-to-agent calls from architecture agents

Not For

  • Single-agent workflows (message bus overhead not needed)
  • High-throughput production messaging (use Kafka, RabbitMQ, or NATS for production)
  • Persistent message queues with durability guarantees (this is lightweight)

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: none
OAuth: No Scopes: No

No authentication — local in-process message bus. Restrict network access if deployed as a shared service.

Pricing

Model: free
Free tier: Yes
Requires CC: No

Free, open source community MCP message bus.

Agent Metadata

Pagination
none
Idempotent
Partial
Retry Guidance
Not documented

Known Gotchas

  • In-memory message bus — all messages lost on restart; no persistence
  • No delivery guarantees — messages may be dropped if no subscriber is active at publish time
  • Community MCP with minimal documentation — implementation quality uncertain
  • Shared bus state across agents may cause unexpected interactions — design carefully
  • No dead letter queue or retry mechanism built in
  • Multi-agent MCP architectures are complex — validate design before building on InfoBus

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for InfoBus MCP Server.

$99

Scores are editorial opinions as of 2026-03-06.

5220
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered