other
Signnow MCP, CLI, and Lua Integration for AI Agents
Signnow integration docs for AI agents: MCP gateway setup, Signnow CLI commands, Lua API reference, credentials, and function schemas.
6 functions 4 read 2 write Manual OAuth token auth
Signnow 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
signnow- route_slug
signnow- package
signnow- auth_strategy
oauth2_manual_tokenManual OAuth 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. Signnow CLIHeadless setup and direct function calls. Signnow 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.
Signnow MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Signnow.
Claude Code Signnow MCP setup for Claude Code. Cursor Signnow MCP setup for Cursor. Codex Signnow MCP setup for Codex. OpenAI Agents Signnow MCP setup for OpenAI Agents SDK. Claude Agent SDK Signnow MCP setup for Claude Agent SDK. Vercel AI SDK Signnow MCP setup for Vercel AI SDK. LangChain Signnow MCP setup for LangChain. LangGraph Signnow MCP setup for LangGraph. CrewAI Signnow MCP setup for CrewAI. MCP clients Signnow MCP setup for Generic MCP Clients.
Signnow CLI Matrix
Use these pages for direct Signnow CLI workflows in scripts, CI, cron, and agent wrappers.
CI Signnow CLI for CI. Cron Jobs Signnow CLI for cron jobs. Shell Scripts Signnow CLI for shell scripts. Headless Automation Signnow CLI for headless automation. Coding Agents Signnow CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
signnow.signnow_list_documents | Read read | 2 | List documents accessible to the authenticated SignNow user. Returns document IDs, names, and status. Supports pagination with page and per_page parameters. |
signnow.signnow_get_document | Read read | 1 | Get full details for a specific SignNow document by ID, including fields, signers, and document status. |
signnow.signnow_create_document | Write write | 2 | Upload a file to SignNow to create a new document. The file must be a PDF. Returns the new document ID and details. |
signnow.signnow_list_templates | Read read | 0 | List document templates available in the authenticated SignNow account. Templates can be used to create new documents with pre-defined fields. |
signnow.signnow_send_invite | Write write | 5 | Send a signing invitation for a SignNow document. The recipient will receive an email with a link to review and sign the document. |
signnow.signnow_get_current_user | Read read | 0 | Get the authenticated SignNow user profile, including name, email, and account details. |