mcp
Verified Safeby infobip
Overview
Develop conversational AI agents that interact with Infobip's omnichannel communication platform (SMS, WhatsApp, Viber, etc.) and customer data management through the Model Context Protocol (MCP).
Installation
npx mcp-remote https://mcp.infobip.com/sms --header "Authorization: App ${INFOBIP_API_KEY}"Environment Variables
- INFOBIP_API_KEY
- AzureOpenAIBaseUrl
- AzureOpenAIApiKey
- AzureDeploymentName
- ApiBaseUrl
- AZURE_OPENAI_ENDPOINT
- AZURE_OPENAI_API_VERSION
- AZURE_OPENAI_MODEL_NAME
- AWS_REGION
- AWS_ACCESS_KEY
- AWS_SECRET_KEY
- AWS_MODEL_ID
Security Notes
The project follows good security practices by using environment variables for all API keys (Infobip, Azure OpenAI, AWS Bedrock) instead of hardcoding. It leverages standard secure protocols (HTTPS, SSE) for communication with external services. Documentation explicitly highlights the importance of agent permission and access control. No malicious patterns or 'eval' usage were found in the provided code snippets. The inherent network communication with external APIs introduces standard risks, but these are managed appropriately.
Similar Servers
apify-mcp-server
Facilitates AI agents to discover, interact with, and extract data from the web using Apify Actors and platform services.
line-bot-mcp-server
Facilitates automated interactions and rich menu management for LINE Official Accounts by integrating AI agents via the Model Context Protocol.
mcp
A collection of Model Context Protocol (MCP) servers designed to connect IBM products and other services to AI agents for enhanced capabilities across automation, data, development, infrastructure, observability, networking, research, and security.
agentor
Deploy scalable AI agents with tool integrations (weather, email, GitHub, etc.) and support for A2A and MCP communication protocols.