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.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → NeverBounce klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
NeverBounce + Claude
Validate single emails or run bulk-list verification jobs via NeverBounce. 6 tools, query-string API-key auth.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
NEVERBOUNCE_API_KEY
Schritt 1 — Zugangsdaten holen
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)
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in Claude hinzufügen
Empfohlener Weg — funktioniert auf claude.ai web ohne Anfassen einer Konfigurationsdatei.
- Öffne claude.ai/customize/connectors.
- Klicke "Add custom connector".
- Trage ein:
- Name:
NeverBounce - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.
Verfügbare Tools
| 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 |
FAQ
Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.