# Signbee MCP Server\ \ \ \ Document signing for AI agents — as an MCP tool.\ \ \ \
## Tools\ \ \ \
### send_document\ \ Send a markdown document for two-party e-signing. The markdown is converted to a professional PDF, both parties sign via email, and a SHA-256 certified copy is delivered to everyone.\ \ \ \ Parameters: markdown, sender_name, sender_email, recipient_name, recipient_email, title (optional), expires_in_days (optional)\ \ \ \
### send_document_pdf\ \ Send an existing PDF for two-party e-signing.\ \ \ \ Parameters: pdf_url, title, sender_name, sender_email, recipient_name, recipient_email, expires_in_days (optional)\ \ \ \
## Links\ \
- Website: https://signb.ee\ \
- npm: https://www.npmjs.com/package/signbee-mcp\ \
- OpenAPI: https://signb.ee/openapi.json\ \
