ma.envoisms/envoisms

MCPcommunautéen ligne
v1.0.0ma.envoismsUnknownMis à jour il y a 1 mois

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

État de l’endpointen ligne
vérifié il y a 10 h · 383 ms
100 % des dernières 5 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 1 moisDernière mise à jour
Paquet
Auteurma.envoisms
LicenceUnknown
Version1.0.0
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils18 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé11 août 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

18 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur10h ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://api.envoisms.ma/v1/mcp18 outils · 383 ms
send_smsSend a single SMS message to a phone number in E.164 format (+212600000000).

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

ParamètreTypeDescription
to*stringRecipient phone number in E.164 format (+212600000000)
message*stringText content of the SMS
sender_idstringOptional approved custom Sender ID
send_bulk_smsSend an SMS message to multiple recipients in E.164 format at once (up to 100 recipients).

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

ParamètreTypeDescription
recipients*arrayArray of recipient phone numbers in E.164 format (+212600000000)
message*stringText content of the SMS
sender_idstringOptional approved custom Sender ID
send_whatsapp_templateSend an approved WhatsApp template message from the account's connected WhatsApp Business number. Templates may open a conversation at any time (no 24-hour window). Billed like the same send on POST /v1/messages.

Send an approved WhatsApp template message from the account's connected WhatsApp Business number. Templates may open a conversation at any time (no 24-hour window). Billed like the same send on POST /v1/messages.

ParamètreTypeDescription
to*stringRecipient phone number in E.164 format (+212600000000)
template_name*stringName of an approved WhatsApp template on the account
languagestringTemplate language code (e.g. fr, en_US, ar). Defaults to the template's own language.
variablesarrayValues for the template body placeholders {{1}}, {{2}}, … in order
phone_number_idstringOptional: which connected WhatsApp number sends (defaults to the account's default number)
get_message_statusCheck the real-time delivery status, segments, and cost of a sent message by ID.

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

ParamètreTypeDescription
message_id*stringMessage ID returned by send_sms
list_messagesList recent outbound messages for the authenticated account with optional filters.

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

ParamètreTypeDescription
limitnumberNumber of messages to retrieve (1-50, default 20)
statusstringFilter by delivery status
channelstringFilter by communication channel
get_balanceCheck remaining SMS credit balance in MAD and account status.

Check remaining SMS credit balance in MAD and account status.

Aucun schéma d’entrée n’a été publié pour cet outil.

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

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

ParamètreTypeDescription
pack_idstringSMS top-up pack ID (e.g. 'sms-300' for 300 MAD, 'sms-1000' for 1000 MAD, 'sms-5000' for 5000 MAD). Optional if amount_mad is provided.
amount_madnumberCustom recharge amount in MAD (minimum 300 MAD). Optional if pack_id is provided.
currencystringPayment presentation currency for card checkout ('mad' or 'eur'). Default 'mad'.
payment_methodstringPayment method ('stripe' for card or 'crypto' for USDC). Default 'stripe'.
send_otpSend a 6-digit OTP verification code via SMS or WhatsApp.

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

ParamètreTypeDescription
to*stringRecipient phone number in E.164 format
brandstringBrand name shown in the OTP message
verify_otpVerify an OTP passcode against a previously sent code.

Verify an OTP passcode against a previously sent code.

ParamètreTypeDescription
session_id*stringSession ID from send_otp
code*string6-digit OTP code to verify
list_campaignsList SMS marketing campaigns created on the account.

List SMS marketing campaigns created on the account.

ParamètreTypeDescription
limitnumberNumber of campaigns to retrieve (1-50, default 20)
list_contactsList saved contacts or search contacts by name, phone, or email.

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

ParamètreTypeDescription
limitnumberNumber of contacts to retrieve (1-100, default 20)
qstringSearch query matching phone, name, or email
list_idstringFilter contacts by contact list ID
get_analyticsGet SMS & WhatsApp message delivery metrics, success rates, and volume statistics.

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

ParamètreTypeDescription
daysnumberLookback window in days (1-365, default 30)
ops_pulseAdmin only. Business health snapshot: margin, cash collected, customer float (liability), solvency ratio, active accounts, and money stuck in the refund-review queue.

Admin only. Business health snapshot: margin, cash collected, customer float (liability), solvency ratio, active accounts, and money stuck in the refund-review queue.

ParamètreTypeDescription
daysnumberLookback window in days (1-365). Default 30.
ops_route_qualityAdmin only. Delivery quality per carrier/provider/channel, failure codes, DLR plausibility (whether delivery reports can be trusted), and ported-number routing hints. The data behind any provider-routing decision.

Admin only. Delivery quality per carrier/provider/channel, failure codes, DLR plausibility (whether delivery reports can be trusted), and ported-number routing hints. The data behind any provider-routing decision.

ParamètreTypeDescription
daysnumberLookback window in days (1-365). Default 30.
ops_monitoringAdmin only. Current operational state: open ops alerts by severity, upstream gateway balance, and known issues that need attention right now.

Admin only. Current operational state: open ops alerts by severity, upstream gateway balance, and known issues that need attention right now.

Aucun schéma d’entrée n’a été publié pour cet outil.

lookup_numberInspect a phone number: validate format, identify Moroccan operator (IAM / Maroc Telecom, Orange, Inwi) or international country, and view applicable rate. Public — no authentication required.

Inspect a phone number: validate format, identify Moroccan operator (IAM / Maroc Telecom, Orange, Inwi) or international country, and view applicable rate. Public — no authentication required.

ParamètreTypeDescription
to*stringPhone number to lookup in national (06...) or E.164 (+212...) format.
list_sender_idsList approved and pending custom alphanumeric Sender IDs registered on the authenticated account.

List approved and pending custom alphanumeric Sender IDs registered on the authenticated account.

Aucun schéma d’entrée n’a été publié pour cet outil.

get_pricingGet 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. Public — no authentication required.

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. Public — no authentication required.

ParamètreTypeDescription
tostringDestination phone number in E.164 format, e.g. +2348012345678. Optional.

18 outils sur 18 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

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

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.