Adobe Sign MCP服务器(TypeScript)
MCP服务器包装Adobe Sign API,用于文档签名工作流。
地方发展
npm install
npm run dev服务器运行于 http://localhost:3000/mcp
部署到Azure
chmod +x deploy-azure.sh
./deploy-azure.sh工具
| 工具 | 说明 |
|---|---|
adobe_sign_initialize | 设置承载令牌(先呼叫) |
adobe_sign_upload_document | 以base64格式上传PDF |
adobe_sign_create_agreement | 发送签名 |
adobe_sign_get_agreement | 检查状态 |
adobe_sign_list_agreements | 列出协议 |
adobe_sign_download_document | 以base64格式获取签名的PDF |
adobe_sign_get_signing_urls | 获取签名链接 |
adobe_sign_cancel_agreement | 取消协议 |
adobe_sign_send_reminder | 提醒签名者 |
MCP客户端配置
{
"mcpServers": {
"adobe-sign": {
"url": "http://localhost:3000/mcp"
}
}
}