{
  "markdown": "# SignNow API Helper MCP\n[![PyPI](https://img.shields.io/pypi/v/sn-api-helper-mcp)](https://pypi.org/project/sn-api-helper-mcp/)\n[![License](https://img.shields.io/github/license/signnow/sn-api-helper-mcp)](https://github.com/signnow/sn-api-helper-mcp/blob/main/LICENSE.md)\n\nAn MCP server for SignNow API helper tools (stdio only).\n\nmcp-name: io.github.signnow/sn-api-helper-mcp\n\n## Purpose & Capabilities\n\nThe SignNow API Helper MCP server is a custom Model Context Protocol server designed specifically to assist with SignNow API integration. It acts as an intelligent assistant that understands the SignNow API ecosystem to provide contextual help for developers.\n\n**Core Functions:**\n\n- **API Documentation Access:** Retrieve and display SignNow API documentation, endpoints, and parameters.\n- **Code Examples:** Generate and provide sample code for common SignNow API operations.\n- **Authentication Help:** Assist with SignNow API authentication methods and token management.\n- **Integration Guidance:** Provide best practices for implementing SignNow e-signature workflows.\n- **Error Resolution:** Help troubleshoot common SignNow API issues and error codes.\n\n**Use Cases:**\n\n- **Document Signing Workflows:** Help implement complex signing processes with multiple signers.\n- **API Integration:** Generate code for uploading documents, creating signature requests, and tracking status.\n- **Development Support:** Provide real-time assistance during SignNow API development.\n- **Best Practices:** Ensure proper implementation of SignNow security and compliance requirements.\n\n---\n\n## 📦 Installation\n\nTo install locally for development:\n`pip install -e .`\n\n## 🚀 Run\n\nYou can run the server using Python or `uvx`:\n\n**Method 1: Python module**`python -m sn_api_helper_mcp serve`\n\n**Method 2: Installed CLI entry point**`sn-api-helper-mcp serve`\n\n**Method 3: UVX** `uvx sn-api-helper-mcp`\n\n---\n\n## 🔌 Integrations & Setup\n\nYou can use this server with any MCP client. Below are the configurations for the most popular IDEs and apps.\n\n### 1. Claude Desktop\n\nTo use SignNow tools directly inside the Claude app:\n\n1. Open your config file:\n    - **macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`\n    - **Windows:** `%APPDATA%\\Claude\\claude_desktop_config.json`\n2. Add the following to the `mcpServers` object:\n\n```jsx\n{\n  \"mcpServers\": {\n    \"signnow-api-helper\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"sn-api-helper-mcp\"\n      ]\n    }\n  }\n}\n```\n\n1. Restart Claude Desktop.\n\n### 2. Cursor AI\n\nCursor supports MCP natively.\n\n1. Open **Cursor Settings** (`Cmd/Ctrl + ,`).\n2. Go to **Features** > **MCP Servers**.\n3. Click **+ Add New MCP Server**.\n4. Add the following to the `mcpServers` object:\n\n```jsx\n{\n  \"mcpServers\": {\n    \"signnow-api-helper\": {\n      \"command\": \"uvx\",\n      \"args\": [\"sn-api-helper-mcp\"]\n    }\n  }\n}\n```\n\n### 3. Visual Studio Code (via Cline)\n\nVS Code uses the **Cline** extension (or similar MCP clients) to interact with MCP servers.\n\n1. Install the **Cline** extension from the VS Code Marketplace.\n2. Open Cline settings (click the gear icon inside the Cline chat window) -> **MCP Servers**.\n3. Add the configuration JSON:\n\n```jsx\n{\n  \"signnow-api-helper\": {\n    \"command\": \"uvx\",\n    \"args\": [\n      \"sn-api-helper-mcp\"\n    ]\n  }\n}\n```\n\n## ✨ Features\n- **Transport:** stdio only\n- **Available Tools:**\n    - `get_signnow_api_info` - Fetching API reference documentation.\n",
  "bytes": 3438,
  "sha": "d0a42fb3ec4a78c4f2f2400390d5f27cf44bbb2a6b2cfe8942ad76d697fdc495",
  "repo_slug": "signnow/sn-api-helper-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_signnow_sn_api_helper_mcp_b1bb7c30/readme"
}