Deploy BounceRaptor as a tool within Hermes Agent for autonomous email verification
Hermes Agent is an autonomous AI agent framework designed for complex, multi-step task execution. By integrating BounceRaptor's MCP server, Hermes Agent can independently verify email addresses as part of autonomous data operations, list management, and email deliverability monitoring.
Navigate to Settings → MCP Keys in your BounceRaptor dashboard. Create a new key labeled "Hermes Agent" and copy it.
Add BounceRaptor to your Hermes Agent tool registry by updating the MCP server configuration:
{
"mcpServers": {
"bounceraptor": {
"serverUrl": "https://bounceraptor.com/api/mcp/verify-email/",
"headers": {
"Authorization": "Bearer YOUR_MCP_KEY"
}
}
}
}
Create a Hermes Agent task definition that uses BounceRaptor for email verification:
{
"agent": "email_list_cleaner",
"description": "Clean and verify a list of email addresses",
"tools": ["bounceraptor.verify-email", "bounceraptor.verify-batch"],
"task": "Verify the provided email list. For each email, return the verification status. Flag invalid and catch-all addresses for manual review.",
"input_schema": {
"emails": { "type": "array", "items": { "type": "string" } }
}
}
input: { email: string }
Single email verification with full result breakdown
input: { emails: string[] }
Process multiple emails in a single call
Professional email verification platform
Protect your reputation • Maximize deliverability
© 2026 BounceRaptor. All rights reserved.