General Tools
envoisms.ma
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://api.envoisms.ma/v1/mcp
MCP server metadata
- Name
- EnvoiSMS Platform MCP Server
- Version
- 1.0.0
EnvoiSMS sends SMS and WhatsApp messages and verifies OTP codes in Morocco (+212) and worldwide, with direct carrier routing to IAM (Maroc Telecom), Orange Maroc and Inwi. get_pricing and tools/list are public; send_sms, send_otp, verify_otp and get_balance need an API key from https://envoisms.ma/dashboard passed as 'Authorization: Bearer <key>'.
Known tools 15
send_smsSend a single SMS message to a phone number in E.164 format (+212600000000).
Potential side effectssend_bulk_smsSend an SMS message to multiple recipients in E.164 format at once (up to 100 recipients).
Potential side effectsget_message_statusCheck the real-time delivery status, segments, and cost of a sent message by ID.
Potential side effectslist_messagesList recent outbound messages for the authenticated account with optional filters.
Inferred read-onlycreate_topupCreate a balance top-up checkout link (Stripe card or crypto USDC) for the authenticated account.
Potential side effectsget_analyticsGet SMS & WhatsApp message delivery metrics, success rates, and volume statistics.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.envoisms-platform-mcp-server]
url = "https://api.envoisms.ma/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"envoisms-platform-mcp-server": {
"type": "http",
"url": "https://api.envoisms.ma/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: envoisms-platform-mcp-server
Remote MCP URL: https://api.envoisms.ma/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"envoisms-platform-mcp-server": {
"url": "https://api.envoisms.ma/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"envoisms-platform-mcp-server": {
"type": "http",
"url": "https://api.envoisms.ma/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "envoisms-platform-mcp-server",
"transport": "streamable-http",
"url": "https://api.envoisms.ma/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for envoisms.ma was fetched 2026-08-24T01:41:42.704Z.
envoisms.ma is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.