Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SMTP_HOST | No | SMTP server host for email service | smtp.gmail.com |
| SMTP_PORT | No | SMTP server port for email service | 587 |
| DATABASE_URL | No | Database connection URL | sqlite:///./marketing_automation.db |
| SMTP_PASSWORD | No | SMTP password for email service (e.g., your-app-password) | |
| SMTP_USERNAME | No | SMTP username for email service (e.g., your-email@gmail.com) | |
| MCP_SERVER_NAME | No | Name of the MCP server | marketing-automation |
| SENDGRID_API_KEY | No | Optional API key for SendGrid email service | |
| MAILCHIMP_API_KEY | No | Optional API key for Mailchimp email service | |
| MCP_SERVER_VERSION | No | Version of the MCP server | 1.0.0 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |