M
mcp
/swiftsign_download_signed_pdf
swiftsign download signed pdf
Download the completed, sealed PDF (or its Certificate of Completion) for an envelope. Only works once status is COMPLETED — run swiftsign_check_status first. D
liveunknown~5s typical
mcpmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ca-swiftsign-mcp /swiftsign_download_signed_pdf for me.
Input
| Field | Type | Description |
|---|---|---|
| envelopeId* | string | The envelope ID (must be COMPLETED) |
| outputPath | string | Where to save the file (default: ./swiftsign-<id>.pdf). Ignored on the hosted endpoint, wh |
| document | number | Which document to download when an envelope has several (0-based, default 0) |
| certificate | boolean | If true, download the Certificate of Completion (audit trail) instead of the signed docume |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ca-swiftsign-mcp","endpoint":"/swiftsign_download_signed_pdf","input":{"envelopeId":"..."}}'cli
npx cracked-ai run -p mcp-ca-swiftsign-mcp -e /swiftsign_download_signed_pdf -i '{"envelopeId":"..."}'mcp
run_tool({ provider: "mcp-ca-swiftsign-mcp", endpoint: "/swiftsign_download_signed_pdf", input: {"envelopeId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.