LIVE ENDPOINT
https://mcp.assinafy.com.br/mcp
Connect to this endpoint to inspect the live schema for assinafy_download_document and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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_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.assinafy_request_signatures— Send a document for signature using exactly one source.