SignWell
@Bidsketch
About SignWell
Model Context Protocol server that orchestrates SignWell's e-signature workflows — create, send, track, and manage documents and templates.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"signwell": {
"command": "npx",
"args": [
"-y",
"@signwell/mcp"
],
"env": {
"SIGNWELL_API_KEY": "your_api_key"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SignWell?
A Model Context Protocol (MCP) server that orchestrates SignWell's e-signature workflows via a standardized interface. It integrates directly with SignWell’s API to create, send, and manage documents programmatically from any MCP‑compatible client.
How to use SignWell?
Install dependencies (npm install), build the bundle (npm run build), then run the interactive setup wizard (node build/index.js setup) to store your API key and automatically configure MCP clients (Claude Desktop, Claude Code, Cursor, OpenCode). Alternatively, export the SIGNWELL_API_KEY environment variable manually and start the server with npm start. The server communicates over STDIO.
Key features of SignWell
- Interactive setup wizard for four MCP clients.
- Automatically keeps documents as drafts until explicitly sent.
- Attaches files via URL, base64, or MCP resource URI.
- Provides read‑only resources (
document://,template://). - In‑memory file storage with a 60‑minute TTL.
- No telemetry or analytics collection.
Use cases of SignWell
- Create a draft agreement, send it for signing, and check completion status.
- Retrieve a completed, signed PDF from a document ID.
- Build a custom automation that attaches files from an MCP client (e.g., Claude Desktop) to a SignWell envelope.
- Integrate e‑signature workflows into MCP‑powered assistants or IDEs.
FAQ from SignWell
What runtime does SignWell require?
Node.js v18 or newer.
How is the SignWell API key stored?
Your API key is saved locally in a platform‑specific secure directory (e.g., ~/.config/signwell-mcp/env) with 0600 permissions.
Does the server collect any usage data?
No. The server does not collect, transmit, or store any personal data, usage analytics, or telemetry.
How long are uploaded files kept in memory?
Files are stored temporarily in memory with a 60‑minute TTL and are cleared on server restart.
Can I override the default API endpoint?
Yes, set the SIGNWELL_API_BASE_URL environment variable to point to a non‑production endpoint.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Nginx UI
0xJackyYet another WebUI for Nginx
Comments