KosmoKrator

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_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Signnow MCP Client Matrix

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

Signnow CLI Matrix

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

Function Catalog

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