mcpbeat Sign in

Dropbox Sign MCP Server

answering

Dropbox Sign is answering right now. Last checked 16 min ago. It exposes 10 tools. Last commit 1 Sep 2026.

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

Uptime history 47 days of history · worst day 17%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
10
Tools
read from the server
173 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Dropbox Sign every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 16 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 208 ms 16 min ago

Alternatives to Dropbox Sign

same job, measured the same way
FileSystem MCP Server
by oncorporation

Secure filesystem access for AI agents with configurable directory and file type restrictions

112 installs/wk local only
MemoFS MCP Server
by memofs

Persistent memory and virtual filesystem MCP server for AI agents.

90 installs/wk answering
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only
veddata
by sanzineo

MCP server for AI agents: discover a web page's data sources and drive the page to reach them.

local only
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
AgentSUMO
by mw-jeong

MCP server for LLM-driven SUMO traffic simulation, scenario design, and result analysis.

83 installs/wk local only
MCP Devtools
by marin1321

MCP server giving AI agents safe access to filesystem, databases, processes, and APIs.

37 installs/wk local only
SQL Sentinel MCP Server
by tkmawarire

SQL Server monitoring and diagnostics for AI agents using Extended Events. No ODBC drivers required.

local only

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 91 of 91 checks got a reply (100.0%), average response time 173 ms. The bar chart above shows every period we have measured.
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 173 ms on average, which is faster than 72% 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.