productivity
Knock MCP, CLI, and Lua Integration for AI Agents
Knock integration docs for AI agents: MCP gateway setup, Knock CLI commands, Lua API reference, credentials, and function schemas.Knock 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 |
|---|---|---|---|
knock.knock_list_workflows | Read read | 2 | List notification workflows from Knock. Returns workflow IDs and details you can use to trigger or inspect workflows. |
knock.knock_get_workflow | Read read | 1 | Get details of a specific notification workflow in Knock, including its steps and configuration. |
knock.knock_trigger_workflow | Write write | 4 | Trigger a notification workflow in Knock for one or more recipients. The workflow will execute its configured steps (email, Slack, in-app, etc.) for each recipient. |
knock.knock_list_messages | Read read | 3 | List notification messages from Knock. Optionally filter by delivery status (e.g., sent, delivered, undelivered). |
knock.knock_get_message | Read read | 1 | Get details of a specific notification message in Knock, including its content, delivery status, and channel. |
knock.knock_list_recipients | Read read | 2 | List notification recipients from Knock. Returns recipient identifiers and their preferences. |
knock.knock_get_current_user | Read read | 0 | Get the currently authenticated Knock user. Useful for verifying API credentials and inspecting account details. |