🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@theyahia/sendpulse-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theyahia/sendpulse-mcp

MCP server for SendPulse — email campaigns, mailing lists (Russia)

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

@theyahia/sendpulse-mcp

MCP-сервер для API SendPulse — списки рассылки, отправка email, статистика. OAuth2-авторизация.

npm License: MIT

Установка

Claude Desktop

{
  "mcpServers": {
    "sendpulse": {
      "command": "npx",
      "args": ["-y", "@theyahia/sendpulse-mcp"],
      "env": {
        "SENDPULSE_ID": "ваш_client_id",
        "SENDPULSE_SECRET": "ваш_client_secret"
      }
    }
  }
}

Claude Code

claude mcp add sendpulse -e SENDPULSE_ID=id -e SENDPULSE_SECRET=secret -- npx -y @theyahia/sendpulse-mcp

Авторизация

SENDPULSE_ID и SENDPULSE_SECRET — OAuth2-ключи из настроек SendPulse.

Инструменты (3)

ИнструментОписание
get_mailing_listsСписки рассылки
send_emailСоздать и отправить кампанию
get_statisticsСтатистика кампании

Примеры запросов

Покажи все списки рассылки
Отправь письмо по списку 12345
Какая статистика у последней рассылки?

Лицензия

MIT

Keywords

mcp

FAQs

Package last updated on 01 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts