KosmoKrator

email

Elastic Email MCP, CLI, and Lua Integration for AI Agents

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

6 functions 4 read 2 write API key auth

Elastic Email 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
elastic-email
route_slug
elastic-email
package
elastic-email
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

Elastic Email MCP Client Matrix

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

Elastic Email CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
elastic-email.elasticemail_send_email Write write 8 Send a transactional email via Elastic Email. Provide the recipient address, subject, and HTML body.
elastic-email.elasticemail_list_templates Read read 2 List email templates available in your Elastic Email account.
elastic-email.elasticemail_get_template Read read 1 Get details of a specific email template by its ID from Elastic Email.
elastic-email.elasticemail_list_contacts Read read 2 List contacts from your Elastic Email account.
elastic-email.elasticemail_create_contact Write write 4 Create or add a contact in Elastic Email. Optionally assign the contact to an existing list.
elastic-email.elasticemail_get_current_user Read read 0 Get information about the currently authenticated Elastic Email user account.