Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_FROM_EMAIL | Yes | Required for all email sending operations | |
| MAILTRAP_API_TOKEN | Yes | Required for all functionality | |
| MAILTRAP_ACCOUNT_ID | Yes | Required for template management operations | |
| MAILTRAP_TEST_INBOX_ID | No | Only required for sandbox email functionality |
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 transactional email using Mailtrap |
| create-template | Create a new email template |
| list-templates | List all email templates |
| update-template | Update an existing email template |
| delete-template | Delete an existing email template |
| send-sandbox-email | Send email in sandbox mode to a test inbox |