Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the NeverBounce in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Validate single emails or run bulk-list verification jobs via NeverBounce. 6 tools, query-string API-key auth.
Prueba a pedir
Prompts de ejemplo para NeverBounce
Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.
Claude es IA y puede equivocarse. Verifica siempre las respuestas.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → NeverBounce, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
NeverBounce
Validate single emails or run bulk-list verification jobs via NeverBounce. 6 tools, query-string API-key auth.
Configuración
2 (developers.neverbounce.com).
Setup:
- Sign in to https://app.neverbounce.com → Apps → New API Key.
- Copy the key. Set
NEVERBOUNCE_API_KEY.
Authentication: query-string ?key=.... NeverBounce also supports a custom Auth header but query-string is the primary.
Single vs Bulk:
neverbounce_single_check: synchronous single-email verification. ~1 credit. Returns result (valid/invalid/disposable/catchall/unknown) + flags + suggested_correction.neverbounce_create_job: async bulk verification of a list (up to 1M emails). Returns job_id; poll status withneverbounce_job_statusuntil status='complete'; thenneverbounce_job_resultsto fetch.
…(continued in the in-app connector instructions)
Requisitos previos: NEVERBOUNCE_API_KEY
Instalar el conector localmente
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Abre http://localhost:3000/connectors/store, elige NeverBounce e introduce las variables listadas en los Requisitos previos.
Herramientas disponibles
| Tool | What it does |
|---|---|
neverbounce_account_info | Return account credit balance and details |
neverbounce_single_check | Verify a single email synchronously |
neverbounce_create_job | Create a bulk verification job |
neverbounce_job_status | Poll the status of a bulk verification job |
neverbounce_job_results | Fetch verification results for a complete job, paginated |
neverbounce_jobs_search | Search past jobs by status, name, date |
Siguientes pasos
¿Te ha sido útil esta guía?