mcpserver.lol
registry/shahdadk-mcp
Connection check verified live · 20h ago

shahdadk-mcp

E-signatures for agents: mint a sandbox key, send PDFs, track status, download the sealed result.

Tools 10
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

10 tools

Read from the running server on 20h ago.

swiftsign_check_status read-only envelopeId*
Check the status of an envelope — who signed, who hasn't, download links. Works in both sandbox (sk_test_ keys) and live.
swiftsign_confirm_send can modify data envelopeId*
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. This ema…
swiftsign_create_embedded_url returnUrlenvelopeId*recipientId*
Mint a short-lived embedded signing URL for a recipient (30-minute expiry). Returns a url to embed plus its expiresAt. The envelope must already be SENT. Works in both sandbox (sk_…
swiftsign_download_signed_pdf read-only documentenvelopeId*outputPathcertificate
Download the completed, sealed PDF (or its Certificate of Completion) for an envelope. Only works once status is COMPLETED — run swiftsign_check_status first. Does NOT work on DRAF…
swiftsign_list_envelopes read-only
List envelopes (sent documents) with their status. Scoped to your key's mode — sandbox (sk_test_) keys see test envelopes, live keys see live.
swiftsign_list_templates read-only
List your saved templates. Scoped to your key's mode — sandbox (sk_test_) keys see test templates, live keys see live.
swiftsign_send_envelope can modify data fields*confirmmessagesubject*documents*recipients*
Send a document for e-signature. Accepts PDF as base64, recipients, and field placement. Sandbox keys (sk_test_) send immediately (watermarked test mail). LIVE keys create a DRAFT…
swiftsign_send_from_template can modify data confirmmessagesubjecttemplateId*roleAssignments*
Send an envelope from a saved template by assigning signers to roles. Sandbox keys (sk_test_) send immediately; LIVE keys create a DRAFT for human review unless confirm: true — not…
swiftsign_upgrade plan
Initiate the upgrade to PRO ($15/mo flat). Returns a Stripe checkout_url that a human opens once to add a card — agents cannot complete the payment themselves. Moves the account fr…
swiftsign_void_envelope can modify data envelopeId*
Cancel/void an envelope that hasn't been completed yet. Signers can no longer sign a voided envelope. Works in both sandbox (sk_test_ keys) and live.