SignatureAPI for AI Agents
Enable your AI agents to send and manage signed document with SignatureAPI.
Model Context Protocol (MCP) is an open protocol to standardize how applications provide context to LLMs. SignatureAPI provides an MCP server to enable AI agents to send and manage signed documents.
This page describes the tools available in SignatureAPI’s MCP server, which allows AI agents to interact with the SignatureAPI platform.
Our MCP server is currently in private beta. If you’re interested in early access, please get in touch with us.
Currently available tools
Tools are individual operations exposed by the SignatureAPI MCP server. Each tool corresponds to a specific API capability, such as creating an envelope, retrieving a recipient, or uploading a file. These tools are grouped by resource type and can be invoked by LLM agents through the MCP protocol.
The table below outlines the currently available tools, the type of resource they act on, their operation type (Read or Write), and direct links to the corresponding REST API documentation for more details.
Tool | Resource | Operation | Maps to |
---|---|---|---|
create_envelope | Envelope | Write | Create envelope |
retrieve_envelope | Envelope | Read | Get envelope |
update_envelope | Envelope | Write | Update envelope |
list_envelopes | Envelope | Read | List envelopes |
cancel_envelope | Envelope | Write | Cancel envelope |
delete_envelope | Envelope | Write | Delete envelope |
list_envelope_events | Envelope | Read | List envelope events |
retrieve_recipient | Recipient | Read | Get recipient |
replace_recipient | Recipient | Write | Replace recipient |
resend_recipient | Recipient | Write | Resend recipient |
create_ceremony | Ceremony | Write | Create ceremony |
list_recipient_events | Recipient | Read | List recipient events |
retrieve_deliverable | Deliverable | Read | Get deliverable |
create_file | File | Write | Create file |