
Signbee — Document Signing for AI Agents
@signbee
关于 Signbee — Document Signing for AI Agents
Send, sign, and verify documents with a single tool call. Converts markdown to PDF, handles two-party signing via email, and delivers SHA-256 certified signed copies. No SDK, no browser — just npx signbee-mcp.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"signbee": {
"command": "npx",
"args": [
"-y",
"signbee-mcp"
],
"env": {
"SIGNBEE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Signbee — Document Signing for AI Agents?
Signbee — Document Signing for AI Agents is an MCP server that enables AI agents to send documents for two-party e-signing. It converts markdown to professional PDFs, coordinates signatures via email, and delivers SHA-256 certified copies.
How to use Signbee — Document Signing for AI Agents?
Install from npm (signbee-mcp) and configure as an MCP tool. Invoke either the send_document tool (with parameters: markdown, sender_name, sender_email, recipient_name, recipient_email, plus optional title and expires_in_days) or the send_document_pdf tool (with parameters: pdf_url, title, sender_name, sender_email, recipient_name, recipient_email, plus optional expires_in_days).
Key features of Signbee — Document Signing for AI Agents
- Send markdown documents for two-party e-signing as a tool
- Automatic markdown-to-PDF conversion with professional layout
- Email-based signature workflow for both parties
- SHA-256 certified copy delivered upon completion
- Support for sending existing PDFs directly
- Optional document title and expiration duration
Use cases of Signbee — Document Signing for AI Agents
- AI agents initiating contract signing without human intervention
- Automating two-party agreement workflows from markdown content
- Sending pre-existing PDFs for e-signature collection
- Triggering document signing as part of a broader MCP toolchain
FAQ from Signbee — Document Signing for AI Agents
What exactly does this server do?
It provides two MCP tools — send_document and send_document_pdf — that let an AI agent send a markdown document or an existing PDF for two-party e-signing, with signatures collected via email and a SHA-256 certified copy delivered.
What dependencies or runtime are required?
The server is available as an npm package (signbee-mcp). It requires an MCP-compatible client to invoke the tools; no additional signing infrastructure is needed.
Where do the signed documents live?
Documents are processed on Signbee’s platform (signb.ee). After both parties sign, a SHA-256 certified copy is emailed to everyone involved.
Are there any known limits?
The README does not mention specific limits. Only two-party signing is supported; the document expires after the optional expires_in_days parameter.
What transport or authentication is used?
The README does not specify transport or authentication details. It links to an OpenAPI spec (signb.ee/openapi) and the npm package for setup.
文件与存储 分类下的更多 MCP 服务器
PDF Reader MCP Server (@shtse8/pdf-reader-mcp)
shtse8📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.

Filesystem
modelcontextprotocolModel Context Protocol Servers
MCP File System Server
MarcusJellinghausMCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.
Storacha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
Google Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
评论