Agent Plugins Marketplace
← All plugins

getsign

v1.2.1

Send documents for signature from monday.com boards in plain language. Upload and map a new document, onboard an account that has never installed GetSign, and chase who still hasn't signed — every step in the order the GetSign API actually requires. Built on the official GetSign MCP server.

CodexClaude CodeAgent Plugins6 Skills1 MCP serverStreamable HTTP

By GetSignLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
7 skill or MCP entries
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install getsign for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Getsign-JP/getsign-mcp-plugin
codex plugin marketplace upgrade getsign
codex plugin add getsign@getsign

Paste and run these commands in a terminal with Codex. They add and refresh the getsign catalog, then install this plugin.

Compatibility: the page URL and API slug “getsign” remain stable.

  • Codex: getsign@agent-plugin-marketplace → getsign@getsign

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Getsign-JP/getsign-mcp-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/getsign/.

Plugin files

plugins/getsign/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/board-pending-signatures/SKILL.md
├── skills/create-or-update-workflow/SKILL.md
├── skills/install-getsign-on-new-account/SKILL.md
├── skills/save-signed-document-to-file-column/SKILL.md
├── skills/send-new-document/SKILL.md
├── skills/sign-from-file-column/SKILL.md
└── .mcp.json

Included Skills6

board-pending-signaturesskills/board-pending-signatures/SKILL.md

Find out who still hasn't signed across a monday.com board, then drill into one item's signing history and full audit trail to see where it stalled and who to chase. Use when someone says: 'who hasn't signed yet'; 'what's still pending signature'; 'chase outstanding signatures'; 'check signing status on this board'; 'is the contract signed yet'. Starts with `getsign_status`. Needs `envelope_id+item_id for history, or board_id for board actions` to begin; ask for what is missing rather than guessing.

create-or-update-workflowskills/create-or-update-workflow/SKILL.md

Create a GetSign signing workflow on a monday.com board, or change an existing one's settings — sender identity and email, reminders, OTP, document generation, signature collection, share and track, or sourcing the document from a board File column. Use when someone says: 'create a getsign workflow'; 'set up a signing workflow on this board'; 'change the workflow settings'; 'update the sender email on this workflow'; 'enable sign anywhere'. Starts with `getsign_list_workflows_for_board`. Needs `board_id` to begin; ask for what is missing rather than guessing.

install-getsign-on-new-accountskills/install-getsign-on-new-account/SKILL.md

Set up GetSign on a monday.com account for the first time: check whether the app is installed, hand the account admin a single link that covers both monday's install screen and OAuth consent, then confirm the connection works and add a GetSign board view. Use when someone says: 'set up getsign'; 'install getsign on monday'; 'connect my monday account to getsign'; 'getsign isn't installed'; 'onboard my account'. Starts with `getsign_account`. Needs no prior context — safe to run cold.

save-signed-document-to-file-columnskills/save-signed-document-to-file-column/SKILL.md

Save a signed document into a monday.com File column: check whether the workflow's Signature collection or Generate document settings already do this automatically, and if not, download the signed PDF and hand it off to a connected monday API tool to attach it to the item's File column. Use when someone says: 'save the signed document in the files column'; 'save this to the file column'; 'attach the signed pdf to this item'; 'put the signed contract back on the board'; 'upload the signed doc to the files column'. Starts with `getsign_download_signed_documents`. Needs `envelope_id`, `item_id` to begin; ask for what is missing rather than guessing.

send-new-documentskills/send-new-document/SKILL.md

Send a document that has no GetSign template yet out for signature from a monday.com board: upload it, attach it to a signing workflow, map the signature fields, point them at a signer column, send, then track through to the signed copy. Use when someone says: 'send this for signature'; 'get this signed'; 'send the contract out for signing'; 'send this NDA to the client to sign'; 'email this document for a signature'. Starts with `getsign_create_template`. Needs `file_name`, `content_type` to begin; ask for what is missing rather than guessing.

sign-from-file-columnskills/sign-from-file-column/SKILL.md

