INDIVIDUAL MCP TOOL
assinafy_save_signer
create adds a workspace contact without sending invitations; find_signers first to avoid duplicates.
LIVE ENDPOINT
https://mcp.assinafy.com.br/mcp
Connect to this endpoint to inspect the live schema for assinafy_save_signer and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT 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.
Related tools
assinafy_check_fields— Prepare template values or collect field placements.assinafy_delete_document— Delete a document only when the user's instruction explicitly authorizes deletion.assinafy_download_document— Retrieve bytes only when needed.assinafy_find_documents— Find a document or check signing progress.assinafy_find_signers— Resolve a recipient to a workspace signer ID.assinafy_find_templates— Discover saved templates before requesting signatures.assinafy_follow_up_assignment— Follow up on an existing assignment after checking find_documents.assinafy_prepare_document— Prepare a PDF before requesting signatures.