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 キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
NeverBounce + ChatGPT
Validate single emails or run bulk-list verification jobs via NeverBounce. 6 tools, query-string API-key auth.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
NEVERBOUNCE_API_KEY
ステップ 1 — 認証情報を取得
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)
ステップ 2 — アダプターをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
ステップ 3 — ChatGPT にコネクタを追加
ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。
- ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
- "Add custom connector" をクリック。
- 入力:
- Name:
NeverBounce - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け
- Name:
- Connect をクリック。
利用可能なツール
| 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
ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。