Verify emails directly within Claude Code sessions via MCP
Claude Code is Anthropic's agentic coding tool that runs in your terminal. With BounceRaptor's MCP server, Claude Code can verify email addresses as a native tool call, making it perfect for building and testing email-related applications.
npm install -g @anthropic-ai/claude-code)In your BounceRaptor dashboard, go to Settings → MCP Keys and create a new key labeled "Claude Code". Copy the generated key.
Create or edit your Claude Code MCP configuration file at ~/.claude/claude_desktop_config.json (or .mcp.json in your project root):
{
"mcpServers": {
"bounceraptor": {
"serverUrl": "https://bounceraptor.com/api/mcp/verify-email/",
"headers": {
"Authorization": "Bearer YOUR_MCP_KEY"
}
}
}
}
Once configured, restart Claude Code. The BounceRaptor tools will be automatically discovered. You can then ask Claude to verify emails:
Example prompt:
Verify these emails and tell me which ones are safe to send to: - [email protected] - [email protected] - [email protected]
input: { email: string }
Single email verification with 3-layer validation
input: { emails: string[] }
Batch verification with async result tracking
Professional email verification platform
Protect your reputation • Maximize deliverability
© 2026 BounceRaptor. All rights reserved.