# io.usefulapi/dropbox-sign (remote · dropbox-sign.usefulapi.io)

Hosted MCP server for Dropbox Sign — signature requests, templates, and account for AI agents.

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

## Components

- remote · `dropbox-sign.usefulapi.io`: 73/100 (this document), [markdown](https://verifymcp.io/servers/io-usefulapi-dropbox-sign/dropbox-sign.md), [page](https://verifymcp.io/servers/io-usefulapi-dropbox-sign/dropbox-sign)

## Channel facts

- Endpoint: `https://dropbox-sign.usefulapi.io/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 78/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 736 tokens (~73/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http io-usefulapi-dropbox-sign https://dropbox-sign.usefulapi.io/mcp
```

### Codex

```toml
[mcp_servers.io-usefulapi-dropbox-sign]
url = "https://dropbox-sign.usefulapi.io/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-usefulapi-dropbox-sign": {
      "type": "remote",
      "url": "https://dropbox-sign.usefulapi.io/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-usefulapi-dropbox-sign --url https://dropbox-sign.usefulapi.io/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-usefulapi-dropbox-sign:
    url: "https://dropbox-sign.usefulapi.io/mcp"
```

### Other

```json
{
  "mcpServers": {
    "io-usefulapi-dropbox-sign": {
      "type": "http",
      "url": "https://dropbox-sign.usefulapi.io/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-02 (score 73, +1)

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

### 2026-07-31 (score 72, +3)

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

### 2026-07-30 (score 69, −2)

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

### 2026-07-29 (score 71, +1)

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

### 2026-07-28 (score 70, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-27 (score 69, +57)

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

### 2026-07-26 (score 12)

First indexed and scored.

## MCP tools (10)

### `dropbox_sign_get_account` (~36 tokens)

Get account

Get info about the API-key owner's Dropbox Sign account (id, email, quotas, plan). API: GET /account.

### `dropbox_sign_get_team` (~30 tokens)

Get team

Get the caller's team, including its members and invited members. API: GET /team.

### `dropbox_sign_list_signature_requests` (~107 tokens)

List signature requests

List signature requests the account can access, newest first. Paginated. API: GET /signature_request/list.

Input parameters:

- `account_id` (string): Account id whose requests to list (defaults to the caller).
- `page` (integer): Page number to return. Default 1.
- `page_size` (integer): Results per page (max 100). Default 20.
- `query` (string): Search string to filter requests (e.g. title, signer email).

### `dropbox_sign_get_signature_request` (~53 tokens)

Get signature request

Get the status and details of a single signature request by id. API: GET /signature_request/{signature_request_id}.

Input parameters:

- `signature_request_id` (string, required): The id of the signature request to retrieve.

### `dropbox_sign_get_signed_files_url` (~63 tokens)

Get signed files URL

Get a temporary URL to download the signed document(s) for a signature request. API: GET /signature_request/files_as_file_url/{signature_request_id}.

Input parameters:

- `signature_request_id` (string, required): The id of the signature request whose files to fetch.

### `dropbox_sign_list_templates` (~99 tokens)

List templates

List reusable templates the account can access. Paginated. API: GET /template/list.

Input parameters:

- `account_id` (string): Account id whose templates to list (defaults to the caller).
- `page` (integer): Page number to return. Default 1.
- `page_size` (integer): Results per page (max 100). Default 20.
- `query` (string): Search string to filter templates (e.g. title).

### `dropbox_sign_get_template` (~49 tokens)

Get template

Get a single template's fields, roles, and metadata by id. API: GET /template/{template_id}.

Input parameters:

- `template_id` (string, required): The id of the template to retrieve.

### `dropbox_sign_send_with_template` (~168 tokens)

Send signature request from template

Sends a signature request built from template(s) to the given signers. When test_mode is true (default) it does NOT send real emails; set test_mode=false to send a REAL, legally-binding signature request. API: POST /signature_request/send_with_template.

Input parameters:

- `message` (string): Message body for the signature-request email.
- `signers` (array, required): Signers to send to. Each { role, email_address, name }; role must match a template role.
- `subject` (string): Subject line for the signature-request email.
- `template_ids` (array, required): Template id(s) to build the request from.
- `test_mode` (boolean): Test mode. Default TRUE — no real emails sent. Set false to send a REAL legally-binding request.

### `dropbox_sign_cancel_signature_request` (~60 tokens)

Cancel signature request

Cancels an incomplete signature request. Destructive — signers can no longer sign. API: POST /signature_request/cancel/{signature_request_id}.

Input parameters:

- `signature_request_id` (string, required): The id of the incomplete signature request to cancel.

### `dropbox_sign_remind_signature_request` (~71 tokens)

Remind signature request

Sends a reminder email to a signer for a pending signature request. API: POST /signature_request/remind/{signature_request_id}.

Input parameters:

- `email_address` (string, required): The email address of the signer to remind.
- `signature_request_id` (string, required): The id of the pending signature request.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/io-usefulapi-dropbox-sign/dropbox-sign#diagnostics

## Score history

- 2026-08-03: 73
- 2026-08-02: 73
- 2026-08-01: 72
- 2026-07-31: 72
- 2026-07-30: 69
- 2026-07-29: 71
- 2026-07-28: 70
- 2026-07-27: 69
- 2026-07-26: 12

## Links

- Remote endpoint: https://dropbox-sign.usefulapi.io/mcp
- Repository: https://github.com/m190/usefulapi-mcp
- Changelog RSS feed: https://verifymcp.io/servers/io-usefulapi-dropbox-sign/dropbox-sign/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-usefulapi-dropbox-sign/dropbox-sign/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-usefulapi-dropbox-sign/dropbox-sign
