@sendbyte/mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SENDBYTE_API_KEY | Yes | An sk_live_ or sk_test_ key from the dashboard. A test key sandboxes every send. | |
| SENDBYTE_BASE_URL | No | Override the API host for self-hosted, staging, or local development. | https://api.sendbyte.africa |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_emailA | Send a transactional email through SendByte. The sender domain must be a verified sending domain (or use the shared test domain with a test key). Provide html and/or text, or a template_id with variables. A test key (sk_test_) sandboxes the send. |
| get_emailA | Fetch one email by id, including its delivery status and event timeline (queued, sent, delivered, bounced, complained). |
| list_emailsA | List recent emails for the project, newest first, with cursor pagination. Optionally filter by delivery status. |
| list_domainsA | List the sending domains on the account with their verification status and whether deliverability (SPF/DMARC/MAIL FROM) is fully configured. |
| get_domainA | Get one sending domain by id, including the DNS records to publish (DKIM, SPF, DMARC, MAIL FROM) and their current state. |
| verify_domainA | Re-check a domain's DNS records and SES status now, and report which records pass and whether the domain is verified. |
| list_templatesA | List saved email templates for the project (id, name, subject, format, version). |
| get_templateA | Get one saved template by id, including its subject and body (html/text/mjml). |
| preview_templateA | Render a saved template with sample variables and return the resolved subject and body, without sending anything. |
| get_analyticsA | Get daily send counts by status and deliverability rates (delivered, bounce, complaint) over the last N days. |
| scan_contentA | Pre-send deliverability and spam-risk check for email content. Returns a score, risk level, and the specific signals found, so an agent can fix risky content before sending. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sendbyte-Africa/sendbyte-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server