目录 / staffsign
MCP
需 API Key
未评级
已上架
staffsign
staffSign MCP Server — Digital employment contracts for HR and staffing agencies. Create, send, and track e-signatures via AI agents. 12 tools including QES (eIDAS) support. Pay-per-use, no subscription. Built for the DACH market, EU-compliant.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:X-Api-Key)
- 端点
https://staffsign.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"staffsign": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://staffsign.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| search_contracts | List contracts for the authenticated organization, optionally filtered by status. Returns summaries without rendered content. Use get_contract for full details. Sorted by creation date (newest first). |
| get_contract | Get a specific contract by ID with full details including rendered content, participants, terms, and signing status. |
| create_contract | Create exactly one contract from a template between one counterparty and one recipient. For bulk operations with N recipients, call this tool N times — each call has its own counterparty/recipient pair. Read the create_contract_schema resource for parameter examples and enum values. All content values must reflect explicit user input — never synthesize defaults, and never infer values from the template, job posting, or contract type. Created as draft by default — use send_contract to send for signing. |
| send_contract | Send a draft contract for digital signing. Only draft contracts can be sent. Participants will receive signing invitations via email. |
| cancel_contract | Cancel a sent contract. Only possible for sent contracts where no participant has signed yet. |
| delete_contract | Permanently delete a draft contract. Only draft contracts can be deleted. Always confirm with the user before deleting. |
| search_contract_templates | Search contract templates by name, description and content. Sorted by match priority. Returns summaries only — the content field is omitted from results. Use get_contract_template to retrieve the full template including its content. Supports pagination via limit and offset. |
| get_contract_template | Get a specific contract template by ID, including its full content. |
| create_contract_template | Create a new contract template for the authenticated organization. Content uses Twig-Markdown with {{ placeholder }} variables. Read the contract_template_placeholders resource for available placeholders and syntax. Returns the created template. |
| update_contract_template | Update an existing contract template. All fields (name, content, description) will be fully replaced — retrieve the current template with get_contract_template first to preserve unchanged parts. Content uses Twig-Markdown with {{ placeholder }} variables. Read the contract_template_placeholders resource for available placeholders and syntax. Returns the updated template. |
| activate_contract_template | Activate a draft contract template, making it available for use. Only draft templates can be activated. |
| archive_contract_template | Archive an active contract template. Archived templates can no longer be used for new contracts. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。