Model Context Protocol
Operate SignIT from your AI assistant.
SignIT is a FastMCP server. Connect a compatible client — such as Claude — and it can read documents, draft envelopes, and propose actions, always scoped to your organization and always subject to review.
What the assistant can do
Read
List and inspect documents, envelopes, and threads within your organization.
Draft
Prepare envelopes, propose signers and fields, and edit legal text with tracked changes.
Propose
Queue consequential actions for a human to approve — sending for signature is never automatic.
Connecting a client
Access is authenticated with a bearer token issued to your organization. Both stdio and streamable HTTP transports are supported.
{
"mcpServers": {
"signit": {
"type": "http",
"url": "https://mcp.yousignit.org",
"headers": { "Authorization": "Bearer <your-org-token>" }
}
}
}
Tokens are issued after you are approved for the alpha. See the developer guide for the full client setup, or request access below.