productivity
Zapier MCP, CLI, and Lua Integration for AI Agents
Zapier integration docs for AI agents: MCP gateway setup, Zapier CLI commands, Lua API reference, credentials, and function schemas.Zapier 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
| Function | Type | Parameters | Description |
|---|---|---|---|
zapier.zapier_list_zaps | Read read | 2 | List zaps in Zapier with optional filters. |
zapier.zapier_get_zap | Read read | 1 | Get detailed information about a Zapier zap. |
zapier.zapier_list_executions | Read read | 3 | List zap executions in Zapier with optional filters. |
zapier.zapier_get_execution | Read read | 1 | Get detailed information about a Zapier execution. |
zapier.zapier_list_connections | Read read | 2 | List connections in Zapier with optional filters. |
zapier.zapier_get_connection | Read read | 1 | Get detailed information about a Zapier connection. |
zapier.zapier_get_current_user | Read read | 0 | Get the currently authenticated Zapier user. |