Connector guide2-minute read12 MCP toolsEnglish · Deutsch · Italiano

Drip zu MCP — Drip aus jedem KI-Agent steuern

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

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

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

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.

Einrichtung

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)

Voraussetzungen: DRIP_API_TOKEN, DRIP_ACCOUNT_ID

Connector lokal installieren

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

Öffne http://localhost:3000/connectors/store, wähle Drip und trage die unter Voraussetzungen aufgelisteten Variablen ein.

Verfügbare Tools

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

Nächste Schritte

Ready to ship

Your Drip agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.