← atlaswork.ai
INDIVIDUAL MCP TOOL
void_envelope
Cancel a pending signing envelope so it can no longer be signed.
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 endpoint
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.atlaswork-ai]
url = "https://atlaswork.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atlaswork-ai": {
"type": "http",
"url": "https://atlaswork.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atlaswork-ai
Remote MCP URL: https://atlaswork.ai/api/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": {
"atlaswork-ai": {
"url": "https://atlaswork.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atlaswork-ai": {
"type": "http",
"url": "https://atlaswork.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atlaswork-ai",
"transport": "streamable-http",
"url": "https://atlaswork.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
upload_document— Store a document at a stable URL so you can pass it to send_contract.send_contract— Send a PDF or DOCX for e-signature.get_detected_fields— Get the detected signing fields for an envelope.get_envelope— Get the full status of a signing envelope, including per-party signing order and who has signed.list_envelopes— List signing envelopes for your account, optionally filtered by status.get_signed_document— Get a download URL for the completed signed PDF.remind_signer— Send an immediate reminder email to the next unsigned signer on an envelope.send_with_template— Sends a contract from a saved Template (deterministic, no AI inference).