Productivity
signsimple.app
Enables sending PDFs for electronic signatures, checking signing status, and listing available templates.
ENDPOINT 1
https://signsimple.app/mcp
MCP server metadata
- Name
- signsimple
- Version
- 1.0.0
SignSimple is a free, unlimited e-signature service. Use send_for_signature to email a PDF to recipients for legally binding electronic signature, get_document_status to track progress, list_documents for recent sends, and list_templates for free ready-to-send legal templates. Account tools need an API key header (create one at https://signsimple.app/profile).
Known tools 4
send_for_signatureSend a PDF document for legally binding electronic signature via SignSimple (free, unlimited).
Potential side effectsget_document_statusCheck 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 once complete.
Inferred read-onlylist_documentsList the 25 most recent documents sent from the connected SignSimple account, with status and signed-PDF URLs where complete.
Inferred read-onlylist_templatesList SignSimple's free, professionally drafted document templates (NDA, lease, contractor agreement, liability waiver, bill of sale, promissory note).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.signsimple]
url = "https://signsimple.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"signsimple": {
"type": "http",
"url": "https://signsimple.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: signsimple
Remote MCP URL: https://signsimple.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"signsimple": {
"url": "https://signsimple.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"signsimple": {
"type": "http",
"url": "https://signsimple.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "signsimple",
"transport": "streamable-http",
"url": "https://signsimple.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.