@signquick/mcp
v0.1.0
Published
Send documents for e-signature from Claude Code, Cursor, or any MCP client, powered by SignQuick.
Readme
SignQuick MCP
Send documents for e-signature, and track who has signed, straight from your AI agent (Claude Code, Cursor, or any MCP client). Powered by SignQuick: your own brand on every signing page, EU-hosted, eIDAS audit trail.
Tools
- list_documents: list documents in your account so you can pick one to send.
- send_for_signature: send a document to one or more signers (they get a branded signing link by email).
- get_signature_status: check who has signed a request.
Setup
- Get an API key at https://signquick.app/developer. API access is included free during the 14-day trial, no card.
- Add the server to your MCP client config.
Claude Code / Cursor (mcp.json):
{
"mcpServers": {
"signquick": {
"command": "node",
"args": ["/absolute/path/to/mcp/server.mjs"],
"env": { "SIGNQUICK_API_KEY": "sq_your_key_here" }
}
}
}(Once published to npm this becomes "command": "npx", "args": ["-y", "@signquick/mcp"].)
Try it
In your agent:
"List my SignQuick documents." "Send the NDA to [email protected] (Alice Smith) for signature." "Has Alice signed yet?"
Notes
- The document must already exist in your account. Use
list_documentsto get its id (upload one at https://signquick.app). Sending a raw PDF straight from the agent is on the roadmap. SIGNQUICK_API_URLcan be set to point at a self-hosted instance; defaults tohttps://signquick.app.
MIT licensed.
