Card snapshot
envoisms.ma
·
2026-08-13 08:32:02 UTC
·
c7e8c8788dd0cde6202caa5316e498d7eb22af13b20786c54371ee43d551ca10
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "EnvoiSMS.ma Messaging Agent",
"description": "Programmable SMS and OTP verification services (SMS and WhatsApp verification channels) for Morocco (+212) and international destinations. Agents can discover pricing, send messages and run phone verification flows via the MCP endpoint or REST API.",
"url": "https://api.envoisms.ma/v1/mcp",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://api.envoisms.ma/v1/mcp",
"transport": "JSONRPC"
},
{
"url": "https://api.envoisms.ma/v1/",
"transport": "HTTP+JSON"
}
],
"additionalInterfaces": [
{
"url": "https://api.envoisms.ma/v1/mcp",
"transport": "JSONRPC"
},
{
"url": "https://api.envoisms.ma/v1/",
"transport": "HTTP+JSON"
}
],
"provider": {
"organization": "EnvoiSMS.ma",
"url": "https://envoisms.ma"
},
"version": "1.0.0",
"documentationUrl": "https://envoisms.ma/fr/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": []
},
"securitySchemes": {
"apiKey": {
"type": "httpAuth",
"scheme": "bearer",
"description": "API key issued at https://envoisms.ma/fr/register \u2014 see https://envoisms.ma/auth.md"
}
},
"security": [
{
"apiKey": []
}
],
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "sms-messaging",
"name": "SMS messaging",
"description": "Send single and bulk SMS messages across Morocco (+212) and internationally with direct carrier routes.",
"tags": [
"sms",
"messaging",
"morocco",
"bulk"
],
"examples": [
"Send an SMS to +212600000000 saying the delivery arrives at 14:00."
]
},
{
"id": "phone-verification",
"name": "Phone verification (OTP)",
"description": "Send and verify 6-digit OTP verification codes via SMS for 2FA and phone number verification.",
"tags": [
"otp",
"verification",
"2fa"
],
"examples": [
"Send an OTP to +212600000000 and verify the code the user provides."
]
},
{
"id": "pricing",
"name": "Pricing lookup",
"description": "Public, unauthenticated lookup of per-destination SMS and WhatsApp pricing.",
"tags": [
"pricing",
"public"
],
"examples": [
"What does it cost to send 1,000 SMS to Morocco?"
]
}
]
}