Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

SignSimple

app.signsimple/signsimple

Send PDFs for legally binding e-signature, free and unlimited. Track status; free legal templates.

Uptime
100.0%
1 direct probes · 30d
Response
671ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

send_for_signature

Send a PDF document for legally binding electronic signature via SignSimple (free, unlimited). Provide the PDF as a fetchable URL or base64, plus recipient name(s) and email(s). Each recipient is emai…

get_document_status

Check the status of a document previously sent for signature: overall state (sent/completed/declined/expired/voided), per-recipient progress (pending/viewed/signed), and the signed PDF download URL on…

list_documents

List the 25 most recent documents sent from the connected SignSimple account, with status and signed-PDF URLs where complete. Requires a SignSimple API key.

list_templates

List SignSimple's free, professionally drafted document templates (NDA, lease, contractor agreement, liability waiver, bill of sale, promissory note). Returns each template's info page and direct PDF …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "signsimple": {
      "url": "https://signsimple.app/mcp",
      "transport": "streamable-http"
    }
  }
}