KosmoKrator

email

Vero MCP, CLI, and Lua Integration for AI Agents

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

6 functions 5 read 1 write API token auth

Vero 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
vero
route_slug
vero
package
vero
auth_strategy
api_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Vero MCP Client Matrix

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

Vero CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
vero.vero_get_current_user Read read 0 Get the profile of the currently authenticated Vero user. Useful for verifying API connectivity and checking account details.
vero.vero_identify_user Read read 4 Identify (create or update) a user in Vero. Pass a unique user ID, email, optional name, and any custom attributes in the data object. This creates the user if they don't exist, or updates their profile if they do.
vero.vero_resubscribe Read read 1 Resubscribe a previously unsubscribed user to Vero email campaigns. The user will start receiving emails again.
vero.vero_track_event Read read 3 Track a behavioral event for a user in Vero. Events can trigger automated email campaigns. Pass a user identity (ID or email), event name, and optional event data.
vero.vero_unsubscribe Read read 1 Unsubscribe a user from all Vero email campaigns. The user will no longer receive any email communication.
vero.vero_update_user Write write 3 Update a user's profile in Vero. Pass the user ID, an optional new email, and a data object with attributes to update.