No install? Use cloud.anythingmcp.com directly.
Sign in, install the Snov.io 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 → Snov.io をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Snov.io + ChatGPT
Drive Snov.io (lead enrichment + email finder + outreach) from any AI agent: email finder, verifier, domain search, prospect lists, drip campaigns. 9 tools, OAuth2 client-credentials auth.
前提条件
完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:
SNOV_ACCESS_TOKEN
ステップ 1 — 認証情報を取得
io API v1 (snov.io/api).
Setup:
- Sign in to https://app.snov.io → Account → API.
- Copy the Client ID and Client Secret.
- Run OAuth2 client_credentials flow:
to obtain an access_token. Tokens are valid for 1 hour.POST https://api.snov.io/v1/oauth/access_token grant_type=client_credentials&client_id=...&client_secret=... - Set
SNOV_ACCESS_TOKENto the access token. Refresh externally.
Authentication: Authorization: Bearer ${SNOV_ACCESS_TOKEN}.
Credit model: every find/verify/enrich consumes credits per your plan. /balance is free.
…(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:
Snov.io - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け
- Name:
- Connect をクリック。
利用可能なツール
| Tool | What it does |
|---|---|
snov_balance | Return remaining credit balance for the account |
snov_domain_search | Find emails associated with a domain |
snov_email_finder | Find a person's email by first/last name + domain |
snov_email_verifier | Verify a single email deliverability |
snov_email_finder_by_url | Find emails from a LinkedIn URL (or other recognized social URL) |
snov_list_prospect_lists | List your prospect lists (saved leads) |
snov_create_prospect_list | Create a prospect list |
snov_add_prospect_to_list | Add a prospect (person) to a list |
snov_list_drip_campaigns | List your drip (outreach) campaigns |
FAQ
ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。