mcp-server-blastengine-mailer

mcp-server-blastengine-mailer

3.2

If you are the rightful owner of mcp-server-blastengine-mailer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Blastengine APIを使用してメールを送信するModel Context Protocol (MCP) サーバー

The blastengine-mailer MCP Server is a JavaScript-based server that enables large language models (LLMs) to send emails through the Blastengine API. It is designed to facilitate seamless email communication by providing a structured protocol for sending emails. The server requires Node.js with ES module support and a Blastengine API account with an API key. It offers a straightforward setup process and can be integrated with platforms like Claude Desktop for enhanced functionality. The server supports essential email parameters and provides detailed error messages in case of failures.

Features

  • JavaScript-based MCP server for email sending
  • Integration with Blastengine API
  • Supports essential email parameters: to, from, subject, text
  • Returns delivery_id on successful email sending
  • Provides detailed error messages on failure

Tools

  1. send_email

    Uses Blastengine API to send emails with required parameters: to, from, subject, text. Returns delivery_id on success and detailed error messages on failure.