Connector guide2-minute read12 MCP toolsEnglish · Deutsch · Italiano

Drip a MCP — Pilota Drip desde cualquier agente IA

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

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Drip, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

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.

Configuración

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)

Requisitos previos: DRIP_API_TOKEN, DRIP_ACCOUNT_ID

Instalar el conector localmente

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

Abre http://localhost:3000/connectors/store, elige Drip e introduce las variables listadas en los Requisitos previos.

Herramientas disponibles

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

Siguientes pasos

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.