Hermes Agent Integration

Deploy BounceRaptor as a tool within Hermes Agent for autonomous email verification

Overview

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.

Prerequisites

  • A BounceRaptor account with a Professional or Unlimited plan
  • An active MCP Server Key from Settings → MCP Keys
  • Hermes Agent framework installed and configured

Step 1: Get Your MCP Key

Navigate to Settings → MCP Keys in your BounceRaptor dashboard. Create a new key labeled "Hermes Agent" and copy it.

Step 2: Register BounceRaptor as an MCP Tool

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"
      }
    }
  }
}

Step 3: Define an Agent Task

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" } }
  }
}

Available Tools

verify-email
input: { email: string }

Single email verification with full result breakdown

verify-batch
input: { emails: string[] }

Process multiple emails in a single call

Use Cases

  • Autonomous list cleaning: Schedule Hermes Agent to periodically verify and clean your email lists
  • Data pipeline integration: Add email verification as a step in multi-stage data processing agents
  • Monitoring & alerts: Have agents monitor email deliverability and flag issues automatically
  • Lead qualification: Verifying and scoring leads based on email validity
BounceRaptor Logo

Professional email verification platform
Protect your reputation • Maximize deliverability

© 2026 BounceRaptor. All rights reserved.