Signaturit
БесплатноНе проверенIntegrates with Signaturit API to enable electronic signature management, including creation, tracking, and workflow automation for digital document signing pro
Описание
Integrates with Signaturit API to enable electronic signature management, including creation, tracking, and workflow automation for digital document signing processes.
README
Note: This is an unofficial integration project and is not affiliated with, officially maintained, or endorsed by Signaturit.
This project is a demonstration of an MCP (Microservice Communication Protocol) server that integrates with Signaturit tools through their public API. It provides various functionalities for managing signature requests, including listing, creating, and handling signatures.
Capabilities 🚀
The MCP server provides the following tools to interact with Signaturit:
- get_signature 📄: Retrieve details of a specific signature request using its ID
- create_signature ✨: Create new signature requests using templates
- Support for multiple signers 👥
- Email or SMS delivery 📧 📱
- Customizable expiration time ⏰
- Sequential or parallel signing workflow ⛓️
- Custom email/SMS messages 💬
- Webhook integration for real-time notifications 🔔
- send_signature_reminder 📬: Send reminder notifications to pending signers
- cancel_signature ❌: Cancel active signature requests with optional reason
Project Structure 📁
- cmd/server/main.go 🎯: Entry point of the application. It initializes and starts the MCP server.
- internal/app/server.go ⚙️: Contains the logic for creating and configuring the MCP server, including registering signature tools and handlers.
- internal/handlers/signature.go 🛠️: Implements handler functions for various signature operations such as listing, retrieving, and managing signatures.
- internal/tools/signature.go 🔧: Registers signature-related tools with the MCP server.
Configuration ⚙️
API Authentication 🔐
This server integrates with the Signaturit API and requires an API key for authentication. You need to:
- Create an account at Signaturit
- Get your API key from the Signaturit dashboard
- Set the API key as an environment variable:
export SIGNATURIT_SECRET_TOKEN='your_api_key_here'
Prerequisites 📋
Go Installation
- Go 1.16 or higher
- Verify your installation:
go versionSignaturit Account
- Active account at Signaturit
- Valid API key from the Signaturit dashboard
Build 🔨
Clone the repository
git clone https://github.com/yourusername/signaturtit_mcp.git cd signaturtit_mcpInstall dependencies
go mod downloadBuild the application
# Build for your current platform go build -o bin/signaturtit_mcp cmd/server/main.go # Build for specific platform (e.g., Linux) GOOS=linux GOARCH=amd64 go build -o bin/signaturtit_mcp cmd/server/main.goRun the built binary
# Make sure you have set the required environment variables first export SIGNATURIT_SECRET_TOKEN='your_api_key_here' # Run the application ./bin/signaturtit_mcp
License 📜
Copyright 2024 Jordi Martin
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Установка Signaturit
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jmartin82/signaturit-mcpFAQ
Signaturit MCP бесплатный?
Да, Signaturit MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Signaturit?
Нет, Signaturit работает без API-ключей и переменных окружения.
Signaturit — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Signaturit в Claude Desktop, Claude Code или Cursor?
Открой Signaturit на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Signaturit with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
