Drip for your agents.
Connect Drip once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Drip.
What agents can do with Drip
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
drip_list_campaignsList all email campaigns (series).
drip_list_subscribersList subscribers, paginated. Use `status` to filter by active or active_or_unsubscribed.
drip_create_or_update_subscriberCreate or update a subscriber by email. Use `custom_fields` for extra data like {"first_name": "John"}.
drip_list_tagsList all tags on the account.
drip_get_subscriberGet a single subscriber by email or id.
drip_remove_subscriberRemove a subscriber by email or id.
drip_get_campaignGet a single campaign by id.
drip_subscribe_to_campaignSubscribe a user to an email campaign by campaign id.
drip_create_tagCreate a new tag on the account.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open Account, then Settings, then API Token.
- Copy your API token (starts with your account id followed by an underscore).
- Paste the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Drip to Even: call connect_begin("drip") on the even-connect MCP and walk me through it.
Pull email campaigns and subscribers from Drip, create or update subscriber records with custom fields for ecommerce automation.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.