Connector guide2-minute read12 MCP toolsEnglish · Deutsch · Italiano

Как подключить Drip к Gemini — через MCP

Drive Drip (e-commerce-focused email + SMS automation) from any AI agent: subscribers, tags, campaigns, events, orders. 12 tools, Basic-auth + account_id in URL.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

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

MCP connector

Drip

Drive Drip (e-commerce-focused email + SMS automation) from any AI agent: subscribers, tags, campaigns, events, orders. 12 tools, Basic-auth + account_id in URL.

Tools

12

Region

INTL

Category

marketing-automation

Authentication

Basic Auth

Required env vars

DRIP_API_TOKENDRIP_ACCOUNT_ID
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 Drip 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 Drip (e-commerce-focused email + SMS automation) from any AI agent: subscribers, tags, campaigns, events, orders. 12 tools, Basic-auth + account_id in URL.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Drip, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

Drip + Gemini

Drive Drip (e-commerce-focused email + SMS automation) from any AI agent: subscribers, tags, campaigns, events, orders. 12 tools, Basic-auth + account_id in URL.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

DRIP_API_TOKEN, DRIP_ACCOUNT_ID

Шаг 1 — Получите учётные данные

drip.com).

Setup:

  1. Sign in to https://www.getdrip.com → top-right avatar → My User Settings → API → API Token.
  2. Note your Account ID (visible in the URL, e.g. getdrip.com/9876543/... → 9876543).
  3. Set:
    • DRIP_API_TOKEN = the API token
    • DRIP_ACCOUNT_ID = numeric account ID

Authentication: HTTP Basic with username=API_TOKEN, password='' (empty). Adapter uses BASIC_AUTH with empty password.

Account-scoped URLs: every endpoint is prefixed with /v2/{account_id}/.... The adapter substitutes via env var.

Subscriber model: subscribers are identified by email (primary) or by external user_id (your DB's ID). Custom fields are unlimited key/value pairs.

…(continued in the in-app connector instructions)

Шаг 2 — Установите адаптер

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

Шаг 3 — Добавьте коннектор в Gemini

Gemini CLI читает MCP-серверы из ~/.gemini/settings.json (или %APPDATA%\gemini\settings.json в Windows). Добавьте:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите gemini.
  3. Запустите /mcp в Gemini CLI — Drip должен быть доступен.
  4. Vertex AI Studio: передайте https://cloud.anythingmcp.com/mcp в массив tools запроса с тем же Bearer-заголовком.

Доступные инструменты

ToolWhat it does
drip_list_subscribersList subscribers with filters
drip_get_subscriberFetch subscriber by ID OR email (URL-encoded)
drip_create_or_update_subscriberUpsert subscriber by email
drip_unsubscribeUnsubscribe by email or ID
drip_tag_subscriberAdd a single tag to a subscriber
drip_remove_tagRemove a tag from a subscriber
drip_create_eventSend a behavioral event for a subscriber
drip_list_campaignsList campaigns (active workflows / autoresponders)
drip_subscribe_to_campaignSubscribe a contact to a campaign (enrolls in the workflow)
drip_record_orderRecord an e-commerce order (used by Drip for revenue attribution and shopper segmentation)
drip_list_tagsList all tags in the account with usage counts
drip_list_custom_fieldsList custom field names defined on subscribers

FAQ

Поддерживают ли Gemini 1.5 Pro или 2.x MCP? Да — Gemini CLI ≥ 0.4 и Vertex AI tools API принимают MCP-коннекторы httpUrl с Bearer-заголовком.

Следующие шаги

Это руководство помогло?

Ready to ship

Your Drip agent is one click away.

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

Похожие руководства

D
connectors

Как подключить Drip к ChatGPT — через MCP

Drive Drip (e-commerce-focused email + SMS automation) from any AI agent: subscribers, tags, campaigns, events, orders. 12 tools, Basic-auth + account_id in URL.

D
connectors

Как подключить Drip к Claude — через MCP

Drive Drip (e-commerce-focused email + SMS automation) from any AI agent: subscribers, tags, campaigns, events, orders. 12 tools, Basic-auth + account_id in URL.

D
connectors

Как подключить Drip к Cursor — через MCP

Drive Drip (e-commerce-focused email + SMS automation) from any AI agent: subscribers, tags, campaigns, events, orders. 12 tools, Basic-auth + account_id in URL.

D
connectors

Drip в MCP — управляйте Drip из любого AI-агента

Drive Drip (e-commerce-focused email + SMS automation) from any AI agent: subscribers, tags, campaigns, events, orders. 12 tools, Basic-auth + account_id in URL.

SB
connectors

Как подключить SAP Business One к Gemini — через 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 к Gemini — через 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.