The BuzzBip MCP server exposes the following tools. AI clients discover them automatically after a successful connection.
Contact tools
Message tools
Conversation tools
Workflow tools
Example tool call
When you ask an AI assistant to "Send order confirmation to +21612345678", it may call send_message with parameters like:
json
{
"to": "+21612345678",
"type": "template",
"template": {
"name": "order_confirmation",
"language": "en",
"components": [
{
"type": "body",
"parameters": [{ "type": "text", "text": "Walid" }]
}
]
}
}