Labsco
MCP SERVER · OFFICIAL PROJECT

Infobip MCP servers

by infobip

Send SMS, WhatsApp, Viber, RCS, email, voice and push through Infobip from an agent — one hosted endpoint per channel.

Telephony, SMS & Voice AgentsOfficial source
Summary
One endpoint per channel rather than one endpoint for everything, so an agent only gets the capability you connected it to.

The split is the design decision worth noticing: connect the SMS endpoint and that is all the agent can do, which is a real control when the tools in question spend money and reach customers. Coverage goes past sending into the operational parts — templates, sender registration, delivery reports, logs and account balance — so the follow-up questions after a send are answerable in the same conversation.

What it is

Infobip's own hosted servers, split by product: each messaging channel has its own endpoint, alongside 2FA, customer data, account management, multi-tenant provisioning and documentation search.

What you get
  • SMS with previews, scheduling and rescheduling, bulk sending, transliteration and character-set handling, delivery reports, message logs and URL tracking
  • WhatsApp across template messages, text and media, location and contact messages, template management, delivery reports and SMS failover, plus a separate endpoint for building and sending interactive Flows
  • Viber and RCS with rich media, carousels, suggested replies and barcodes, capability checks, scheduling and failover to SMS or MMS
  • Email sent singly or in bulk, scheduled messages managed, and addresses validated
  • Voice calls to one or many recipients with text-to-speech or pre-recorded audio, conference calls, call management and call logs
  • Mobile push notifications with delivery reports, push statistics, application management and inbox messages
  • A cross-channel endpoint that sends text, image or file messages over SMS, RCS, MMS and Viber in a single call
  • Two-factor authentication flows set up and run
  • Customer data through the People endpoint: person and company profiles, tags, custom attributes and lists, event tracking and export, and audience segmentation
  • Account management — balance, free message count, account details and audit logs — and CPaaS X applications and entities for multi-tenant messaging
  • Infobip's own documentation searchable, with a deep-research endpoint for models that need to read the API reference at length
Requirements

An Infobip account, with a free trial available. Everything is remote at https://mcp.infobip.com over streamable HTTP, with SSE available by appending /sse to the endpoint — nothing to install. Authenticate with OAuth 2.1, which most clients trigger on first connection, or send an Infobip API key in the Authorization header as App followed by the key. The key's scopes decide what works; clients that cannot discover the supported scopes need them configured by hand, and they are published at the endpoint's authorization-server metadata.

Setup effort

One command plus a key — npx mcp-remote https://mcp.infobip.com/sms, then supply credentials