CoolFace
Apppublic

MCP-1st-Birthday/agentbell-mcp-server

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

AgentBell: The Voice Protocol

"Give your Agent a Voice."

AgentBell is a proactive, state-aware MCP Server that speaks before it acts. It solves the "Human-in-the-loop Deadlock" by pushing voice notifications to the client when user attention is needed.

๐Ÿ† Hackathon Submission (Track 1)

  • โ€”Track: Building MCP (Consumer)
  • โ€”Tag: building-mcp-track-consumer

๐Ÿš€ Key Innovation

Standard MCP servers are passive (waiting for requests). AgentBell introduces Proactive Audio Events. It uses Server-Sent Events (SSE) to push commands to the client, enabling the server to control the user experience.

๐Ÿ› ๏ธ How to Use

Connect to this server using any MCP Client (like Echo or Claude Desktop) via SSE:

json
{
  "mcpServers": {
    "agentbell": {
      "url": "https://mcp-1st-birthday-agentbell-voice-server.hf.space/sse",
      "transport": "sse"
    }
  }
}