mcpbeat

Dropbox Sign MCP Server

io.usefulapi/dropbox-sign
not responding

Dropbox Sign is listed as active in the registry but did not answer our last check. It exposes 10 tools. Last commit 1 Aug 2026.

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

Uptime history 41 hours of history · worst hour 0%
41 hours agonow
29.7%
Uptime 24h
27 of 91 checks
10
Tools
read from the server
172 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add dropbox-sign --transport http https://dropbox-sign.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dropbox-sign": {
      "url": "https://dropbox-sign.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dropbox-sign]
url = "https://dropbox-sign.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "dropbox-sign": {
      "url": "https://dropbox-sign.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dropbox-sign": {
      "url": "https://dropbox-sign.usefulapi.io/mcp"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

dropbox
dropbox_sign_cancel_signature_request
Cancels an incomplete signature request. Destructive — signers can no longer sign. API: POST /signature_request/cancel/{signature_request_id}.
dropbox_sign_get_account
Get info about the API-key owner's Dropbox Sign account (id, email, quotas, plan). API: GET /account.
dropbox_sign_get_signature_request
Get the status and details of a single signature request by id. API: GET /signature_request/{signature_request_id}.
dropbox_sign_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}.
dropbox_sign_get_team
Get the caller's team, including its members and invited members. API: GET /team.
dropbox_sign_get_template
Get a single template's fields, roles, and metadata by id. API: GET /template/{template_id}.
dropbox_sign_list_signature_requests
List signature requests the account can access, newest first. Paginated. API: GET /signature_request/list.
dropbox_sign_list_templates
List reusable templates the account can access. Paginated. API: GET /template/list.
dropbox_sign_remind_signature_request
Sends a reminder email to a signer for a pending signature request. API: POST /signature_request/remind/{signature_request_id}.
dropbox_sign_send_with_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.

Endpoints

URLTransportStateLatencyChecked
https://dropbox-sign.usefulapi.io/mcp streamable-http answering 46 ms 10 min ago

Dropbox Sign — questions

Answers built from our own checks of this server.

What can Dropbox Sign do?
It exposes 10 tools, read directly from the server on our last check. Among them: dropbox_sign_cancel_signature_request, dropbox_sign_get_account, dropbox_sign_get_signature_request, dropbox_sign_get_signed_files_url, dropbox_sign_get_team, dropbox_sign_get_template and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Dropbox Sign working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 27 of 91 checks got a reply (29.7%), average response time 172 ms. The bar chart above shows every period we have measured.
The registry lists Dropbox Sign as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Dropbox Sign?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Dropbox Sign need an API key?
No. Dropbox Sign completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Dropbox Sign?
It answers our handshake in 172 ms on average, which is faster than 69% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Dropbox Sign open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.