aj8-mcp-servers
Verified Safeby xavdp-pro
Overview
Integrate SMS sending and management capabilities for an AJ8 multi-agent chatbot via the SMS Partner API.
Installation
python mcp-sms-partner/server.pyEnvironment Variables
- SMS_PARTNER_API_KEY
- BAILEYS_PORT
- BAILEYS_URL
Security Notes
The `mcp-sms-partner` component correctly handles the API key via environment variables and uses HTTPS for communication with the SMS Partner API, posing minimal direct security risks. The `mcp-whatsapp` component, while not the primary focus of the initial prompt, uses an unofficial WhatsApp Web API (Baileys), which inherently carries an operational risk of account suspension/ban. Both servers avoid 'eval' or other direct code injection vulnerabilities. Downloaded media files in `mcp-whatsapp` are stored locally; while the `baileys` bridge exposes a `/downloads` endpoint, it's typically intended for localhost access, mitigating direct public exposure risks.
Similar Servers
better-chatbot
An advanced open-source AI chatbot supporting multiple LLMs, extensive tools (web search, code execution, data visualization, MCP protocol), image generation, and workflow automation for individuals and teams.
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.
justcall-mcp-server
Enables Large Language Models (LLMs) and AI agents to make real-world voice calls, send SMS, and manage other telephony features directly through JustCall’s APIs.