KosmoKrator

email

ConvertKit MCP, CLI, and Lua Integration for AI Agents

ConvertKit integration docs for AI agents: MCP gateway setup, ConvertKit CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write API key auth

ConvertKit for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
convertkit
route_slug
convertkit
package
convertkit
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

ConvertKit MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for ConvertKit.

ConvertKit CLI Matrix

Use these pages for direct ConvertKit CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
convertkit.convertkit_list_subscribers Read read 4 List subscribers from your ConvertKit account. Supports pagination and date range filtering.
convertkit.convertkit_get_subscriber Read read 1 Get details for a single ConvertKit subscriber by their subscriber ID.
convertkit.convertkit_list_forms Read read 0 List all forms in your ConvertKit account. Returns form IDs and names.
convertkit.convertkit_list_tags Read read 0 List all tags in your ConvertKit account. Returns tag IDs and names.
convertkit.convertkit_create_tag Write write 1 Create a new tag in ConvertKit.
convertkit.convertkit_list_broadcasts Read read 2 List broadcasts (email blasts) from your ConvertKit account. Supports pagination.
convertkit.convertkit_get_current_user Read read 0 Get the authenticated ConvertKit account information, including account name, email, and plan details.