MCP Server
MCP
SMS en Masse
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
By
Comments
Sign in to leave a comment