esignaturescom/mcp-server-esignatures
by Various
MCP server for eSignatures (https://esignatures.com)
MCP
esignaturescom/mcp-server-esignatures
Added 1 June 2026
Overview
An MCP server that wraps the eSignatures.com API, allowing AI agents to send documents for signature, check signing status, and manage templates. It uses the Model Context Protocol to expose these actions as tools for compatible AI assistants.
Best for
Best for
Developers building AI agents that need to send documents for e-signature without manual steps.
Use cases
- Automate sending contracts or agreements for e-signature from an AI agent
- Check the signing status of a document programmatically
- List and select e-signature templates for reuse
How to use
Tools exposed
create_contractquery_contractwithdraw_contractdelete_contractlist_recent_contractsadd_contract_signerupdate_contract_signerresend_contract_signer_requestdelete_contract_signerquery_contract_placeholder_fieldsupdate_contract_placeholder_fieldsquery_contract_contentupdate_contract_contentcreate_templateupdate_templateupdate_template_contentquery_templatequery_template_contentdelete_templatelist_templates
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "mcp-server-esignatures": {\n "command": "uvx",\n "args": [\n "mcp-server-esignatures"\n ],\n "env": {\n "ESIGNATURES_SECRET_TOKEN": "your-esignatures-api-secret-token"\n }\n }\n }\n} Notes
An MCP server that wraps the eSignatures.com API, allowing AI agents to send documents for signature, check signing status, and manage templates. It uses the Model Context Protocol to expose these actions as tools for compatible AI assistants.
37 stars on GitHub. Last updated 2026-05-31. Licensed MIT.
Use cases
- Automate sending contracts or agreements for e-signature from an AI agent
- Check the signing status of a document programmatically
- List and select e-signature templates for reuse
Pros
- Simple integration with any MCP-compatible AI client
- Written in Python, easy to extend or debug
- Directly connects to a live e-signature service
Cons
- Requires an active eSignatures.com account and API key
- Limited to the features exposed by the eSignatures.com API
- Small community (37 stars) may mean slower support or fewer examples
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple integration with any MCP-compatible AI client
- Written in Python, easy to extend or debug
- Directly connects to a live e-signature service
Cons
- Requires an active eSignatures.com account and API key
- Limited to the features exposed by the eSignatures.com API
- Small community (37 stars) may mean slower support or fewer examples
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Aider
Paul Gauthier
Terminal-first AI pair programmer. Edits files in your repo, commits with sensible messages, runs your tests.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.