KosmoKrator

email_marketing

GetResponse MCP, CLI, and Lua Integration for AI Agents

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

10 functions 6 read 4 write API key auth

GetResponse 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
getresponse
route_slug
getresponse
package
getresponse
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

GetResponse MCP Client Matrix

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

GetResponse CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
getresponse.getresponse_list_contacts Read read 2 List contacts in your GetResponse account. Returns paginated results with contact details including email, name, and campaign.
getresponse.getresponse_get_contact Read read 1 Get details of a specific contact in GetResponse by its unique identifier.
getresponse.getresponse_create_contact Write write 3 Create a new contact in GetResponse. Requires an email address. Optionally set the contact name and assign to a campaign.
getresponse.getresponse_update_contact Write write 2 Update an existing contact's details in GetResponse. Provide the contact ID and the fields to update.
getresponse.getresponse_delete_contact Write write 1 Delete a contact from GetResponse. This action is permanent and cannot be undone.
getresponse.getresponse_list_campaigns Read read 0 List all campaigns in your GetResponse account. Returns campaign IDs and names that can be used when creating contacts.
getresponse.getresponse_get_campaign Read read 1 Get details of a specific campaign in GetResponse by its unique identifier.
getresponse.getresponse_create_campaign Write write 1 Create a new email campaign in GetResponse. Campaigns are used to organize and send emails to contact lists.
getresponse.getresponse_list_newsletters Read read 0 List newsletters in your GetResponse account. Returns newsletter details including subject, status, and send dates.
getresponse.getresponse_get_current_user Read read 0 Get the authenticated user's account information from GetResponse, including email, name, and account details.