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.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → NeverBounce, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
NeverBounce
Validate single emails or run bulk-list verification jobs via NeverBounce. 6 tools, query-string API-key auth.
Настройка
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)
Предварительные требования: NEVERBOUNCE_API_KEY
Локальная установка коннектора
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Откройте http://localhost:3000/connectors/store, выберите NeverBounce и введите переменные, перечисленные в Предварительных требованиях.
Доступные инструменты
| 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 |