← Back to directory
I

Infobip MCP Servers

Official
Infobip MCP Servers for omnichannel communication and messaging.
GitHub source repository ↗
★ 35 Stars Category · Dev Tools Popular Source revision 1f3bc801ce07
66FMRS · C

Infobip MCP Servers provide comprehensive remote messaging functionality, ideal for AI applications needing quick multi-channel integration. Officially maintained with thorough documentation, but watch for API key security and cost management.

Reliability
10/20
Security and permissions
13/20
Maintenance
13/20
Documentation
15/20
Setup experience
15/20
Read the FMRS scoring method →

Infobip MCP Servers are the official MCP server collection from Infobip, allowing AI agents to interact with the Infobip platform via the Model Context Protocol. They support sending messages over channels like SMS, WhatsApp, Viber, RCS, Email, Voice, and Mobile Push, as well as 2FA verification, customer data management (People), account management, and documentation search. All servers are remotely hosted, support streamable HTTP and SSE transports, and can be authenticated via OAuth 2.1 or API key.

Tools

send_sms
Send and preview SMS messages with scheduling, bulk sending, multilingual support, and delivery reports.
send_whatsapp
Send WhatsApp templates, text, media, location, and contact messages; manage templates and retrieve delivery reports.
send_viber
Send Viber rich media messages with scheduling, delivery reports, and SMS failover.
send_rcs
Send RCS rich messages (multimedia, suggested replies, carousels, barcodes) with capability check and SMS/MMS failover.
send_email
Send email and bulk emails, with email address validation.
send_voice
Initiate voice calls with text-to-speech or pre-recorded audio, manage conferencing, and get call reports.
send_push
Send mobile push notifications, manage push applications and inbox messages.
send_pin
Send 2FA PIN codes via SMS, voice, or email and manage verification flows.
verify_pin
Verify a user-provided PIN to complete 2FA verification.
search_docs
Search Infobip documentation for API reference, use cases, and product guides.
manage_person
Manage customer profiles, company info, tags, attributes, and events.
account_balance
Retrieve account balance and manage account details.
manage_application
Create and manage CPaaSX multi-tenant applications and entities.

Setup

  1. Sign up for an Infobip account and obtain an API key.
  2. Connect a MCP-capable client to a remote endpoint, e.g., https://mcp.infobip.com/sms.
  3. Authenticate via OAuth 2.1 automatically, or set the 'Authorization' header manually: App ${INFOBIP_API_KEY}.

Fit and risk

Best for

  • Developers building AI agents that need diverse communication channels.
  • Enterprise solutions requiring rapid deployment and configuration.
  • Multi-tenant systems wanting to simplify API integrations.

Not for

  • Users needing only a simple single-channel solution with minimal resource usage.
  • Scenarios requiring fully on-premises or offline deployment.
  • Developers wanting manual fine-grained control of every message detail.

Required permissions

  • Requires an Infobip account and valid API key.
  • API key needs appropriate permissions per channel (e.g., SMS, WhatsApp) and scope.
  • For OAuth authentication, correct scopes must be configured.

Risks and side effects

  • Exposure of API keys can lead to unauthorized sending and charges.
  • Failed message sends may incur additional costs.
  • Reliance on external APIs and infrastructure can be affected by network and availability.
  • Misconfigured permissions may lead to unexpected high costs or privacy issues.

Troubleshooting

  1. Authentication issues: Check API key validity and scope configuration.
  2. Message delivery failures: Ensure recipient phone number is correct and reachable.
  3. Connectivity issues: Check network restrictions and proxy settings.
  4. Refer to Infobip documentation for error codes and troubleshooting guides.

Use cases

Integrate omnichannel messaging (SMS, WhatsApp, Viber, etc.) into AI agents.
Implement secure 2FA flows for user verification.
Manage customer data, platform accounts, and documentation search.

Supported clients

Claude DesktopFull support
Generic MCP ClientFull support