mcp
Verified Safeby infobip
Overview
Build conversational AI agents capable of interacting with the Infobip platform for omnichannel communication (SMS, WhatsApp, Viber, etc.) using the Model Context Protocol (MCP).
Installation
dotnet runEnvironment Variables
- INFOBIP_API_KEY
- AzureOpenAIBaseUrl
- AZURE_OPENAI_ENDPOINT
- AzureOpenAIApiKey
- AZURE_OPENAI_API_KEY
- AzureDeploymentName
- AZURE_OPENAI_MODEL_NAME
- AZURE_OPENAI_API_VERSION
- AWS_REGION
- AWS_ACCESS_KEY
- AWS_SECRET_KEY
- AWS_MODEL_ID
Security Notes
The code consists of client examples interacting with remote Infobip MCP servers and AI models (Azure OpenAI, AWS Bedrock). It correctly utilizes environment variables for all API keys, preventing hardcoded secrets. No 'eval', obfuscation, or malicious patterns were found. Network risks are limited to standard outbound HTTPS API calls to trusted endpoints, which are securely handled by external services.
Similar Servers
apify-mcp-server
Enables AI agents (LLMs) to interact with the Apify platform, allowing for web scraping, data extraction, and task automation via Apify Actors, data storage, and documentation search.
line-bot-mcp-server
Integrates AI agents with LINE Messaging API for automated communication and management of LINE Official Accounts.
whatsapp-mcp-ts
Connects a personal WhatsApp account to an AI agent, enabling the agent to search messages and contacts, list chats, retrieve message history, and send messages via WhatsApp.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.