KosmoKrator

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.

7 functions 7 read 0 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
zapier
route_slug
zapier
package
zapier
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Zapier MCP Client Matrix

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

Zapier CLI Matrix

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

Function Catalog

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