Dropbox Sign for your agents.
Connect Dropbox Sign once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Dropbox Sign.
What agents can do with Dropbox Sign
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
hellosign_list_signature_requestsList signature requests, newest first.
hellosign_get_signature_requestGet a single signature request by its id.
hellosign_send_signature_requestSend a signature request. `signers` is an array of {email_address, name}.
hellosign_list_templatesList reusable templates.
hellosign_get_accountGet the account details for the authenticated API key.
hellosign_cancel_signature_requestCancel a signature request that has not been fully signed.
hellosign_get_templateGet details of a single reusable template by id.
hellosign_send_signature_request_with_templateSend a signature request using a reusable template. `template_ids` is an array of template ids; `signers` is an array of {email_address, name, role}.
hellosign_list_teamsList teams in the account.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to Dropbox Sign and go to Settings > API.
- Generate or copy your API key.
- The API key is used as the username for basic auth with an empty password.
- When prompted, enter your API key as the username and leave the password blank.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Dropbox Sign to Even: call connect_begin("hellosign") on the even-connect MCP and walk me through it.
List signature requests in Dropbox Sign and send new requests to signers.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.