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_tokenAPI token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Vero CLIHeadless setup and direct function calls. Vero MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Vero MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Vero.
Claude Code Vero MCP setup for Claude Code. Cursor Vero MCP setup for Cursor. Codex Vero MCP setup for Codex. OpenAI Agents Vero MCP setup for OpenAI Agents SDK. Claude Agent SDK Vero MCP setup for Claude Agent SDK. Vercel AI SDK Vero MCP setup for Vercel AI SDK. LangChain Vero MCP setup for LangChain. LangGraph Vero MCP setup for LangGraph. CrewAI Vero MCP setup for CrewAI. MCP clients Vero MCP setup for Generic MCP Clients.
Vero CLI Matrix
Use these pages for direct Vero CLI workflows in scripts, CI, cron, and agent wrappers.
CI Vero CLI for CI. Cron Jobs Vero CLI for cron jobs. Shell Scripts Vero CLI for shell scripts. Headless Automation Vero CLI for headless automation. Coding Agents Vero CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |