← Back to Plugins
MCP Server MCP

io.zsign/zsign

MCP Registry publisher By MCP Registry publisher 👁 2 views ▲ 0 votes

E-signature API for AI agents: send contracts, sign PDF documents, track and download signed files.

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://zsign.io/mcp",
      "headers": [
        {
          "description": "Optional. This server is an OAuth 2.1 protected resource: clients should prefer OAuth, discovered automatically via /.well-known/oauth-protected-resource/mcp and /.well-known/oauth-authorization-server (authorization code + PKCE S256, Dynamic Client Registration at /oauth/register, refresh tokens, scopes: account:read, credits:read, credits:purchase, envelopes:send, envelopes:read). As an alternative, set this header to a static 'Bearer zs_live_...' API key. Neither is needed for discovery: create_account and get_pricing work unauthenticated, and create_account returns a key.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...