← Back to Plugins
MCP Server MCP

SMS en Masse

github By github 👁 1 views ▲ 0 votes

Envoyez des SMS et gérez vos campagnes directement depuis vos agents IA.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.smsenmasse.fr/api/mcp",
      "headers": [
        {
          "value": "Bearer ${API_KEY}",
          "name": "Authorization"
        }
      ],
      "variables": {
        "API_KEY": {
          "description": "Clé API SMS en Masse, disponible sur https://www.smsenmasse.fr/v1/account-settings",
          "isRequired": true,
          "format": "string",
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...