Talk to your email data with AI
Get instant answers about email delivery and bounces. Stop clicking through charts and filters — get the answer in one question.
Works with
Why is my email to sarah@acme.co bouncing?
I checked the email history for sarah@acme.co. Here's what I found:
Bounce reason: "550 5.1.1 User unknown"
First bounced: January 12, 2025
This email address doesn't exist at acme.co. The recipient may have left the company or the address was entered incorrectly.
What's my overall deliverability this week?
Here are your deliverability stats for the last 7 days:
10 powerful tools at your fingertips
Everything you need to monitor and manage email delivery, accessible through conversation.
Debug Delivery Issues
Check any email address - see if it's suppressed, view message history, and understand why emails fail.
Monitor Health
Get delivery rates, bounce rates, and complaint rates. Track your sender reputation over time.
Track Bounces
See recent bounced emails with detailed bounce reasons. Identify patterns and problematic domains.
View Suppressions
List all blocked email addresses. See why each was suppressed and when.
Campaign Analytics
Get detailed stats for specific campaigns by tracking ID. Compare performance across sends.
Manage Blocklist
Add or remove emails from your suppression list. Unblock addresses when issues are resolved.
Connect Claude Desktop
Choose your preferred setup method
Open Claude Desktop Settings
Go to Settings → Connectors → Add custom connector
Enter the MCP URL
https://api.parsebounce.com/mcpSign in with ParseBounce
You'll be redirected to sign in. Click Allow to grant access.
Start chatting!
Ask Claude about your email delivery, bounces, and suppressions.
For developers who prefer running the MCP server locally:
Get your API key
Go to Profile and create an API key.
Add to Claude config
{
"mcpServers": { "parsebounce": { "command": "npx", "args": ["-y", "@parsebounce/mcp-server"], "env": { "PARSEBOUNCE_API_KEY": "pb_live_..." } } } }
Restart Claude Desktop
Restart the app and start asking questions about your email data.
Connect ChatGPT
Requires ChatGPT Plus, Pro, or Team with Developer Mode enabled
Open ChatGPT Settings
Go to chatgpt.com → Settings → Apps
Enable Developer Mode
Toggle on Developer Mode to create custom apps
Create New App
Click "Create app" and fill in:
- Name: ParseBounce
- Description: Email deliverability monitoring
- MCP Server URL:
Authentication: Select OAuth (leave Client ID and Client Secret empty)
Connect and Authorize
Click "Connect" button, then sign in to ParseBounce and grant access.
Select App in Chat
Before asking questions, select ParseBounce app in the chat input area.
Start chatting!
Ask ChatGPT about your email delivery, bounces, and suppressions.
Note: ChatGPT MCP requires a paid subscription (Plus, Pro, or Team) with Developer Mode enabled. Developer Mode can be enabled in ChatGPT settings.
Secure OAuth Authentication
Remote MCP uses OAuth 2.1 with PKCE for secure authentication. Your credentials are never shared with AI clients — only a secure access token that you explicitly authorize. You can revoke access anytime from your profile settings.
Ready to talk to your email data?
MCP Server is available on Startup, Business, and Enterprise plans.
Get StartedServer Config
{
"mcpServers": {
"parsebounce": {
"url": "https://api.parsebounce.com/mcp"
}
}
}