CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

SignNow Api Helper MCP

signnow/sn-api-helper-mcp
8STDIOregistry active
Summary

If you're integrating SignNow's e-signature API into your application, this server gives Claude direct access to SignNow's API documentation and can generate code examples for common operations like document uploads, signature requests, and workflow tracking. It currently exposes one tool for fetching API reference documentation, which means Claude can look up endpoints, parameters, and authentication methods without you leaving your conversation. Reach for this when you're building document signing flows and need quick answers about SignNow's API structure, error codes, or implementation patterns. It's essentially an AI-powered SignNow API reference that lives in your MCP-enabled editor.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

SignNow API Helper MCP

PyPI License

An MCP server for SignNow API helper tools (stdio only).

mcp-name: io.github.signnow/sn-api-helper-mcp

Purpose & Capabilities

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

Core Functions:

  • API Documentation Access: Retrieve and display SignNow API documentation, endpoints, and parameters.
  • Code Examples: Generate and provide sample code for common SignNow API operations.
  • Authentication Help: Assist with SignNow API authentication methods and token management.
  • Integration Guidance: Provide best practices for implementing SignNow e-signature workflows.
  • Error Resolution: Help troubleshoot common SignNow API issues and error codes.

Use Cases:

  • Document Signing Workflows: Help implement complex signing processes with multiple signers.
  • API Integration: Generate code for uploading documents, creating signature requests, and tracking status.
  • Development Support: Provide real-time assistance during SignNow API development.
  • Best Practices: Ensure proper implementation of SignNow security and compliance requirements.

📦 Installation

To install locally for development: pip install -e .

🚀 Run

You can run the server using Python or uvx:

Method 1: Python modulepython -m sn_api_helper_mcp serve

Method 2: Installed CLI entry pointsn-api-helper-mcp serve

Method 3: UVX uvx sn-api-helper-mcp


🔌 Integrations & Setup

You can use this server with any MCP client. Below are the configurations for the most popular IDEs and apps.

1. Claude Desktop

To use SignNow tools directly inside the Claude app:

  1. Open your config file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the following to the mcpServers object:
{
  "mcpServers": {
    "signnow-api-helper": {
      "command": "uvx",
      "args": [
        "sn-api-helper-mcp"
      ]
    }
  }
}
  1. Restart Claude Desktop.

2. Cursor AI

Cursor supports MCP natively.

  1. Open Cursor Settings (Cmd/Ctrl + ,).
  2. Go to Features > MCP Servers.
  3. Click + Add New MCP Server.
  4. Add the following to the mcpServers object:
{
  "mcpServers": {
    "signnow-api-helper": {
      "command": "uvx",
      "args": ["sn-api-helper-mcp"]
    }
  }
}

3. Visual Studio Code (via Cline)

VS Code uses the Cline extension (or similar MCP clients) to interact with MCP servers.

  1. Install the Cline extension from the VS Code Marketplace.
  2. Open Cline settings (click the gear icon inside the Cline chat window) -> MCP Servers.
  3. Add the configuration JSON:
{
  "signnow-api-helper": {
    "command": "uvx",
    "args": [
      "sn-api-helper-mcp"
    ]
  }
}

✨ Features

  • Transport: stdio only
  • Available Tools:
    • get_signnow_api_info - Fetching API reference documentation.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Packagesn-api-helper-mcp
TransportSTDIO
UpdatedJan 15, 2026
View on GitHub