Connect Ignisign with AI agents using Model Context Protocol (MCP). Seamlessly integrate Ignisign tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.
Electronic Signature tools for AI automation
Install Ignisign MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Ignisign with your AI agent.
Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.

IgniSign is a comprehensive electronic signature platform that enables users to sign, send, and manage documents securely online.
12
2072
Electronic Signature
Paste and run this command in your terminal to set up Cursor with MCP
After running the command, restart Cursor to start using the MCP Server.
Tool to authenticate an application over Ignisign API and retrieve a JWT. Use when obtaining a bearer token before making other API calls.
Tool to cancel a signature request. Use after identifying the signature request to abort.
Tool to initialize a document for a signature request. Use when linking a new document to an existing signature request after creating that request.
Tool to create a new signer. Use when onboarding a signer to an application environment after selecting a signer profile.
Tool to create a new webhook endpoint for an application. Use after obtaining application ID and environment to register for event notifications.
Tool to delete a specific document by its ID. Use when you need to permanently remove a document after processing is complete.
Tool to delete a signature request. Use when you need to permanently remove a signature request by its ID.
Tool to delete a signer. Use when you need to remove a signer from a specific application environment after confirming signer ID.
Tool to delete a specific webhook endpoint. Use when you want to remove an existing webhook by its ID.
Tool to retrieve the global context of an application. Use when you need configuration and environment settings for a given app.
Tool to retrieve document metadata by ID. Use when you need detailed information of a specific document after obtaining its ID.
Tool to determine missing inputs needed for a signer in a specific signature profile. Use after selecting a signature profile and signer to identify required fields.
Tool to retrieve detailed information for a specific signature request. Use after creating or listing a signature request to inspect its details.
Tool to retrieve the document associated with a specific signature request. The action downloads the original file of a document. Provide `documentId` to select a specific document or omit to use the first available document of the request.
Tool to retrieve a paginated list of signature requests for an application. Use after confirming the application ID and environment.
Tool to retrieve the current status of a specific signature request. Use when you need to check the state of a single request by its ID.
Tool to download the signed document (signature proof) for a signature request. The action will: 1) Resolve the first documentId from the signature request details. 2) Try v4: GET /documents/{documentId}/signatures/PDF_WITH_SIGNATURES 3) Fallback v3: GET /v3/documents/{documentId}/signature-proof 4) Final fallback: GET /documents/{documentId}/file (original file)
Tool to retrieve input constraints required to create a signer for a specific signature profile. Use after selecting a signature profile to determine required signer inputs.
Tool to get signer input constraints. Use when you need to know which fields are required from signers for a given signer profile.
Tool to retrieve inputs provided by a signer for a signature request. Use after a signer has completed their input steps to fetch submitted values.
20 actions available