SendGrid for your agents.
Connect SendGrid once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 14 curated tools, discovered on demand, with your key stored on your machine and every call going direct to SendGrid.
What agents can do with SendGrid
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
sendgrid_profileCheck the key: returns the account profile.
sendgrid_send_emailSend an email. Uses the v3 mail/send shape: personalizations/from/subject/content are built from these flat params.
sendgrid_email_statsAggregate email stats (delivered, opens, bounces) by day.
sendgrid_list_templatesFor an AI agent: list transactional email templates. Set generations=dynamic for Handlebars (dynamic) templates.
sendgrid_list_listsFor an AI agent: list Marketing Campaigns contact lists with their ids and contact counts.
sendgrid_list_contactsFor an AI agent: return the total billable contact count plus a sample (up to 50) of marketing contacts. For targeted lookups use the contacts search endpoint instead.
sendgrid_upsert_contactsFor an AI agent: add or update marketing contacts (processed async). `contacts` is an array of {email, first_name, last_name, ...}. Optionally add them to list_ids.
sendgrid_list_bouncesFor an AI agent: list bounced addresses in a time window. start_time/end_time are Unix timestamps (seconds).
sendgrid_list_verified_sendersFor an AI agent: list verified sender identities you can send email 'from'.
sendgrid_create_templateCreate a new transactional email template.
sendgrid_get_templateGet a single transactional template by its id.
sendgrid_create_listCreate a new Marketing Campaigns contact list.
sendgrid_get_listGet a single Marketing list by its id.
sendgrid_list_suppressionsList all suppressions (unsubscribes, bounces, invalid emails).
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Click 'Create API Key'.
- Choose 'Restricted Access' and grant Mail Send (plus read scopes you need).
- Create and copy the key; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect SendGrid to Even: call connect_begin("sendgrid") on the even-connect MCP and walk me through it.
Send transactional emails via SendGrid and list available email templates.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.