# br.com.signdocs/mcp-server (npm · @signdocs-brasil/mcp-server)

SignDocs Brasil e-signature tools for AI agents — signing sessions, envelopes, verification.

- Trust score: 70/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.signdocs.com.br`: 36/100, [markdown](https://verifymcp.io/servers/br-com-signdocs-mcp-server/mcp.md), [page](https://verifymcp.io/servers/br-com-signdocs-mcp-server/mcp)
- npm · `@signdocs-brasil/mcp-server`: 70/100 (this document), [markdown](https://verifymcp.io/servers/br-com-signdocs-mcp-server/signdocs-brasil-mcp-server.md), [page](https://verifymcp.io/servers/br-com-signdocs-mcp-server/signdocs-brasil-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@signdocs-brasil/mcp-server`
- Version: `0.3.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 35 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 2238 tokens (~86/item across 26 items; 23 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 85% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add br-com-signdocs-mcp-server -- npx -y @signdocs-brasil/mcp-server
```

### Codex

```bash
codex mcp add br-com-signdocs-mcp-server -- npx -y @signdocs-brasil/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "br-com-signdocs-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@signdocs-brasil/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add br-com-signdocs-mcp-server --command npx --arg -y --arg @signdocs-brasil/mcp-server
```

### Hermes

```yaml
mcp_servers:
  br-com-signdocs-mcp-server:
    command: "npx"
    args: ["-y", "@signdocs-brasil/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "br-com-signdocs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@signdocs-brasil/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 69, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Schema quality: unverified → good
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-08-01 (score 26, −8)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 34, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 52)

First indexed and scored.

## MCP tools (23)

### `create_signing_session` (~431 tokens)

Create signing session

⚠️ This performs a consequential, possibly irreversible action (legally-binding signature request and/or quota consumption). Confirm with the human before calling. Create a single-signer "express" signing (or action-authentication) session and return its IDs plus a ready-to-share `signingUrl` (url + embed token). Consumes signature quota.

Input parameters:

- `action` (object): What is being authenticated — used when purpose=ACTION_AUTHENTICATION.
- `cancelUrl` (string): Redirect URL if the signer cancels.
- `customSteps` (array): Ordered step types — REQUIRED only when policyProfile=CUSTOM (e.g. ["CLICKWRAP","OTP"]).
- `documentBase64` (string): Base64-encoded PDF (≤10MB). Required when purpose=DOCUMENT_SIGNATURE.
- `documentFilename` (string): Original filename, e.g. contrato.pdf.
- `expiresInMinutes` (integer): Session lifetime, 5–1440 min (default 60).
- `idempotencyKey` (string): Idempotency key for safe retries; a UUID is generated if omitted.
- `locale` (string): UI/email language. Default pt-BR.
- `metadata` (object): Free-form key/value tags (keys ≤256, values ≤1024 chars).
- `owner` (object): The requester (distinct from the signer). When set and signer.email differs, SignDocs auto-emails the signer an invite and notifies the owner on completion. Omit to deliver links yourself via webhook…
- `policyProfile` (string, required): Identity-assurance profile: CLICK_ONLY, CLICK_PLUS_OTP, BIOMETRIC, BIOMETRIC_PLUS_OTP, or CUSTOM. Read the signdocs://policy-profiles resource for the authoritative list — an invalid value returns 40…
- `purpose` (string, required): DOCUMENT_SIGNATURE to sign a PDF; ACTION_AUTHENTICATION to authenticate an action with no document.
- `returnUrl` (string): Redirect URL after completion (sessionId appended as query param).
- `signer` (object, required): The person who will sign / authenticate.

### `get_signing_session_status` (~51 tokens)

Get signing session status

Poll the current status of a signing session (ACTIVE/COMPLETED/CANCELLED/EXPIRED/FAILED).

Input parameters:

- `sessionId` (string, required): The signing session ID (sigex_…).

### `get_signing_session` (~45 tokens)

Get signing session details

Get full bootstrap data for a signing session (signer, steps, document, appearance).

Input parameters:

- `sessionId` (string, required): The signing session ID (sigex_…).

### `list_signing_sessions` (~74 tokens)

List signing sessions

List signing sessions filtered by status, with cursor pagination.

Input parameters:

- `cursor` (string): Pagination cursor from a previous response (nextCursor).
- `limit` (integer): Page size (default server value).
- `status` (string, required): Filter by status: ACTIVE, COMPLETED, CANCELLED, EXPIRED, or FAILED.

### `cancel_signing_session` (~67 tokens)

Cancel signing session

⚠️ This performs a consequential, possibly irreversible action (legally-binding signature request and/or quota consumption). Confirm with the human before calling. Cancel an active signing session. This cannot be undone.

Input parameters:

- `sessionId` (string, required): The signing session ID (sigex_…).

### `resend_signing_session_otp` (~55 tokens)

Resend signing session OTP

Resend the OTP challenge for a signing session, optionally over a specific channel (email/sms).

Input parameters:

- `channel` (string): Override OTP delivery channel.
- `sessionId` (string, required): The signing session ID.

### `create_envelope` (~272 tokens)

Create envelope

⚠️ This performs a consequential, possibly irreversible action (legally-binding signature request and/or quota consumption). Confirm with the human before calling. Create a multi-signer envelope around one PDF. After creating, add each signer with add_session_to_envelope. Consumes quota.

Input parameters:

- `cancelUrl` (string)
- `documentBase64` (string, required): Base64-encoded PDF (≤10MB) shared by all signers.
- `documentFilename` (string)
- `expiresInMinutes` (integer)
- `idempotencyKey` (string): Idempotency key for safe retries; a UUID is generated if omitted.
- `locale` (string): UI/email language. Default pt-BR.
- `metadata` (object): Free-form key/value tags (keys ≤256, values ≤1024 chars).
- `owner` (object): The requester (distinct from the signer). When set and signer.email differs, SignDocs auto-emails the signer an invite and notifies the owner on completion. Omit to deliver links yourself via webhook…
- `returnUrl` (string)
- `signingMode` (string, required): PARALLEL: anyone signs in any order. SEQUENTIAL: ordered.
- `totalSigners` (integer, required): How many signers will be added to this envelope.

### `get_envelope` (~37 tokens)

Get envelope

Get envelope details including per-signer session summaries and completion counts.

Input parameters:

- `envelopeId` (string, required): The envelope ID (env_…).

### `add_session_to_envelope` (~233 tokens)

Add signer to envelope

⚠️ This performs a consequential, possibly irreversible action (legally-binding signature request and/or quota consumption). Confirm with the human before calling. Add a signing session for one signer to an envelope. Returns IDs plus a ready-to-share `signingUrl`.

Input parameters:

- `cancelUrl` (string)
- `envelopeId` (string, required): The envelope to add a signer to.
- `metadata` (object): Free-form key/value tags (keys ≤256, values ≤1024 chars).
- `policyProfile` (string, required): Identity-assurance profile: CLICK_ONLY, CLICK_PLUS_OTP, BIOMETRIC, BIOMETRIC_PLUS_OTP, or CUSTOM. Read the signdocs://policy-profiles resource for the authoritative list — an invalid value returns 40…
- `purpose` (string): DOCUMENT_SIGNATURE to sign a PDF; ACTION_AUTHENTICATION to authenticate an action with no document.
- `returnUrl` (string)
- `signer` (object, required): The person who will sign / authenticate.
- `signerIndex` (integer, required): Zero-based position of this signer (0..totalSigners-1).

### `get_envelope_combined_stamp` (~48 tokens)

Get envelope combined stamp

Generate the combined stamped PDF (all signers) for a COMPLETED envelope and return a download URL.

Input parameters:

- `envelopeId` (string, required): The envelope ID (env_…).

### `upload_document` (~74 tokens)

Upload document

Upload a base64-encoded PDF to an existing transaction (≤10MB inline; use presign for larger).

Input parameters:

- `documentBase64` (string, required): Base64-encoded PDF (≤10MB).
- `filename` (string)
- `transactionId` (string, required): Transaction to attach the document to (txn_…).

### `download_document` (~37 tokens)

Download document

Get presigned download URLs for a transaction’s document and signed artifacts.

Input parameters:

- `transactionId` (string, required): The transaction ID (txn_…).

### `list_transactions` (~129 tokens)

List / find transactions

Search transactions by status, signer external ID, document group, or date range (cursor pagination). Use this to find a transaction or check signing history.

Input parameters:

- `documentGroupId` (string)
- `endDate` (string): ISO date upper bound.
- `limit` (integer)
- `nextToken` (string): Pagination token from a previous response.
- `startDate` (string): ISO date lower bound.
- `status` (string): Filter by transaction status (e.g. PENDING, COMPLETED, CANCELLED).
- `userExternalId` (string): Filter by signer external ID.

### `get_transaction` (~37 tokens)

Get transaction

Get full details of a single transaction, including its steps and results.

Input parameters:

- `transactionId` (string, required): The transaction ID (txn_…).

### `cancel_transaction` (~63 tokens)

Cancel transaction

⚠️ This performs a consequential, possibly irreversible action (legally-binding signature request and/or quota consumption). Confirm with the human before calling. Cancel a low-level transaction. This cannot be undone.

Input parameters:

- `transactionId` (string, required): The transaction ID (txn_…).

### `get_evidence` (~44 tokens)

Get evidence

Retrieve the cryptographic evidence (hashes, step proofs, evidenceId) for a completed transaction.

Input parameters:

- `transactionId` (string, required): The transaction ID (txn_…).

### `verify_evidence` (~64 tokens)

Verify evidence (public)

Publicly verify a completed signature by its evidenceId. Returns status, document/evidence hashes, steps and signer display info. No authentication needed.

Input parameters:

- `evidenceId` (string, required): Evidence ID (evd_…) to verify. Public — no signer PII is revealed.

### `verify_envelope` (~43 tokens)

Verify envelope (public)

Publicly verify all signers of an envelope and get consolidated download URLs.

Input parameters:

- `envelopeId` (string, required): Envelope ID to verify all signers for. Public endpoint.

### `verify_document` (~97 tokens)

Verify document signatures

⚠️ This performs a consequential, possibly irreversible action (legally-binding signature request and/or quota consumption). Confirm with the human before calling. Inspect an uploaded PDF for embedded electronic/digital signatures. Requires PRODUCTION credentials + the verification:write scope and CONSUMES verification quota. Not available in HML.

Input parameters:

- `documentBase64` (string, required): Base64-encoded PDF to inspect for embedded signatures.
- `filename` (string)

### `register_webhook` (~79 tokens)

Register webhook

Register an HTTPS endpoint to receive event notifications. The response returns a signing secret — store it to verify the HMAC-SHA256 signature on incoming payloads.

Input parameters:

- `events` (array, required): Event types to subscribe to. The response returns a signing secret for HMAC verification.
- `url` (string, required): HTTPS endpoint that will receive event POSTs.

### `list_webhooks` (~18 tokens)

List webhooks

List all registered webhooks for the tenant.

### `delete_webhook` (~64 tokens)

Delete webhook

⚠️ This performs a consequential, possibly irreversible action (legally-binding signature request and/or quota consumption). Confirm with the human before calling. Delete a registered webhook. Event delivery to it stops immediately.

Input parameters:

- `webhookId` (string, required): The webhook ID to act on.

### `test_webhook` (~37 tokens)

Test webhook

Send a sample payload to a registered webhook and return the delivery result.

Input parameters:

- `webhookId` (string, required): The webhook ID to act on.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/br-com-signdocs-mcp-server/signdocs-brasil-mcp-server#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 26
- 2026-07-31: 34
- 2026-07-29: 52
- 2026-07-28: 52
- 2026-07-27: 52

## Links

- npm package: https://www.npmjs.com/package/@signdocs-brasil/mcp-server
- Socket report: https://socket.dev/npm/package/@signdocs-brasil/mcp-server
- Repository: https://github.com/signdocsbrasil/signdocs-mcp-server
- Website: https://www.signdocs.com.br/integracao-claude-ia-mcp.html
- Changelog RSS feed: https://verifymcp.io/servers/br-com-signdocs-mcp-server/signdocs-brasil-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/br-com-signdocs-mcp-server/signdocs-brasil-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/br-com-signdocs-mcp-server/signdocs-brasil-mcp-server
