Jake Shore e4a40298e4 Full cleanup: 65 servers compile clean, 15 new builds, TSC fixes across all existing servers
- Built from scratch: apollo, chargebee, datadog, greenhouse, lever, loom, pandadoc, salesloft, sendgrid, supabase, typeform, webflow, zoho-crm, twilio, reonomy
- TSC fixes: brevo, google-console, housecall-pro, meta-ads, rippling, bamboohr, close, fieldedge, freshdesk, helpscout, toast, touchbistro, hubspot, notion, quickbooks, airtable, gusto, intercom, linear, monday, salesforce, shopify, square, wave, xero
- Entry points added: close, touchbistro
- All 65 active servers compile with 0 TypeScript errors
- 4 specialty servers skipped (competitor-research, compliance-grc, n8n-apps, product-analytics)
2026-02-14 04:37:01 -05:00

43 lines
1.3 KiB
Markdown

# SendGrid MCP Server
MCP server for SendGrid email platform - messages, templates, contacts, lists, segments, campaigns, stats, suppressions, senders.
## Features
- 📧 **Transactional Email** - Send emails via API
- 📋 **Templates** - Reusable email templates
- 👥 **Contacts** - Contact management
- 📜 **Lists & Segments** - Static lists and dynamic segments
- 📣 **Campaigns** - Marketing campaigns
- 📊 **Statistics** - Email analytics
- 🚫 **Suppressions** - Bounces and spam reports
- 👤 **Senders** - Verified sender identities
## Installation
```bash
npm install && npm run build
```
## Configuration
```bash
export SENDGRID_API_KEY='your_api_key_here'
```
## Available Tools (28 total)
### Messages (1): send_email
### Templates (4): list_templates, get_template, create_template, delete_template
### Contacts (4): list_contacts, get_contact, create_contacts, delete_contact
### Lists (3): list_contact_lists, create_list, delete_list
### Segments (3): list_segments, create_segment, delete_segment
### Campaigns (4): list_campaigns, get_campaign, create_campaign, delete_campaign
### Stats (1): get_email_stats
### Suppressions (3): list_bounces, delete_bounce, list_spam_reports
### Senders (4): list_senders, get_sender, create_sender, delete_sender
## License
MIT