
Infobip
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
README
Infobip MCP Servers
<img src="https://cdn-web.infobip.com/uploads/2025/05/infobip-logo-horizontal-orange.png" alt="Infobip Logo" height="48" style="display:inline;vertical-align:middle;">
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
Server | Endpoint |
---|---|
SMS | https://mcp.infobip.com/sms |
https://mcp.infobip.com/whatsapp |
|
Viber | https://mcp.infobip.com/viber |
RCS | https://mcp.infobip.com/rcs |
Messages API | https://mcp.infobip.com/messages-api |
2FA | https://mcp.infobip.com/2fa |
People | https://mcp.infobip.com/people |
Account Management | https://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
- For HTTP status codes and error details, see the troubleshooting guide.
🤝 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! 🚀
推荐服务器

Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。