Moosend

Moosend

Moosend is a cloud-based, AI-powered email marketing solution that allows you to target your audience at scale.

57VIEWS
2967USERS

Install MCP Server

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

npx @composio/cli add cursor --app moosendnpx @composio/cli add cursor --app moosendnpx @composio/cli add cursor --app moosendnpx @composio/cli add cursor --app moosend

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

Available Tools

Add Or Update Subscriber

Tool to add or update a subscriber in a mailing list. use after obtaining the mailing list id to manage subscribers.

Create Custom Field

Tool to create a custom field in a mailing list. use when you need to define a new custom field for subscriber data.

Create Mailing List

Tool to create a new empty mailing list in moosend. use after obtaining api key.

Delete Campaign

Tool to delete a campaign. use when you need to permanently remove a draft or sent campaign from your moosend account after confirming its id. deletion is irreversible.

Delete Custom Field

Tool to remove a custom field definition from a mailing list. use when you have confirmed the custom field id to delete.

Delete Mailing List

Tool to delete a mailing list. use when you need to permanently remove a mailing list from your moosend account after confirming its id. deletion is irreversible.

Get All Campaigns

Tool to retrieve a list of all campaigns in your account. use after acquiring valid api credentials to explore campaign data.

Get All Subscribers

Tool to retrieve subscribers in a specified mailing list by status. use when you need to paginate subscribers after confirming list id and status.

Get Campaign Details

Tool to retrieve detailed properties of a specific campaign. use when you need to inspect a campaign's full configuration after creation or scheduling.

Get Subscriber By Email

Tool to search for a subscriber by email in a mailing list. use when you need subscriber details after confirming the list exists. example: "get subscriber details for jane.doe@example.com in list 04fad8e2-..."

Schedule Campaign

Tool to schedule a campaign. use when you want to set a specific date and time for campaign delivery after confirming its id.

Send Campaign

Tool to send an existing draft campaign immediately. use when you want to dispatch a campaign to all recipients after final review.

Update Campaign

Tool to update a draft campaign. use when you want to modify properties of an existing draft campaign before sending.

Update Custom Field

Tool to update properties of an existing custom field in a mailing list. use after confirming mailing list and custom field ids.

Update Mailing List

Tool to update the properties of an existing mailing list. use when you need to change list metadata after confirming the list id.

15 actions available