← signsimple.app

INDIVIDUAL MCP TOOL

send_for_signature

Send a PDF document for legally binding electronic signature via SignSimple (free, unlimited).

signsimple.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://signsimple.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for send_for_signature and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent server

signsimple.app

CONNECT 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.

Related tools

  • 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 once complete.
  • list_documents — List the 25 most recent documents sent from the connected SignSimple account, with status and signed-PDF URLs where complete.
  • list_templates — List SignSimple's free, professionally drafted document templates (NDA, lease, contractor agreement, liability waiver, bill of sale, promissory note).