> For the complete documentation index, see [llms.txt](https://docs.autentique.com.br/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autentique.com.br/api/autentique-mcp.md).

# Autentique MCP

Connect AI assistants to Autentique through the Model Context Protocol (MCP). The remote server lets an authenticated assistant work with the documents, folders, organizations, and signature workflows available to your Autentique account.

### Server URL

`https://api.autentique.com.br/mcp`

Autentique MCP uses remote Streamable HTTP and OAuth 2.0. Authentication happens on an Autentique page, where you review and approve the requested permissions.

### What you can do

#### Read

* View the authenticated user profile.
* List organizations available to the user.
* Search and filter documents.
* Review document signature events.
* List and search folders.

#### Write

* Prepare a secure document upload.
* Create a document and send or generate signature access.
* Add a signer to an editable document.
* Remove an eligible signer from an editable document.

Write operations may change data or consume plan or API credits. Review the assistant's confirmation before approving them.

### Choose your client

Follow the dedicated guide for your AI assistant:

* **ChatGPT**
* **Claude**
* **Cursor**
* **Other MCP clients**

Until the official directory listings are approved, connect Autentique as a custom remote MCP server with the server URL shown above.

### Before you connect

* You need an Autentique account.
* Available organizations, documents, folders, and actions depend on the connected account's permissions.
* Creating documents and using some delivery or identity-verification methods may consume plan or API credits.
* Use sandbox mode when developing or testing a workflow.

### Try these prompts

* “Show me which documents are still awaiting signatures and who still needs to sign.”
* “Create a sales agreement from this conversation and send it for signature through Autentique.”
* “Find the contracts completed this quarter and summarize how many were signed each month.”
* “List my folders and find every pending document in the Contracts folder.”

### Authentication

The connector uses OAuth 2.0 with PKCE. You never give your Autentique password to the AI assistant. The assistant can access only the resources and actions allowed for the authenticated user.

You can revoke access from the API Access page in the Autentique dashboard. See **Permissions and security** for scopes, privacy guidance, and write-action considerations.
