MailerLite from your shell.
List subscribers, groups, segments and campaigns, pull per-campaign subscriber activity, and push new campaigns or group assignments to MailerLite — straight from Bash over the MailerLite MCP. No api_key header to wire, no client library.
cogny --who
TWO PATHSToday you open the MailerLite dashboard, click into a campaign, and read open/click numbers one report at a time. With the CLI you pull the campaign list and its activity as JSON and diff or chart it however you want. Connect MailerLite 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 MailerLite tool over JSON-RPC. First 15 calls are free.
$ npx @cogny/cli init --agent claude-codecogny tools call
3 EXAMPLESReal tool names from the MailerLite MCP. Send --input JSON, get JSON back.
mcp__MailerLite__list_campaignsList campaigns, optionally filtered by status.mcp__MailerLite__get_campaign_activityPer-subscriber open/click activity for one campaign.mcp__MailerLite__list_subscribersList subscribers, filterable by status.cogny tools list
MOREA sample of the rest of the MailerLite surface. Run cogny tools list --json for every tool and its input schema.
mcp__MailerLite__get_subscribermcp__MailerLite__upsert_subscribermcp__MailerLite__assign_subscriber_to_groupmcp__MailerLite__list_groupsmcp__MailerLite__create_groupmcp__MailerLite__create_campaignmcp__MailerLite__schedule_campaignmcp__MailerLite__list_segmentscogny --faq
No — it is the Cogny CLI calling the MailerLite MCP over the cogny-mcp-proxy. You connect MailerLite once in Cogny with a new-generation API token, and then every tool is callable from Bash with your Cogny key.
Yes. The proxy targets connect.mailerlite.com — the new-generation API. Legacy "classic" 32-char keys are rejected; generate a new API token in MailerLite and reconnect in Cogny integration settings.
Yes — that is the point. `npx @cogny/cli init --agent claude-code` issues a key, then `cogny tools call mcp__MailerLite__list_campaigns --input ...` works from any shell. No /mcp wiring or restart needed.
related CLIs
Building an agent? The full tool map for all servers is one fetch: /cli/llms.txt