Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Mailersend

Mailersend

MailerSend is a transactional email service designed for developers to integrate email sending capabilities into their applications.

17VIEWS
2918USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app mailersendnpx @composio/cli add cursor --app mailersendnpx @composio/cli add cursor --app mailersendnpx @composio/cli add cursor --app mailersend

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Sending Domain

Tool to add a new sending domain to mailersend. use when you need to register and configure a domain before sending emails.

Create Smtp User

Tool to create a new smtp user. use after domain setup to obtain smtp credentials.

Create Api Token

Tool to create a new api token. use when you need to generate a token with specific permissions in mailersend.

Create Webhook

Tool to create a new webhook for a mailersend domain. use after you have a domain id and need to receive event notifications like sent, delivered, opened, etc.

Delete Webhook

Tool to delete an existing webhook. use when the webhook is no longer needed. returns empty response on successful deletion (http 204).

Get Api Quota

Tool to retrieve current api usage quota. use when monitoring api rate limits to avoid exceeding allowed calls.

Get Domain

Tool to fetch information for a specific sending domain. use when you need to verify domain status and dns configuration after setup or changes.

List Domain Recipients

Tool to list recipients for a domain. use after obtaining the domain id to view recipients with optional pagination.

Get Sending Domains

Tool to retrieve a list of sending domains. use after configuring the mailersend api key.

Get General Api Resources

Tool to retrieve general api resources and information. use when you need an overview of all mailersend endpoints before constructing specific calls.

List Sender Identities

Tool to list sender identities. use when you need to retrieve all configured email or domain sender identities after authenticating with your mailersend api token.

Get Sent Messages

Tool to retrieve a paginated list of sent messages. use after sending emails to view message logs.

Get Email Recipients

Tool to retrieve a list of email recipients. use when you need to list and filter recipients by list id or search term.

Get Sms Activity

Tool to retrieve sms activity logs. use when you need to fetch delivery status and logs of sent sms messages.

Get Sms Inbounds

Tool to retrieve inbound sms messages. use when you need to fetch sms messages received on your mailersend numbers.

List Sms Messages

Tool to list sent sms messages with optional filters. use after sending sms to review message logs.

Get Sms Numbers

Tool to retrieve a paginated list of sms phone numbers. use after purchasing numbers to fetch available sms numbers.

Get Sms Recipients

Tool to retrieve a list of sms recipients. use when you need to list and paginate sms recipients, optionally filtering by sms number id.

Get Smtp Users

Tool to retrieve a list of smtp users. use when you need to list and paginate smtp users.

Get Email Templates

Tool to retrieve a list of email templates. use when you need to list and paginate email templates.

20 actions available