Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
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.swiftsign]
url = "https://swiftsign.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swiftsign": {
"type": "http",
"url": "https://swiftsign.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swiftsign
Remote MCP URL: https://swiftsign.ca/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": {
"swiftsign": {
"url": "https://swiftsign.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swiftsign": {
"type": "http",
"url": "https://swiftsign.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swiftsign",
"transport": "streamable-http",
"url": "https://swiftsign.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
swiftsign_confirm_send— Dispatch a DRAFT envelope — use after a human has reviewed an envelope that swiftsign_send_envelope or swiftsign_send_from_template returned as draft_pending_confirmation.swiftsign_send_from_template— Send an envelope from a saved template by assigning signers to roles.swiftsign_check_status— Check the status of an envelope — who signed, who hasn't, download links.swiftsign_list_envelopes— List envelopes (sent documents) with their status.swiftsign_void_envelope— Cancel/void an envelope that hasn't been completed yet.swiftsign_download_signed_pdf— Download the completed, sealed PDF (or its Certificate of Completion) for an envelope.swiftsign_upgrade— Initiate the upgrade to PRO ($15/mo flat).swiftsign_create_embedded_url— Mint a short-lived embedded signing URL for a recipient (30-minute expiry).