Skip to main content
Glama

Infobip

Official
by infobip

Infobip MCP Servers

status

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.

🛠️ Features

  • ✉️ Send messages using channels like SMS, WhatsApp, Viber, or RCS (more coming soon)
  • 📱 Set up and run 2FA flows
  • 🧑‍💼 Store & activate your customer information
  • 👤 Manage Infobip user accounts

🌐 Available Remote MCP Servers

Infobip remote MCP servers support streamable HTTP transport. Below is a list of available remote MCP servers.

Base URL: https://mcp.infobip.com

ServerEndpoint
SMShttps://mcp.infobip.com/sms
WhatsApphttps://mcp.infobip.com/whatsapp
Viberhttps://mcp.infobip.com/viber
RCShttps://mcp.infobip.com/rcs
Messages APIhttps://mcp.infobip.com/messages-api
2FAhttps://mcp.infobip.com/2fa
Peoplehttps://mcp.infobip.com/people
Account Managementhttps://mcp.infobip.com/account-management

For more details on supported endpoints, see the Infobip MCP documentation.

Using a STDIO Transport Bridge

If your agent does not support remote MCP servers, you can use a bridge like mcp-remote.

Example configuration for Claude Desktop:

{ "mcpServers": { "infobip-sms": { "command": "npx", "args": [ "mcp-remote", "https://mcp.infobip.com/sms", "--header", "Authorization: App ${INFOBIP_API_KEY}" ], "env": { "INFOBIP_API_KEY": "<Your Infobip API Key here>" } } } }

🔐 Authentication and Authorization

To use Infobip MCP servers, you need an Infobip account. If you don't have one, create an Infobip account with a free trial.

Using an API Key

If your MCP client supports adding additional headers through configuration or environment variables, you can use your Infobip API key and provide it in the Authorization header using the following format: App ${INFOBIP_API_KEY}. See the mcp-remote example above for setup details.

Using OAuth 2.1

Infobip MCP servers support OAuth 2.1 authentication. To use OAuth 2.1, your MCP client must support OAuth 2.1 authentication and dynamic OAuth authorization server metadata discovery. To start the OAuth flow, configure your MCP client to connect to the Infobip MCP server without providing authentication credentials. Your MCP client should initiate the OAuth flow automatically, redirecting you to the Infobip OAuth server for authentication.

Discovering Supported Scopes

Some MCP clients may not support automatic scopes_supported discovery. In this case, you must manually configure the scopes in your MCP client configuration. The scopes for a particular MCP server can be found in the authorization server metadata at {server-url}/.well-known/oauth-authorization-server.

For example, for the Infobip SMS MCP server, the scopes are available at: https://mcp.infobip.com/sms/.well-known/oauth-authorization-server

Example configuration for Claude Desktop:

{ "mcpServers": { "infobip-sms": { "command": "npx", "args": [ "mcp-remote", "https://mcp.infobip.com/sms", "--debug", "--static-oauth-client-metadata", "{\"scope\":\"sms:manage profile\"}" ] } } }

🛠️ Troubleshooting

Authentication and Authorization Issues

  • Ensure you have a valid Infobip account and an API key with a correct scope.
  • If using OAuth 2.1, verify your MCP client supports dynamic metadata discovery.
  • Confirm that required scopes are correctly configured in your MCP client.

Message Delivery Issues

  • Make sure the recipient phone number is valid and reachable.

Other Issues

🤝 Contributing

If you have suggestions for improvements, please contact devrel@infobip.com.

📄 License

This document is licensed under the MIT License. See LICENSE for details.

Happy building with Infobip MCP! 🚀

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

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, pr

  1. 🛠️ Features
    1. 🌐 Available Remote MCP Servers
      1. Using a STDIO Transport Bridge
    2. 🔐 Authentication and Authorization
      1. Using an API Key
      2. Using OAuth 2.1
    3. 🛠️ Troubleshooting
      1. 🤝 Contributing
        1. 📄 License

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            The Voyp MCP Server enables AI systems to integrate with VOYP's calling capabilities, allowing for secure telephony actions such as making calls, scheduling appointments, and tracking call statuses through the Model Context Protocol.
            Last updated -
            50
            8
            MIT License
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            🔍 Enable AI assistants to search and access bioRxiv papers through a simple MCP interface. The bioRxiv MCP Server provides a bridge between AI assistants and bioRxiv's preprint repository through the Model Context Protocol (MCP). It allows AI models to search for biology preprints and access their
            Last updated -
            19
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            Enables AI assistants to discover, retrieve details about, and manage MCP (Model Context Protocol) servers that provide additional tools and capabilities on demand.
            Last updated -
            5
            72
            7
            AGPL 3.0
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server that provides AI capabilities to Teambition applications, enabling programmatic access to user management, organization data, and project collaboration features through natural language.
            Last updated -
            MIT License

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/infobip/mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server