MCP server for SignNow API helper tools (stdio only).
Valid MCP server (0 strong, 4 medium validity signals). 5 known CVEs in dependencies (1 critical, 2 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
9 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-signnow-sn-api-helper-mcp": {
"args": [
"sn-api-helper-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
An MCP server for SignNow API helper tools (stdio only).
mcp-name: io.github.signnow/sn-api-helper-mcp
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:
Use Cases:
To install locally for development:
pip install -e .
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
You can use this server with any MCP client. Below are the configurations for the most popular IDEs and apps.
To use SignNow tools directly inside the Claude app:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonmcpServers object:{
"mcpServers": {
"signnow-api-helper": {
"command": "uvx",
"args": [
"sn-api-helper-mcp"
]
}
}
}
Cursor supports MCP natively.
Cmd/Ctrl + ,).mcpServers object:{
"mcpServers": {
"signnow-api-helper": {
"command": "uvx",
"args": ["sn-api-helper-mcp"]
}
}
}
VS Code uses the Cline extension (or similar MCP clients) to interact with MCP servers.
{
"signnow-api-helper": {
"command": "uvx",
"args": [
"sn-api-helper-mcp"
]
}
}
get_signnow_api_info - Fetching API reference documentation.Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.