Connector guide2-minute read9 MCP toolsEnglish · Deutsch · Italiano

Snov.io mit Gemini verbinden — über MCP

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.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Snov.io

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.

Tools

9

Region

INTL

Category

enrichment

Authentication

Bearer Token

Required env vars

SNOV_ACCESS_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Open Cloud

TL;DR

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.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Snov.io klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Snov.io + Gemini

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.

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:

SNOV_ACCESS_TOKEN

Schritt 1 — Zugangsdaten holen

io API v1 (snov.io/api).

Setup:

  1. Sign in to https://app.snov.ioAccount → API.
  2. Copy the Client ID and Client Secret.
  3. Run OAuth2 client_credentials flow:
    POST https://api.snov.io/v1/oauth/access_token
    grant_type=client_credentials&client_id=...&client_secret=...
    
    to obtain an access_token. Tokens are valid for 1 hour.
  4. Set SNOV_ACCESS_TOKEN to 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)

Schritt 2 — Adapter installieren

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Schritt 3 — Connector in Gemini hinzufügen

Gemini CLI liest MCP-Server aus ~/.gemini/settings.json (oder %APPDATA%\gemini\settings.json unter Windows). Hinzufügen:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und gemini neu starten.
  3. /mcp in Gemini CLI ausführen — Snov.io sollte als verfügbar gelistet sein.
  4. Vertex AI Studio: https://cloud.anythingmcp.com/mcp im tools-Array der Anfrage mit demselben Bearer-Header übergeben.

Verfügbare Tools

ToolWhat it does
snov_balanceReturn remaining credit balance for the account
snov_domain_searchFind emails associated with a domain
snov_email_finderFind a person's email by first/last name + domain
snov_email_verifierVerify a single email deliverability
snov_email_finder_by_urlFind emails from a LinkedIn URL (or other recognized social URL)
snov_list_prospect_listsList your prospect lists (saved leads)
snov_create_prospect_listCreate a prospect list
snov_add_prospect_to_listAdd a prospect (person) to a list
snov_list_drip_campaignsList your drip (outreach) campaigns

FAQ

Unterstützen Gemini 1.5 Pro oder 2.x MCP? Ja — Gemini CLI ≥ 0.4 und die Vertex AI Tools API akzeptieren MCP httpUrl-Connectors mit Bearer-Header.

Nächste Schritte

War dieser Guide hilfreich?

Ready to ship

Your Snov.io agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Verwandte Anleitungen

S
connectors

Snov.io mit ChatGPT verbinden — über MCP

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.

S
connectors

Snov.io mit Claude verbinden — über MCP

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.

S
connectors

Snov.io mit Cursor verbinden — über MCP

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.

S
connectors

Snov.io zu MCP — Snov.io aus jedem KI-Agent steuern

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.

SB
connectors

SAP Business One mit Gemini verbinden — über MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

SAP Concur mit Gemini verbinden — über MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.