Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready SendGrid MCP server with 99 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across SendGrid — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your SendGrid MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every SendGrid tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every SendGrid call.
Tools Discovery →A SendGrid MCP server lets AI agents read and write SendGrid data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's SendGrid MCP server ships with 99 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from SendGrid's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new transactional template
Retrieve all transactional templates
Retrieve a single transactional template
Edit a transactional template
Delete a transactional template
Create a new version of a template
Retrieve a specific version of a template
Edit the content of a template version
Delete a template version
Create a new design
Retrieve a list of designs from your Design Library
Retrieve a single design by ID
Edit an existing design
Delete a single design
Retrieve a list of pre-built SendGrid designs
Retrieve a single pre-built SendGrid design
Search for contacts using SGQL query
Delete one or more contacts by ID or all contacts
Create a new dynamic contact segment
Retrieve a list of contact segments
Update a segment's name or query
Delete a contact segment
Create a new single send campaign
Retrieve all single send campaigns
Search for single sends using filters
Update a Single Send using a Single Send ID
Delete a single send campaign
Create a new Sender Identity
Retrieve all verified senders
Update an existing Sender Identity
Delete a verified sender identity
Retrieve all authenticated domains
Retrieve a specific authenticated domain
Delete an authenticated domain
Retrieve a paginated list of all bounces
Delete all emails on your bounces list
Retrieve a specific bounce by email address
Remove an email address from bounce list
Retrieve a paginated list of all email addresses that are currently on your blocks list
Delete all email addresses on your blocks list
Retrieve a specific email address from your blocks list
Delete a specific email address from your blocks list
Retrieve a paginated list of all spam reports
Delete spam reports
Retrieve a specific spam report by email address
Delete a specific spam report by email address
Retrieve a paginated list of all invalid email addresses
Retrieve a specific invalid email address
Remove email addresses from invalid email address list
Create a new suppression group
Retrieve all suppression groups associated with the account
Retrieve a single suppression group by ID
Update or change a suppression group
Delete a suppression group
Create a new API key
Retrieve all API keys for your account
Update an API key's name or scopes
Delete an API key
Provision and add IP addresses to a customer account
Retrieve all IP addresses associated with a customer account
Retrieve a paginated list of all current Teammates
Retrieve a specific Teammate by username
Delete a teammate
Retrieve a list of all pending Teammate invitations
Delete a pending teammate invite
Send an email through SendGrid's Mail Send API
Add or update up to 30,000 contacts or 6MB of data
Create a new contact list
Retrieve information about the authenticated user
Retrieve a specific contact by ID
Get the total number of contacts in your account
Retrieve all contact lists
Retrieve a specific list by ID
Get Marketing Campaigns Segment by ID
Retrieve a specific single send by ID
Get statistics for a specific single send
Retrieve all categories associated with Single Sends
Retrieve the default authenticated domain
Retrieve a paginated list of all email address that are globally suppressed
Retrieve email delivery statistics
Retrieve statistics filtered by category
Retrieve email activity events
Retrieve a specific message by its ID
Retrieve total sums of email statistics for all subusers
Retrieve a specific API key by ID
Retrieve scopes for the current API key
Update a list's name
Update only the name of an API key
Update a teammate's permissions
Delete a contact list
Remove a specific email address from the invalid email address list
Duplicate an existing design
Duplicate a pre-built SendGrid design
Schedule a single send for delivery
Resend verification email to a sender
Authenticate a new domain for sending
Validate domain DNS records
Invite a Teammate to your account via email
Resend a Teammate invitation
One endpoint. Any framework. Your agent is talking to SendGrid in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.