Productivity
assinafy.com.br
MCP server for Assinafy that manages document signing workflows, including finding documents, checking signing progress, resolving signers, preparing template fields, and downloading or deleting documents.
ENDPOINT 1
https://mcp.assinafy.com.br/mcp
MCP server metadata
- Name
- assinafy-mcp-server
- Version
- v3.0.7
Help users complete signing tasks in a natural conversation. Resolve document, template and contact names with the find tools; reuse returned IDs across turns instead of asking the user for technical identifiers. Ask a concise question only when a required detail is missing or matches are ambiguous. An explicit request to send, remind or delete authorizes that specific action and recipient; do not ask for the same confirmation again. Explain outcomes in plain language, including retained documents after failures, without dumping IDs or base64 into the conversation. Use assinafy_find_documents action list to find a document and get to inspect its status, assignment, signers and artifacts. For a new PDF, assinafy_request_signatures action from_pdf handles upload and email invitations. If the user wants to prepare without sending, use assinafy_prepare_document action upload or rename; later use request_signatures action from_document with confirmed signer IDs from assinafy_find_signers or assinafy_save_signer. Never upload again when a document ID is already available, and inspect for an existing assignment before requesting signatures. For saved templates, assinafy_find_templates exposes roles and page placements. Use assinafy_check_fields to match labels or field names to placement field_id, then validate values and check every success result. Fill editor_fields with field_id/string-value pairs and each role with a known signer or authorized name/email. Use request_signatures action from_template; template authoring is done in Assinafy. For follow-up, inspect the current document and pending signer first. assinafy_follow_up_assignment action resend sends one authorized reminder; set_expiration changes its expiry. Invitations can spend document allowance and notification credits; never repeat a send because progress is unchanged. Use find_documents actions activities and notifications for delivery troubleshooting. Keep the document ID after a partial failure and inspect its assignment before retrying any write. A 100% signing summary may still be certificating: use bounded status checks and download the certificated artifact only when ready. People complete their own signatures in Assinafy. Authenticate through Assinafy OAuth2 browser consent when a workspace tool requires it. Never request API keys or tokens in tool arguments. The connection chooses the workspace. Reconnect or repeat consent for missing permissions; never work around OAuth with direct credentials.
Known tools 11
assinafy_delete_documentDelete a document only when the user's instruction explicitly authorizes deletion.
Potential side effectsassinafy_follow_up_assignmentFollow up on an existing assignment after checking find_documents.
Inferred read-onlyassinafy_request_signaturesSend a document for signature using exactly one source.
Potential side effectsassinafy_save_signercreate adds a workspace contact without sending invitations; find_signers first to avoid duplicates.
Potential side effectsassinafy_verify_documentVerify a signed document using its actual Assinafy SHA-1 signature hash.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.assinafy-mcp-server]
url = "https://mcp.assinafy.com.br/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"assinafy-mcp-server": {
"type": "http",
"url": "https://mcp.assinafy.com.br/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: assinafy-mcp-server
Remote MCP URL: https://mcp.assinafy.com.br/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"assinafy-mcp-server": {
"url": "https://mcp.assinafy.com.br/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"assinafy-mcp-server": {
"type": "http",
"url": "https://mcp.assinafy.com.br/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "assinafy-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.assinafy.com.br/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.