signaturit-mcp
If you are the rightful owner of signaturit-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is an unofficial integration project for a Microservice Communication Protocol (MCP) server that interacts with Signaturit tools via their public API.
The Signaturit MCP server is a demonstration project that showcases how to integrate with Signaturit's public API using a Microservice Communication Protocol server. It provides functionalities for managing signature requests, such as listing, creating, and handling signatures. The server is designed to facilitate seamless communication with Signaturit tools, offering features like multiple signers, customizable expiration times, and webhook integration for real-time notifications. The project is structured with a clear separation of concerns, including server initialization, tool registration, and handler implementation. It requires an API key for authentication and is built using Go, with support for different platforms.
Features
- get_signature: Retrieve details of a specific signature request using its ID.
- create_signature: Create new signature requests using templates with support for multiple signers, email or SMS delivery, customizable expiration time, and more.
- send_signature_reminder: Send reminder notifications to pending signers.
- cancel_signature: Cancel active signature requests with an optional reason.