# EnvoiSMS (remote · api.envoisms.ma)

Send SMS/WhatsApp and verify OTP codes in Morocco (+212) and worldwide. Direct carrier routing.

- Trust score: 68/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-18

## Components

- remote · `api.envoisms.ma`: 68/100 (this document), [markdown](https://verifymcp.io/servers/ma-envoisms-envoisms/v1-mcp.md), [page](https://verifymcp.io/servers/ma-envoisms-envoisms/v1-mcp)

## Channel facts

- Endpoint: `https://api.envoisms.ma/v1/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-18.

- **Endpoint Security**: 71/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 352 tokens (~70/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ma-envoisms-envoisms https://api.envoisms.ma/v1/mcp
```

### Codex

```toml
[mcp_servers.ma-envoisms-envoisms]
url = "https://api.envoisms.ma/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ma-envoisms-envoisms": {
      "type": "remote",
      "url": "https://api.envoisms.ma/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ma-envoisms-envoisms --url https://api.envoisms.ma/v1/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ma-envoisms-envoisms:
    url: "https://api.envoisms.ma/v1/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ma-envoisms-envoisms": {
      "type": "http",
      "url": "https://api.envoisms.ma/v1/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-18 (score 68, 0)

- [functional regression] Schema quality: 41 → 70
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-08-17 (score 68, +1)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-08-16 (score 67, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-08-15 (score 67, +1)

- [functional improvement] Schema quality: 70 → 41
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-08-14 (score 66, +1)

- [security] Tool “get_pricing” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 58 → 70
- [cosmetic] “get_pricing” added an optional parameter “to”

### 2026-08-13 (score 65, 0)

- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-08-12 (score 65, 0)

- [functional regression] Schema quality: 41 → 58
- [functional improvement] Stability: unverified → 0.03
- [functional] This server's schema is too large to store in full, so we cannot compare its tools day to day

### 2026-08-11 (score 65)

First indexed and scored.

## MCP tools (5)

### `send_sms` (~64 tokens)

Send an SMS message to a phone number in E.164 format.

Input parameters:

- `message` (string, required): Text content of the SMS
- `sender_id` (string): Optional Sender ID
- `to` (string, required): Phone number in E.164 format (+212600000000)

### `get_balance` (~16 tokens)

Check remaining SMS credit balance in MAD.

### `send_otp` (~52 tokens)

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

Input parameters:

- `brand` (string): Brand name shown in the OTP message
- `to` (string, required): Recipient phone number in E.164 format

### `verify_otp` (~51 tokens)

Verify an OTP passcode against a previously sent code.

Input parameters:

- `code` (string, required): 6-digit OTP code to verify
- `session_id` (string, required): Account ID or session ID from send_otp

### `get_pricing` (~83 tokens)

Get EnvoiSMS pricing. Pass `to` (a phone number in E.164, e.g. +2348012345678) for that destination's per-SMS rate; omit it for Moroccan rates and credit packs.

Input parameters:

- `to` (string): Destination phone number in E.164 format, e.g. +2348012345678. Optional.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ma-envoisms-envoisms/v1-mcp#diagnostics

## Score history

- 2026-08-18: 68
- 2026-08-17: 68
- 2026-08-16: 67
- 2026-08-15: 67
- 2026-08-14: 66
- 2026-08-13: 65
- 2026-08-12: 65
- 2026-08-11: 65

## Links

- Remote endpoint: https://api.envoisms.ma/v1/mcp
- Website: https://envoisms.ma/
- Changelog RSS feed: https://verifymcp.io/servers/ma-envoisms-envoisms/v1-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ma-envoisms-envoisms/v1-mcp.json
- HTML version of this page: https://verifymcp.io/servers/ma-envoisms-envoisms/v1-mcp
