Contracts that close on schedule.
GetSign prepares each contract from the deal record, routes it for approval, sends it for signature, and files the signed copy back to the board.
Automate eSignature, document generation, and status tracking from Claude, Cursor, and ChatGPT without leaving the chat. No API keys to paste. Start for free.
to [email protected] · term 12 mo · $24,000/yr · order J. Reyes → You
GetSign MCP runs on hosted servers. Nothing to download, nothing to run locally.
https://mcp.getsign.io/mcp
MCP talks to your monday account through GetSign, so the app must be on the account first. A monday admin does this once.
Add to monday.comOne link works for every client. It picks the right flow for Claude, Cursor, ChatGPT, VS Code, and the rest. Or follow the per-client steps below.
See client setupYour client opens a GetSign login page the first time. Approve monday access once and the agent can work on your boards.
See example promptsThe installer above covers all of these. Use this section to configure by hand, or if your client is not listed.
https://mcp.getsign.io/mcpOr add it by hand in Settings → MCP → New MCP server:
{
"mcpServers": {
"getsign": {
"url": "https://mcp.getsign.io/mcp"
}
}
}
claude mcp add --transport http getsign https://mcp.getsign.io/mcp/mcp in Claude Code, select getsign, and authenticate.--scope user to make GetSign available in every project instead of just this repo.Or run MCP: Add Server → HTTP from the Command Palette, or drop this into .vscode/mcp.json:
{
"servers": {
"getsign": {
"type": "http",
"url": "https://mcp.getsign.io/mcp"
}
}
}
https://mcp.getsign.io/mcpmcp-remote, but the hosted connector is the supported path.Any MCP client that supports remote servers with OAuth works. Point it at:
https://mcp.getsign.io/mcp{
"mcpServers": {
"getsign": {
"url": "https://mcp.getsign.io/mcp"
}
}
}
Everything GetSign does on a monday board, an agent can now do in conversation. It explains each step before it changes anything.
Turn monday items into proposals, contracts, invoices, and forms, merged with real column values, generated on demand.
Map signature fields with AI detection, send by email or signing link, then ask who has opened, signed, or is still pending.
Reminders, OTP verification, approvals, signing order, signed-file write-back, all configured by describing what you want.
GetSign sits inside monday.com, so the same instruction model works wherever documents stall.
GetSign prepares each contract from the deal record, routes it for approval, sends it for signature, and files the signed copy back to the board.
GetSign pulls customer details from the board, prepares the agreement, and tracks every signature so nothing sits waiting on a status nobody checked.
GetSign holds the document at the approval gate you set, notifies the reviewer, and only sends once Legal signs off, with a complete record of who approved what.
GetSign prepares both documents, sends them together, and files the signed copies to the employee record so onboarding paperwork stops living in email threads.
GetSign moves the document through the approval chain you define and keeps a dated history of every step, so nothing waits on a Slack message someone missed.
GetSign replaces the automation that breaks quietly in production with a workflow you can see. Every send approved, every document tracked.
Copy one of these into your agent to see the flow end to end.
Use GetSign to run a preflight check, then show me the workflows on board 123456789.
Create a GetSign workflow named "Sales Agreement" on board 123456789 and summarize its default settings.
Attach our NDA template to that workflow, detect the signature fields, and assign the signer from the board’s Email column.
Send the GetSign signature request for item 987654321 with the message "Please review and sign this agreement."
Who still needs to sign on board 123456789? Show pending sessions and unsigned signers across the board.
Summarize the signing history for this item, give me the audit trail, and link the signed PDF.
Everything you need to know about connecting your AI agent to GetSign.
Yes. MCP works against your monday account through GetSign, so the app must be installed on the account and you must approve monday access once. A monday account admin can install it from the install link above. After that, any user with a GetSign seat can connect their own agent.
No. Authentication is OAuth. Your client sends you to a GetSign login page, you approve monday access, and the token stays with your client. There is no key, client ID, or secret to paste anywhere.
Any MCP client that supports remote servers: ChatGPT, Cursor, Claude Code, Claude Desktop, VS Code, Windsurf, Zed, Codex, and others. The installer link picks the right flow per client. The Connect your client section above has manual steps for each.
Anything that changes data (sending a request, resetting a signing process, changing workflow settings) is marked as a mutating tool, and the server returns a confirmation step before the destructive ones run. Your MCP client also asks before each tool call unless you have explicitly allowed it.
Signers come from existing monday columns: an Email, People, or mirrored email column on the board. If nobody has added a suitable column yet, the agent will tell you which one to create. Extra addresses can be copied on the email, but a copy recipient is not a signer.
The hosted server is the supported path for everyone. Developers building against their own GetSign backend can run the server locally over stdio. See the GetSign MCP server repository on GitHub.
Yes. MCP is only a new way to drive the same GetSign signing engine. Signatures keep the same audit trail, tamper-evident sealing, and ESIGN/UETA/eIDAS compliance as signatures started from a monday board.
No API keys. OAuth authentication. 50+ tools. Works with Claude, ChatGPT, Cursor, VS Code, and any MCP client.