The BuzzBip MCP (Model Context Protocol) server exposes your workspace data and actions as tools that AI assistants can call securely. Use it to draft replies, look up contact history, trigger workflows, and automate inbox tasks from your IDE or AI chat interface.
What you can do
- Search contacts and view conversation history
- Send WhatsApp messages and template notifications
- Add internal comments to conversations
- Assign and resolve conversations
- Trigger BuzzBip workflows with structured payloads
- List recent webhook events for debugging
Architecture
The MCP server runs locally on your machine and communicates with the BuzzBip API using your API key. AI clients connect via stdio transport — no inbound ports or public URLs required.
AI Client (Cursor / Claude Desktop)
│
│ MCP (stdio)
▼
BuzzBip MCP Server (@buzzbip/mcp)
│
│ HTTPS
▼
BuzzBip API (api.buzzbip.com/v1)MCP access requires Node.js 18+ and a BuzzBip API key with appropriate permissions. Generate one at app.buzzbip.com → Settings → Developer → API Keys.
