KosmoKrator

productivity

Loops MCP, CLI, and Lua Integration for AI Agents

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

Loops 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.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
loops.loops_create_contact Write write 0 Create a Loops contact.
loops.loops_update_contact Write write 0 Update or create a Loops contact.
loops.loops_find_contact Read read 0 Find a Loops contact by email or userId.
loops.loops_delete_contact Write write 0 Delete a Loops contact.
loops.loops_check_contact_suppression Read read 0 Check whether a contact is suppressed.
loops.loops_remove_contact_suppression Write write 0 Remove a contact from the suppression list.
loops.loops_create_contact_property Write write 0 Create a Loops contact property.
loops.loops_list_contact_properties Read read 0 List Loops contact properties.
loops.loops_list_mailing_lists Read read 0 List Loops mailing lists.
loops.loops_send_event Write write 0 Send a Loops event.
loops.loops_send_transactional_email Write write 0 Send a Loops transactional email.
loops.loops_list_transactional_emails Read read 0 List Loops transactional emails.
loops.loops_test_api_key Read read 0 Test the configured Loops API key.
loops.loops_list_dedicated_sending_ips Read read 0 List dedicated sending IP addresses.