Skip to content
Back to EnvoiSMS.ma Messaging Agent

Card snapshot

envoisms.ma · 2026-08-17 05:47:57 UTC · d35a39d2412a80b03c9903d87327ad87842f1c36c50c7d5c59f4aaf5840a069f

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, WhatsApp Business and OTP verification services 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": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/v1",
        "description": "Supports the Agent Payments Protocol (AP2) in the merchant role: agents buy prepaid SMS credit packs (MAD, card via Stripe hosted checkout).",
        "required": false,
        "params": {
          "roles": [
            "merchant"
          ]
        }
      }
    ]
  },
  "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?"
      ]
    }
  ]
}