Drip from your shell.
List and upsert subscribers, apply and remove tags, record events, walk Email Series campaigns and workflows, and enroll subscribers — from Bash over the Drip MCP. No API client to build, just JSON in and out.
cogny --who
TWO PATHSToday you click through Drip to tag a segment, record a custom event, or check which workflows a subscriber is on. With the CLI you batch-upsert subscribers and apply tags in one scripted call instead of one-by-one in the UI. Connect Drip once in Cogny Solo and let your coding agent — or scheduled reports — do the querying for you.
❯ start SoloSelf-onboard with one command. The CLI issues a key, wires nothing, and exposes every Drip tool over JSON-RPC. First 15 calls are free.
$ npx @cogny/cli init --agent claude-codecogny tools call
3 EXAMPLESReal tool names from the Drip MCP. Send --input JSON, get JSON back.
mcp__Drip__list_subscribersList subscribers, filterable by status and tag.mcp__Drip__apply_tagApply a tag to a subscriber (creates them if needed).mcp__Drip__list_campaignsList Email Series campaigns by status.cogny tools list
MOREA sample of the rest of the Drip surface. Run cogny tools list --json for every tool and its input schema.
mcp__Drip__get_subscribermcp__Drip__upsert_subscribermcp__Drip__batch_subscribersmcp__Drip__record_eventmcp__Drip__list_tagsmcp__Drip__subscribe_to_campaignmcp__Drip__list_workflowsmcp__Drip__start_subscriber_on_workflowcogny --faq
No — it is the Cogny CLI calling the Drip MCP over the cogny-mcp-proxy. You connect Drip once in Cogny, and then every tool is callable from Bash with your Cogny key — no account id or API token in your shell history.
Yes. `record_event` and `batch_record_events` push events into Drip, which is how you trigger event-based workflows. Combine with `apply_tag` and `start_subscriber_on_workflow` to drive automations from a script.
Yes. The MCP exposes `subscribe_to_campaign`, `unsubscribe_from_campaign`, `start_subscriber_on_workflow` and `remove_subscriber_from_workflow`, alongside read tools for campaigns and workflows.
related CLIs
Building an agent? The full tool map for all servers is one fetch: /cli/llms.txt