Overview
Features
Multi-mode MCP server
Supports Stdio, HTTP, SSE, and both concurrently, enabling flexible client workflows across local AI agents and web apps.
HTTP/SSE API
Provides an HTTP REST/JSON-RPC interface with a dedicated SSE stream endpoint for real-time updates.
Extensive MCP toolset
Includes about 33 tools across authentication, content, user management, purchases, and system operations.
Claude Desktop compatibility
Stdio mode enables interaction with Claude Desktop and other AI agents.
Modular architecture
Core logic (McpHandler) is shared across modes with separate Stdio, HTTP servers, and a CLI.
Production-ready deployment
Docker deployment, systemd service example, and environment-based configuration for production use.
Security best practices
Guidance on CORS configuration for production deployments to control origins and headers.
Developer-friendly setup
Quick Start guidance with uvx and pip installation for rapid testing and deployment in both modes.
Who Is This For?
- Developers:Build MCP clients and integrate the Red Bee API into applications.
- Web apps:Integrate real-time MCP streams via HTTP/SSE endpoints in web applications.
- AI agents:Interact with Claude Desktop or other MCP-compatible AI agents through stdio.