Send a document that already sits in a monday.com board File column for signature, with no GetSign template: switch the workflow to Use stored document, point it at that File column, then map the signature fields on the item's own file and send. Use when someone says: 'sign the file that's already on the item'; 'use the document from the files column'; 'we upload contracts to a monday file column'; 'sign a stored document'; 'there's no template, the PDF is on the board'. Starts with `getsign_list_workflows_for_board`. Needs `board_id` to begin; ask for what is missing rather than guessing.

MCP servers1

getsignStreamable HTTP
url
https://mcp.getsign.io/mcp

Plugin manifests3

plugins/getsign/.codex-plugin/plugin.json
{
  "name": "getsign",
  "version": "1.2.1",
  "description": "Send documents for signature from monday.com boards in plain language. Upload and map a new document, onboard an account that has never installed GetSign, and chase who still hasn't signed — every step in the order the GetSign API actually requires. Built on the official GetSign MCP server.",
  "author": {
    "name": "GetSign",
    "url": "https://getsign.io",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/Getsign-JP/getsign-mcp-plugin/tree/main/plugins/getsign",
  "repository": "https://github.com/Getsign-JP/getsign-mcp-plugin",
  "license": "MIT",
  "keywords": [
    "getsign",
    "monday",
    "monday.com",
    "e-signature",
    "esignature",
    "signature",
    "contracts",
    "documents",
    "signing",
    "audit-trail"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "GetSign",
    "shortDescription": "E-signatures on monday.com boards",
    "longDescription": "Send documents for signature from monday.com boards in plain language. Upload and map a new document, onboard an account that has never installed GetSign, and chase who still hasn't signed — every step in the order the GetSign API actually requires. Built on the official GetSign MCP server.",
    "developerName": "GetSign",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://getsign.io",
    "privacyPolicyURL": "https://getsign.io/privacy-policy",
    "termsOfServiceURL": "https://getsign.io/terms-of-service",
    "defaultPrompt": [
      "Send the contract on this monday item for signature",
      "Who hasn't signed yet on this board?",
      "Set up GetSign on our monday.com account"
    ],
    "brandColor": "#0073EA",
    "composerIcon": "./assets/logo.svg",
    "logo": "./assets/logo.svg",
    "screenshots": []
  }
}
plugins/getsign/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "getsign",
  "displayName": "GetSign",
  "description": "Send documents for signature from monday.com boards in plain language. Upload and map a new document, onboard an account that has never installed GetSign, and chase who still hasn't signed — every step in the order the GetSign API actually requires. Built on the official GetSign MCP server.",
  "version": "1.2.1",
  "defaultEnabled": false,
  "author": {
    "name": "GetSign",
    "url": "https://getsign.io",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/Getsign-JP/getsign-mcp-plugin/tree/main/plugins/getsign",
  "repository": "https://github.com/Getsign-JP/getsign-mcp-plugin",
  "license": "MIT",
  "keywords": [
    "getsign",
    "monday",
    "monday.com",
    "e-signature",
    "esignature",
    "signature",
    "contracts",
    "documents",
    "signing",
    "audit-trail"
  ]
}
plugins/getsign/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "getsign",
  "description": "Send documents for signature from monday.com boards in plain language. Upload and map a new document, onboard an account that has never installed GetSign, and chase who still hasn't signed — every step in the order the GetSign API actually requires. Built on the official GetSign MCP server.",
  "version": "1.2.1",
  "author": {
    "name": "GetSign",
    "url": "https://getsign.io",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/Getsign-JP/getsign-mcp-plugin/tree/main/plugins/getsign",
  "repository": "https://github.com/Getsign-JP/getsign-mcp-plugin",
  "license": "MIT",
  "keywords": [
    "getsign",
    "monday",
    "monday.com",
    "e-signature",
    "esignature",
    "signature",
    "contracts",
    "documents",
    "signing",
    "audit-trail"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[getsign on Agent Plugins Marketplace](https://pluginsmp.com/plugins/getsign)