
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@codespar/mcp-sendgrid
Advanced tools
MCP server for SendGrid — global transactional + marketing email (Twilio-owned). Pairs with @codespar/mcp-twilio for full messaging coverage.
MCP server for SendGrid — global transactional and marketing email.
SendGrid is Twilio-owned (acquired 2019). Together with @codespar/mcp-twilio this package closes the messaging loop:
Agents building commerce notification flows — order confirmations, shipping updates, abandoned-cart nudges, promos — can now cover every channel through two packages.
| Tool | Purpose |
|---|---|
send_mail | POST /mail/send — personalizations, content, attachments, scheduling |
send_template | POST /mail/send using a dynamic template (d-...) — convenience wrapper |
add_contact | PUT /marketing/contacts — upsert contacts (async job), assign to lists |
list_contacts | GET /marketing/contacts — sample of contacts |
delete_contact | DELETE /marketing/contacts?ids=... — delete by id or wipe all |
search_contacts | POST /marketing/contacts/search — SGQL (SendGrid SQL-like) query |
list_templates | GET /templates — dynamic (default) or legacy transactional templates |
create_template | POST /templates — create a transactional template |
list_suppressions | GET /asm/groups/{group_id}/suppressions — suppressed emails for a group |
add_suppression | POST /asm/groups/{group_id}/suppressions — add suppressions |
get_stats | GET /stats — sent / delivered / opens / clicks aggregated by day/week/month |
npm install @codespar/mcp-sendgrid
SENDGRID_API_KEY="SG...." # required (secret)
SENDGRID_FROM_EMAIL="no-reply@yourdomain.com" # optional default sender
The SENDGRID_FROM_EMAIL must be either a Verified Sender or belong to an authenticated domain.
Bearer-token auth. The server handles this automatically.
Authorization: Bearer <SENDGRID_API_KEY>
https://api.sendgrid.com/v3application/jsonPOST /mail/send returns 202 Accepted on success (no body){
"to": "buyer@example.com",
"template_id": "d-abc123...",
"dynamic_template_data": {
"order_id": "1001",
"total_brl": "R$ 249,90",
"tracking_url": "https://example.com/track/1001"
}
}
# stdio (default — for Claude Desktop, Cursor, etc)
npx @codespar/mcp-sendgrid
# HTTP (for server-to-server testing)
MCP_HTTP=true MCP_PORT=3000 npx @codespar/mcp-sendgrid
@codespar/mcp-twilio — SMS, WhatsApp, Voice, Verify, LookupMIT
FAQs
MCP server for SendGrid — global transactional + marketing email (Twilio-owned). Pairs with @codespar/mcp-twilio for full messaging coverage.
The npm package @codespar/mcp-sendgrid receives a total of 32 weekly downloads. As such, @codespar/mcp-sendgrid popularity was classified as not popular.
We found that @codespar/mcp-sendgrid demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.