← Registry

General Tools

envoisms.ma

Provides general-purpose tools through the Model Context Protocol.

1 endpoint15 known toolsFirst detected August 12, 2026Last detected September 6, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
EnvoiSMS Platform MCP Server
Version
1.0.0
Capabilities
tools
Server instructions

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_sms

Send a single SMS message to a phone number in E.164 format (+212600000000).

Potential side effects
send_bulk_sms

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

Potential side effects
get_message_status

Check the real-time delivery status, segments, and cost of a sent message by ID.

Potential side effects
list_messages

List recent outbound messages for the authenticated account with optional filters.

Inferred read-only
get_balance

Check remaining SMS credit balance in MAD and account status.

Potential side effects
create_topup

Create a balance top-up checkout link (Stripe card or crypto USDC) for the authenticated account.

Potential side effects
send_otp

Send a 6-digit OTP verification code via SMS or WhatsApp.

Potential side effects
verify_otp

Verify an OTP passcode against a previously sent code.

Inferred read-only
list_campaigns

List SMS marketing campaigns created on the account.

Potential side effects
list_contacts

List saved contacts or search contacts by name, phone, or email.

Potential side effects
get_analytics

Get SMS & WhatsApp message delivery metrics, success rates, and volume statistics.

Potential side effects
ops_pulse

Admin only.

Inferred read-only
ops_route_quality

Admin only.

Inferred read-only
ops_monitoring

Admin only.

Inferred read-only
get_pricing

Get EnvoiSMS pricing.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for envoisms.ma was fetched 2026-08-24T01:41:42.704Z.

Trust status Neutral

envoisms.ma is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.