Infobip Logo

MCP - Model Context Protocol Playground

BETA

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.

No more complex integrations or digging through endless documentation. Just plug in and let your AI do the talking.

Available Endpoints

SMS: /sms/sse (MCP endpoint)
/sms/status
/sms/info
Messages API: /messages-api/sse (MCP endpoint)
/messages-api/status
/messages-api/info
Account Management: /account-management/sse (MCP endpoint)
/account-management/status
/account-management/info
Viber: /viber/sse (MCP endpoint)
/viber/status
/viber/info
People: /people/sse (MCP endpoint)
/people/status
/people/info

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:

Claude Desktop Screenshot

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

viber screenshot