Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Ignisign

Ignisign

IgniSign is a comprehensive electronic signature platform that enables users to sign, send, and manage documents securely online.

12VIEWS
2072USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app ignisignnpx @composio/cli add cursor --app ignisignnpx @composio/cli add cursor --app ignisignnpx @composio/cli add cursor --app ignisign

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Ignisign Api Authentication

Tool to authenticate an application over Ignisign API and retrieve a JWT. Use when obtaining a bearer token before making other API calls.

Cancel Signature Request

Tool to cancel a signature request. Use after identifying the signature request to abort.

Initialize Document

Tool to initialize a document for a signature request. Use when linking a new document to an existing signature request after creating that request.

Create Signer

Tool to create a new signer. Use when onboarding a signer to an application environment after selecting a signer profile.

Create Webhook Endpoint

Tool to create a new webhook endpoint for an application. Use after obtaining application ID and environment to register for event notifications.

Delete Document

Tool to delete a specific document by its ID. Use when you need to permanently remove a document after processing is complete.

Delete Ignisign Signature Request

Tool to delete a signature request. Use when you need to permanently remove a signature request by its ID.

Delete Signer

Tool to delete a signer. Use when you need to remove a signer from a specific application environment after confirming signer ID.

Delete Webhook Endpoint

Tool to delete a specific webhook endpoint. Use when you want to remove an existing webhook by its ID.

Get Application Context

Tool to retrieve the global context of an application. Use when you need configuration and environment settings for a given app.

Get Document Information

Tool to retrieve document metadata by ID. Use when you need detailed information of a specific document after obtaining its ID.

Get Missing Signer Inputs

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.

Get Signature Request Details

Tool to retrieve detailed information for a specific signature request. Use after creating or listing a signature request to inspect its details.

Get Signature Request Document

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.

Get Signature Requests

Tool to retrieve a paginated list of signature requests for an application. Use after confirming the application ID and environment.

Get Signature Request Status

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.

Get Signed Document

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)

Get Signer Creation Constraints

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.

Get Signer Input Constraints

Tool to get signer input constraints. Use when you need to know which fields are required from signers for a given signer profile.

Get Signer Inputs

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