Bouncebuster

MCP server

Bouncebuster ships a Model Context Protocol server so AI agents can verify emails as a tool. It runs over stdio and uses your API key.

Configure your MCP client

Add Bouncebuster to your client’s MCP config (example shown for a typical mcpServers block):

{
  "mcpServers": {
    "bouncebuster": {
      "command": "npx",
      "args": ["-y", "bouncebuster", "mcp"],
      "env": { "BOUNCEBUSTER_API_KEY": "bb_live_your_key_here" }
    }
  }
}

Available tools

  • verify_email — verify a single address and return its status.
  • verify_batch — verify up to 100 addresses at once.
  • submit_list — submit a large list for asynchronous bulk verification and get back a list id.
  • get_list — check a list’s status, per-category counts, and download links.
  • get_account — report remaining credits and plan.