email-mcpCertified
Email Send MCP using aigeon.ai API allows integration with MCP Clients like Cursor and Claude for sending emails.
send_email
Send an email to the specified email address. with the provided subject and body.
Try it
Result:
set_email_notification
Generate an email notification flow based on the and time interval (in seconds). The email notification will check the condition periodically with the time interval, if the condition is met, the email will be sent to the specified emails. The condition is a prompt that is used to check if the email should be sent. The time interval is the wait time in seconds between each check. The emails are the emails to send the email to.
Try it
Result:
get_contacts
Get all contacts.
Try it
Result:
add_contact
Add a contact with the provided name, email and other properties.
Try it
Result:
schedule_send_email
Schedule a send email with the provided timestamp, emails, subject and body.