SignWell
@Bidsketch
关于 SignWell
Model Context Protocol server that orchestrates SignWell's e-signature workflows — create, send, track, and manage documents and templates.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"signwell": {
"command": "npx",
"args": [
"-y",
"@signwell/mcp"
],
"env": {
"SIGNWELL_API_KEY": "your_api_key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论