Server data from the Official MCP Registry
MCP server for SendPulse API — mailing lists, email sending, statistics. OAuth2 auth.
MCP server for SendPulse API — mailing lists, email sending, statistics. OAuth2 auth.
Set these up before or after installing:
Environment variable: SENDPULSE_ID
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-theyahia-sendpulse-mcp": {
"env": {
"SENDPULSE_ID": "your-sendpulse-id-here"
},
"args": [
"-y",
"@theyahia/sendpulse-mcp"
],
"command": "npx"
}
}
}This SendPulse MCP server demonstrates good security practices with proper OAuth2 authentication, environment variable storage for credentials, and appropriate error handling. The code is well-structured with proper input validation and permissions that match its email marketing purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 7 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!