Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UNOSEND_API_KEY | Yes | Your Unosend API key | |
| SENDER_EMAIL_ADDRESS | No | Default sender email | |
| REPLY_TO_EMAIL_ADDRESS | No | Default reply-to email |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_email | Send an email using Unosend API. Supports HTML/text content, CC/BCC, reply-to, and scheduling. |
| get_email | Get details and status of a sent email by its ID. |
| list_emails | List recent emails sent from your account. |
| cancel_email | Cancel a scheduled email before it is sent. |
| send_sms | Send an SMS message. Charges from wallet at $0.0075 per segment. |
| get_sms | Get details of an SMS message by its ID. |
| validate_email | Validate an email address to check if it exists and is deliverable. Costs $0.01 per validation. |
| list_domains | List all verified domains in your account. |
| get_domain | Get details and DNS records for a specific domain. |
| list_audiences | List all audiences (contact lists) in your account. |
| create_contact | Add a contact to an audience. |
| list_contacts | List contacts in an audience. |
| check_api_status | Check if the Unosend API is accessible and the API key is valid. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |