Welcome to the Infobip MCP Playground!
Give Your AI the Power to Act
Ever wished your AI agent could send a text, manage contacts, or check account details—all by itself? Now it can.
This BETA service transforms Infobip’s powerful APIs into interactive tools for agents which use MCP protocol — like Claude Desktop or the OpenAI Agent SDK.
- ✉️ Send SMS messages
- 👤 Manage user accounts
- 📱 Interact with Viber
- 🧑💼 Access people data
- 🔧 And much more!
No more complex integrations or digging through endless documentation. Just plug in and let your AI do the talking.
Available Endpoints
/sms/sse
(MCP endpoint)
/messages-api/sse
(MCP endpoint)
/account-management/sse
(MCP endpoint)
/viber/sse
(MCP endpoint)
/people/sse
(MCP endpoint)
Using with Claude Desktop
To integrate these endpoints with Claude Desktop, add the following mcp server entry to your claude_desktop_config.json
file (mcp-proxy will enable Claude to talk to remote Infobip MCP server):
Viber MCP Server Configuration Example
{ "mcpServers": { "ib-viber": { "command": "uvx", "args": [ "mcp-proxy", "https://mcp.infobip.com/viber/sse" ], "env": { "API_ACCESS_TOKEN": "<Your Infobip API Key here>" } } } }
After updating the configuration, restart Claude Desktop to apply the changes. You should see the new tools available in the interface:

Expect to receive a message on your phone, similar to this:
