Skip to main content
Glama
esignaturescom

MCP Server for eSignatures

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ESIGNATURES_SECRET_TOKENYesYour eSignatures API secret token

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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