Catalog
ai.sendinel/mcp-server
OfficialSendinel
AI-controlled email ops for campaigns, contacts, segments, analytics, and sending.
AI-controlled email marketing operations including campaigns, contacts, segmentation, and analytics.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
SENDINEL_API_KEYrequiredsecretSendinel API key. Required for stdio startup and scopes the server to a project.
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@sendinel/mcp-server@1.0.4"
],
"env": {
"SENDINEL_API_KEY": "<YOUR_SENDINEL_API_KEY>"
}
}
}
}