infobip/mcp
Infobip Remote MCP Servers Documentation
Platform-specific configuration:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Infobip MCP Servers let you build AI agents to interact with the Infobip platform through the Model Context Protocol (MCP). Connect to Infobip and enable your agents to perform actions, such as sending messages over channels like SMS, WhatsApp, or Viber, or managing customer data in a controlled, production-grade environment.
No more complex integrations or digging through endless documentation. Just plug in and let your AI do the talking.
Infobip remote MCP servers support streamable HTTP transport. Below is a list of available remote MCP servers.
Base URL: https://mcp.infobip.com
| Server | Endpoint | Features | |---|---|---| | SMS | https://mcp.infobip.com/sms | Send and preview messages, schedule and reschedule, bulk sending, multilingual support (transliteration, character sets), delivery reports, message logs, URL tracking | | WhatsApp | https://mcp.infobip.com/whatsapp | Send template messages, send text/media (text, document, image, audio, video, sticker), send location/contact messages, template management (create, edit, delete, retrieve), delivery reports, message logs, SMS failover | | WhatsApp Flow | https://mcp.infobip.com/whatsapp-flow | Create and manage static/dynamic flows, generate flow structure, manage flow JSON, send interactive flows, prev
Loading reviews...