Create, prepare, send, and manage DigiSign.cz digital-signature envelopes through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Digisign MCP.
list_envelopesList envelopes with optional status/page filters
get_envelopeGet detailed envelope info (status, recipients, documents)
list_documentsList documents attached to an envelope
list_recipientsList recipients and their signing status
list_tagsList signature/form tags placed on documents
get_download_urlGet temporary download URL for signed documents
davidsimoes/digisign-mcp MCP server connects an MCP-compatible client to the DigiSign.cz digital signature API. It lets an assistant inspect account and envelope data, prepare draft envelopes, attach documents, add recipients, place signature fields, and send envelopes for signing.
The server supports a complete envelope workflow. A typical sequence starts by creating a draft, then uploading a PDF or DOCX, adding signers or other recipient types, placing signature tags, and sending the completed envelope. It also supports post-creation operations such as cancelling a sent envelope, deleting a draft, or discarding a draft when the API key does not have delete permission.
The MCP client calls named tools exposed by the local Node.js process. Read-oriented tools include list_envelopes, get_envelope, list_documents, list_recipients, list_tags, get_download_url, and get_account. These provide envelope status and page filtering, recipient and document details, tag information, temporary download URLs for signed documents, and account usage information.
Write tools change DigiSign data. create_envelope starts a draft, upload_and_attach_document adds a PDF or DOCX, and add_recipient adds a signer, approver, or CC recipient. add_signature_tag supports placeholder-based or coordinate-based placement. send_envelope emails recipients, while the cancellation and deletion tools affect existing envelopes.
For signature placement, placeholders are text markers embedded in a document. DigiSign expects simple ASCII markers using its supported character set; spaces and diacritics are not supported by the documented placeholder pattern. Coordinate placement uses page coordinates in points. The README recommends placeholders because they are less affected by document layout changes, and notes that documentId is required for tag placement.
To run davidsimoes/digisign-mcp MCP server, obtain a DigiSign API key pair from the DigiSign dashboard under Settings, developer settings, and API keys. The pair consists of an access key and a secret key.
The repository setup uses Node.js 18 or newer. Clone the project, enter its directory, and run npm install to install dependencies. Register the local entry point with an MCP client by supplying these environment variables:
DIGISIGN_ACCESS_KEYDIGISIGN_SECRET_KEYThe documented registration command targets Claude Code and starts src/index.js with Node.js. The server requires a DigiSign.cz account with API access and an MCP-compatible client.
Sending an envelope emails all recipients, and cancelling an envelope notifies signers. Deletion, discarding, and sending are therefore unsuitable for unreviewed automation. The README recommends requiring manual approval or denying these tools in Claude Code settings.
Preparation tools modify draft envelopes even though they do not send them. Treat create_envelope, upload_and_attach_document, add_recipient, and add_signature_tag as write operations when designing permissions.
The material documents Claude Code registration specifically; it does not provide a prebuilt hosted endpoint or a package-manager command that installs davidsimoes/digisign-mcp MCP server directly. The project is licensed under MIT.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/davidsimoes-digisign-mcp)<a href="https://allmcps.com/mcp/davidsimoes-digisign-mcp"><img src="https://allmcps.com/api/badge/davidsimoes-digisign-mcp?style=directory" alt="Digisign MCP on AllMCPs" /></a>