A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server for eSignatures (https://esignatures.com)
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 active contract |
delete_contract | Contracts | Delete a draft or test contract |
list_recent_contracts | Contracts | List the recent contracts |
add_contract_signer | Signers | Add a signer to an existing contract |
update_contract_signer | Signers | Update an existing signer's contact details |
resend_contract_signer_request | Signers | Send or resend the sign request to a signer |
delete_contract_signer | Signers | Remove a signer from a contract |
query_contract_placeholder_fields | Placeholders | Get a contract's placeholder field values |
update_contract_placeholder_fields | Placeholders | Update an active contract's placeholder fields |
query_contract_content | Content | Get a contract's content in Markdown format |
update_contract_content | Content | Edit an active contract's body via find/replace |
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.
Add Jane Smith from ACME Corp (jane@acme.com) as a signer on the NDA contract, then send her the signature request.
On the NDA, change the rental term to 24 months and remove the jurisdiction section.
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"
]
}
}
"mcpServers": {
"mcp-server-esignatures": {
"command": "uvx",
"args": [
"mcp-server-esignatures"
],
"env": {
"ESIGNATURES_SECRET_TOKEN": "your-esignatures-api-secret-token"
}
}
}
To use this server, you need to set the ESIGNATURES_SECRET_TOKEN environment variable with your eSignatures API secret token.
For a detailed guide on API endpoints, parameters, and responses, see eSignatures API.
For support, please navigate to Support or contact support@esignatures.com.
Contributions are welcome! If you'd like to contribute, please fork the repository and make changes as you see fit. Here are some guidelines:
For major changes, please open an issue first to discuss what you would like to change. We're looking forward to your contributions!
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
English-first Korean equity intelligence MCP — DART filings, foreign-holder 5%-rule flows, activist filings, KRX news. F
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control sc