DigiSign MCP Server
MCP server for the DigiSign.cz digital signature API. Built for Claude Code.
Create, send, and manage digital signature envelopes directly from your AI coding assistant.
Setup
1. Get DigiSign API keys
In your DigiSign dashboard: Settings > Pro vyvojare > API klice. Create an API key pair (access key + secret key).
2. Install dependencies
git clone https://github.com/davidsimoes/digisign-mcp.git
cd digisign-mcp
npm install3. Register with Claude Code
claude mcp add digisign \
-e DIGISIGN_ACCESS_KEY=your_access_key \
-e DIGISIGN_SECRET_KEY=your_secret_key \
-- node /path/to/digisign-mcp/src/index.jsTools
Read tools (safe to auto-approve)
| Tool | Description |
|---|---|
list_envelopes |
List envelopes with optional status/page filters |
get_envelope |
Get detailed envelope info (status, recipients, documents) |
list_documents |
List documents attached to an envelope |
list_recipients |
List recipients and their signing status |
list_tags |
List signature/form tags placed on documents |
get_download_url |
Get temporary download URL for signed documents |
get_account |
Get account info (credits, plan, usage) |






