MCP server for eSignatures (https://esignatures.com)
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-esignatures": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for eSignatures (https://esignatures.com)
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Esignatures and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for eSignatures (https://esignatures.com)
| Tool | Category | Description |
|---|---|---|
create_contract | Contracts | Draft for review or send contract |
query_contract | Contracts | Retrieve contract info |
withdraw_contract | Contracts | Withdraw an unsigned contract |
delete_contract | Contracts | Delete a draft or test contract |
list_recent_contracts | Contracts | List the recent contracts |
create_template | Templates | Create a new contract template (Markdown body) |
update_template | Templates | Update an existing template's title/labels |
update_template_content | Templates | Edit a template's Markdown body via find/replace |
query_template | Templates | Retrieve template metadata |
query_template_content | Templates | Retrieve a template's Markdown body |
delete_template | Templates | Delete a template |
list_templates | Templates | List all your templates |
add_template_collaborator | Collaborators | Invite someone to edit a template |
remove_template_collaborator | Collaborators | Revoke template editing rights |
list_template_collaborators | Collaborators | View who can edit a template |
Create a draft NDA for a publisher, ready for me to review and send. Signer: John Doe, ACME Corp, john@acme.com.
Send an NDA based on my template to John Doe from ACME Corp at john@acme.com. Set the term to 2 years.
Create a contractor agreement for a graphic designer, including payment terms of net 14 days. Prepare it as a draft for review. Signer: John Doe, ACME Corp, john@acme.com.
Update my NDA template to include a 12-month non-solicitation clause.
Review my templates and suggest improvements. Do not apply any changes until I approve them one by one.
Find the best template for onboarding a contractor and prepare a draft contract for John Doe.
Show me the recent contracts that are waiting for signatures.
Update the signer email on the NDA contract for John Doe to john.doe@acme.com.
Invite John Doe to edit the NDA template. His email is john@acme.com.
Create an eSignatures account at https://esignatures.com for free, to test the Agent AI by creating templates and sending test contracts.
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"mcp-server-esignatures": {
"command": "uv",
"env": {
"ESIGNATURES_SECRET_TOKEN": "your-esignatures-api-secret-token"
},
"args": [
"--directory",
"/your-local-directories/mcp-server-esignatures",
"run",
"mcp-server-esignatures"
]
}
}