@pipeworx/sendgrid
Connect: https://gateway.pipeworx.io/sendgrid/mcp · Install: one-click buttons
Tools: 3
Tools
- get_stats — Fetch email sending statistics (delivered, opens, clicks, bounces, etc.) for a date range. Example: get_stats({ start_date: “2024-01-01”, end_date: “2024-01-31”, _apiKey: “SG.xxx” })
- get_blocks — List email addresses that have been blocked by SendGrid. These are emails that were rejected due to receiving server issues. Example: get_blocks({ limit: 50, _apiKey: “SG.xxx” })
- get_bounces — List email addresses that have bounced. Includes bounce reason and timestamp. Example: get_bounces({ limit: 100, _apiKey: “SG.xxx” })
Tools
-
get_blocks— List email addresses that have been blocked by SendGrid. These are emails that were rejected due to receiving server issues. Example: get_blocks({ limit: 50, _apiKey: SG.xxx }) -
get_bounces— List email addresses that have bounced. Includes bounce reason and timestamp. Example: get_bounces({ limit: 100, _apiKey: SG.xxx }) -
get_stats— Fetch email sending statistics (delivered, opens, clicks, bounces, etc.) for a date range. Example: get_stats({ start_date: 2024-01-01 , end_date: 2024-01-31 , _apiKey: SG.xxx })