{
  "name": "Verifly",
  "description": "Email verification, list cleaning, extraction, and domain health tools for AI agents and automation workflows.",
  "api_base": "https://verifly.email/api/v1",
  "openapi": "https://verifly.email/openapi.json",
  "cli": "https://verifly.email/cli",
  "mcp": "https://verifly.email/mcp-email-verification",
  "auth": {
    "type": "bearer",
    "env": "VERIFLY_API_KEY"
  },
  "tools": [
    "verify_email",
    "clean_email_list",
    "extract_emails",
    "check_domain_health"
  ],
  "github": {
    "cli": "https://github.com/james-sib/verifly-cli",
    "mcp": "https://github.com/james-sib/verifly-mcp-server",
    "examples": "https://github.com/james-sib/verifly-agent-examples",
    "github_action": "https://github.com/james-sib/verifly-email-verification-action"
  }
}
