Labsco
signbee logo

Signbee

from signbee

Document signing for AI agents. Send contracts for e-signature via MCP with email OTP verification and SHA-256 signing certificates.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

Signbee MCP Server

Document signing for AI agents โ€” as an MCP tool.

Send, sign, and verify documents with a single tool call. Works with Claude, Cursor, Windsurf, and any MCP-compatible client.

Tools

send_document

Send a markdown document for two-party e-signing.

Parameters:

ParameterRequiredDescription
markdownโœ…Document content in markdown format
sender_nameโœ…Full name of the sender
sender_emailโœ…Email address of the sender
recipient_nameโœ…Full name of the recipient
recipient_emailโœ…Email address of the recipient
titleโŒDocument title (auto-extracted from heading)
expires_in_daysโŒDays until signing link expires (default: 7)

Example prompt: "Send an NDA to bob@acme.com from alice@company.com"

send_document_pdf

Send an existing PDF for two-party e-signing.

Parameters:

ParameterRequiredDescription
pdf_urlโœ…Publicly accessible URL to the PDF
titleโœ…Document title
sender_nameโœ…Full name of the sender
sender_emailโœ…Email address of the sender
recipient_nameโœ…Full name of the recipient
recipient_emailโœ…Email address of the recipient
expires_in_daysโŒDays until signing link expires (default: 7)

How It Works

  1. You ask your AI to send a document for signing
  2. The MCP server calls the Signbee API
  3. Signbee converts markdown โ†’ PDF, handles the signing ceremony
  4. Both parties receive a SHA-256 certified signed copy via email

Get Your API Key

  1. Go to signb.ee
  2. Create an account
  3. Navigate to the Dashboard
  4. Copy your API key

Links

License

MIT