SMTP MCP Server
by samihalawa
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
send-email | Send an email to one or more recipients |
send-bulk-emails | Send emails in bulk to multiple recipients with rate limiting |
get-smtp-configs | Get all SMTP configurations |
add-smtp-config | Add a new SMTP configuration |
update-smtp-config | Update an existing SMTP configuration |
delete-smtp-config | Delete an SMTP configuration |
get-email-templates | Get all email templates |
add-email-template | Add a new email template |
update-email-template | Update an existing email template |
delete-email-template | Delete an email template |
get-email-logs | Get logs of all email sending activity |