The ShingleAI MCP server provides 2 tools for inspecting the email addresses connected to your organization. Use these tools to discover which addresses are available for sending templated emails or to look up a specific address by ID.Documentation Index
Fetch the complete documentation index at: https://docs.shingleai.com/llms.txt
Use this file to discover all available pages before exploring further.
getEmailAddress
Get details of a specific email address by ID. Permission:email-addresses:read
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
emailAddressId | string (UUID) | Yes | The ID of the email address to retrieve |
null if not found.
listEmailAddresses
List email addresses for the organization with optional filtering. Permission:email-addresses:read
Parameters:
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
limit | number | No | 100 | Maximum number of results |
offset | number | No | 0 | Offset for pagination |
provider | string | No | - | Filter by email provider. Valid values: google, microsoft, shingleai, apple |
status | string | No | - | Filter by email address status. Valid values: pending, active, disabled, errored, deleted |
Next Steps
Email Template Tools
Create, render, and send templated emails
Authentication
Learn how MCP clients authenticate to the server