turbosign-mcp

disciplin-run-org/turbosign-mcp
★ 0 stars Python AI/LLM Updated today
Thin stdio MCP server for the TurboSign e-signature API — send PDFs for signature from any MCP-speaking agent
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "turbosign-mcp": {
      "command": "uvx",
      "args": [
        "turbosign-mcp"
      ]
    }
  }
}

Or install with pip: pip install turbosign-mcp

README Excerpt

Send PDFs out for signature by asking for it. ``` > send ~/contracts/nda.pdf to Bob Smith <[email protected]> for signature ``` A thin [MCP](https://modelcontextprotocol.io) server over the e-signature API. It speaks **stdio**, so any MCP client can launch it — Claude Code, Hermes Agent, anything else — with no container, no port, and no daemon.

Tools (18)

TURBODOCX_API_KEYTURBODOCX_APP_URLTURBODOCX_BASE_URLTURBODOCX_ORG_IDTURBODOCX_SENDER_EMAILTURBODOCX_SENDER_NAMETURBODOCX_SIGNUP_URLTURBOSIGN_ALLOWED_DIRSTURBOSIGN_HOMETURBOSIGN_MAX_FILE_MBTURBOSIGN_TIMEOUTturbosign_audit_trailturbosign_downloadturbosign_resendturbosign_reviewturbosign_sendturbosign_statusturbosign_void