No install? Use cloud.anythingmcp.com directly.
Sign in, install the NeverBounce in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 ¿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 |