SendGrid

By thumbsupordown

The SendGrid MCP server connects AI agents to Twilio SendGrid for email. Agents can send individual emails and single-sends to lists, manage contacts and contact lists, create and manage dynamic templates, validate email addresses, and pull sending statistics and verified sender identities.

Tools

add_contact

Add a new SendGrid contact with email and profile details.

add_contacts_to_list

Add email addresses to an existing SendGrid contact list.

create_contact_list

Create a brand-new named contact list in SendGrid.

create_template

Create a dynamic email template using handlebars syntax.

delete_contacts

Remove one or more contacts from your SendGrid account.

delete_list

Remove an existing contact list from your SendGrid account.

delete_template

Remove a dynamic email template from your SendGrid account.

get_contacts_by_list

Retrieve all of the contacts within a specific list.

get_stats

Retrieve email sending statistics for a date range.

get_template

Retrieve a specific dynamic email template by its ID.

list_contact_lists

List all of the contact lists in your SendGrid account.

list_contacts

List all of the contacts in your SendGrid account.

list_templates

List all of the dynamic email templates in your account.

list_verified_senders

List the verified sender identities on the account.

remove_contacts_from_list

Remove email addresses from a SendGrid contact list.

send_email

Send an individual email with an optional dynamic template.

send_to_list

Deliver an email to a contact list via Single Sends.

validate_email

Validate an email address using SendGrid's service.

Want to create your own MCP server?

Create an account to add and manage your own MCP servers.