Loading...
Loading...
Automate ConvertKit (Kit) tasks via Rube MCP (Composio): manage subscribers, tags, broadcasts, and broadcast stats. Always search tools first for current schemas.
npx skill4agent add composiohq/awesome-claude-skills convertkit-automationRUBE_MANAGE_CONNECTIONSkitRUBE_SEARCH_TOOLShttps://rube.app/mcpRUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONSkitKIT_LIST_SUBSCRIBERSstatusemail_addresscreated_aftercreated_beforeupdated_afterupdated_beforesort_fieldsort_orderper_pageafterbeforeinclude_total_countsort_fieldstatusemail_addressafterbeforeinclude_total_countKIT_LIST_SUBSCRIBERSKIT_TAG_SUBSCRIBERKIT_LIST_TAG_SUBSCRIBERStag_idsubscriber_idtag_idsubscriber_idemail_addressKIT_LIST_SUBSCRIBERSKIT_DELETE_SUBSCRIBERidKIT_LIST_BROADCASTSKIT_GET_BROADCASTKIT_GET_BROADCAST_STATSper_pageafterbeforeinclude_total_countidper_pageKIT_LIST_BROADCASTSKIT_GET_BROADCASTKIT_DELETE_BROADCASTid1. Call KIT_LIST_SUBSCRIBERS with email_address='user@example.com'
2. Extract subscriber ID from the response
3. Use ID for tagging, unsubscribing, or other operationsafterafterinclude_total_count: 'true'1. Create tags in Kit web UI
2. Use KIT_TAG_SUBSCRIBER to assign tags to subscribers
3. Use KIT_LIST_TAG_SUBSCRIBERS to view subscribers per taginclude_total_countsort_orderdatadata.data| Task | Tool Slug | Key Params |
|---|---|---|
| List subscribers | KIT_LIST_SUBSCRIBERS | status, email_address, per_page |
| Tag subscriber | KIT_TAG_SUBSCRIBER | tag_id, subscriber_id |
| List tag subscribers | KIT_LIST_TAG_SUBSCRIBERS | tag_id |
| Unsubscribe | KIT_DELETE_SUBSCRIBER | id |
| List broadcasts | KIT_LIST_BROADCASTS | per_page, after |
| Get broadcast | KIT_GET_BROADCAST | id |
| Get broadcast stats | KIT_GET_BROADCAST_STATS | id |
| Delete broadcast | KIT_DELETE_BROADCAST | id |