← envoisms.ma

INDIVIDUAL MCP TOOL

send_bulk_sms

Send an SMS message to multiple recipients in E.164 format at once (up to 100 recipients).

envoisms.manone authenticationAvailability not checked

LIVE ENDPOINT

https://api.envoisms.ma/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for send_bulk_sms and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent server

envoisms.ma

CONNECT 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.

Related tools

  • send_sms — Send a single SMS message to a phone number in E.164 format (+212600000000).
  • get_message_status — Check the real-time delivery status, segments, and cost of a sent message by ID.
  • list_messages — List recent outbound messages for the authenticated account with optional filters.
  • get_balance — Check remaining SMS credit balance in MAD and account status.
  • create_topup — Create a balance top-up checkout link (Stripe card or crypto USDC) for the authenticated account.
  • send_otp — Send a 6-digit OTP verification code via SMS or WhatsApp.
  • verify_otp — Verify an OTP passcode against a previously sent code.
  • list_campaigns — List SMS marketing campaigns created on the account.