MCP Server for eSignatures
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ESIGNATURES_SECRET_TOKEN | Yes | Your eSignatures API secret token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_contractC | Creates a new contract. The contract can be a draft which the user can customize/send, or the contract can be sent instantly. So called 'signature fields' like Name/Date/signature-line must be left out, they are all handled automatically. Contract owners can customize the content by replacing {{placeholder fields}} inside the content, and the signers can fill in Signer fields when they sign the contract. |
| query_contractA | Responds with the contract details, contract_id, status, final PDF url if present, title, labels, metadata, expiry time if present, and signer details with all signer events (signer events are included only for recent contracts, with rate limiting). |
| withdraw_contractC | Withdraws a sent contract. |
| delete_contractA | Deletes a contract. The contract can only be deleted if it's a test contract or a draft contract. |
| list_recent_contractsB | Returns the the details of the latest 100 contracts. |
| create_templateB | Creates a reusable contract template for contracts to be based on. |
| update_templateC | Updates the title, labels or the content of a contract template. |
| query_templateC | Responds with the template details, template_id, title, labels, created_at, list of the Placeholder fields in the template, list of Signer fields int he template, and the full content inside document_elements |
| delete_templateC | Deletes a contract template. |
| list_templatesC | Lists the templates. |
| add_template_collaboratorC | Creates a HTTPS link for editing a contract template; sends an invitation email if an email is provided.. |
| remove_template_collaboratorC | Removes the template collaborator |
| list_template_collaboratorsC | Returns the list of template collaborators, including their GUID, name, email, and the HTTPS link for editing the template |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/esignaturescom/mcp-server-esignatures'
If you have feedback or need assistance with the MCP directory API, please join our Discord server