ParseBounce MCP Server
OfficialProvides email deliverability data from Mailgun, including bounces, spam complaints, suppression lists, delivery statistics, and campaign information.
Provides email deliverability data from SendGrid, including bounces, spam complaints, suppression lists, delivery statistics, and campaign information.
Provides email deliverability data from SparkPost, including bounces, spam complaints, suppression lists, delivery statistics, and campaign information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ParseBounce MCP ServerWhy did our welcome emails bounce yesterday?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ParseBounce MCP Server
An MCP server that gives AI assistants access to your email deliverability data — bounces, spam complaints, suppression lists, delivery stats and campaigns — across AWS SES, SendGrid, Mailgun, SparkPost, Postmark and Mandrill.
Ask Claude, Cursor or any MCP client things like:
"Why did our welcome emails bounce yesterday?" "Is support@acme.com on the suppression list?" "Compare our bounce rate this week against last week." "What's our Gmail delivery rate?"
Powered by ParseBounce — email bounce and complaint tracking for any email provider.
Quick start
Create an API key at parsebounce.com/dashboard/profile, then add this to your MCP client config:
{
"mcpServers": {
"parsebounce": {
"command": "npx",
"args": ["-y", "@parsebounce/mcp-server"],
"env": {
"PARSEBOUNCE_API_KEY": "pb_live_..."
}
}
}
}Restart your client. That's it — no install, no build step.
Where the config file lives
Client | Config file |
Claude Desktop (macOS) |
|
Claude Desktop (Windows) |
|
Claude Code |
|
Cursor |
|
VS Code (Copilot) |
|
Windsurf |
|
Continue.dev |
|
Zero-install alternative
Claude Desktop, Claude Code and ChatGPT support remote MCP with OAuth — no npm package and no API key needed. Point them at:
https://api.parsebounce.com/mcpYou'll be asked to sign in to ParseBounce and approve access. Use this package when your client only speaks stdio.
Related MCP server: IMAP Email MCP Server
Tools
Delivery & diagnostics
Tool | What it does |
| List projects you have access to (start here for project IDs) |
| Suppression status plus the full delivery/bounce/complaint history for an address |
| Check suppression status for up to 100 addresses at once |
| Delivery, bounce and complaint rates for a project |
| Recent bounces with reasons |
| Messages by recipient domain — diagnose Gmail/Yahoo/Outlook issues |
| Messages by campaign or batch identifier |
| Full event timeline for one message |
| Compare metrics between two time periods to spot trends |
Suppression list
Tool | What it does |
| List suppressed addresses |
| Block an address from receiving mail |
| Unblock an address |
Reputation
Tool | What it does |
| Crowdsourced risk level (safe/risky/bad) for an address before you send |
| Aggregate bounce and complaint data for a domain |
Sending
Tool | What it does |
| Verified sender domains and addresses |
| List campaigns, optionally filtered by status |
| Sent / opened / clicked / bounced counts for a campaign |
| Contact lists |
| Email templates |
| Find a contact by address within a list |
| Current month usage against plan limits |
| Sending volume over time (sent vs failed) |
| Recent transactional sends |
| Send a single transactional email |
| Create a campaign and start sending |
| Control a running campaign |
Tools that send mail or change state are annotated so your client asks for confirmation first.
Configuration
Variable | Default | Purpose |
| — | Required. Your |
|
| Override the endpoint |
|
| Request timeout in ms |
| — | Set to |
The key can also be passed as --api-key <key>. Run with --help for a config example.
How it works
This package is a thin bridge, not a reimplementation:
MCP client ──stdio (JSON-RPC)──▶ @parsebounce/mcp-server ──HTTPS──▶ api.parsebounce.com/mcpIt reads newline-delimited JSON-RPC from stdin, forwards each request to the ParseBounce MCP endpoint with your API key, and writes responses back to stdout. Every tool runs server-side, which means:
No version drift — new tools appear without upgrading this package
Zero runtime dependencies — nothing but Node's built-in
fetchNothing stored locally — your key goes straight to the API over TLS
Requires Node.js 18 or newer.
Security
Your API key grants full access to your ParseBounce account. Keep it in your MCP client's
env block rather than in a committed file, and revoke it from the
dashboard if it leaks. Keys are transmitted
only to api.parsebounce.com over HTTPS and are never written to disk or logged.
Links
License
MIT © ParseBounce
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables sending transactional emails through GetMailer from AI assistants. Supports email operations, template management, domain verification, analytics, suppression lists, and batch email jobs.1424MIT
- AlicenseAqualityFmaintenanceEnables AI assistants to read, search, compose, and send emails by connecting to any IMAP/SMTP provider. It supports comprehensive mailbox management, including draft handling and message deletion, directly through natural language.1040710MIT
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with the Inbound Email API to manage domains, endpoints, and email communications. Users can send or schedule emails, manage webhooks, and retrieve email threads through natural language commands.142
- AlicenseAqualityDmaintenanceProvides email validation and domain configuration auditing tools for AI assistants, enabling single address checks, bulk list cleaning, SPF verification, and full mail setup grading (A-F) with actionable fixes.474MIT
Related MCP Connectors
Email for AI agents — send, receive as a webhook, manage domains, templates, routing.
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
AI email inbox and sending tools with attachments, search, live events, and webhooks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ParseBounce/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server