# Yousign MCP for AI Agents AI Agent Connect

> Yousign MCP lets you manage electronic signatures and contract workflows directly through your AI agent. It handles document requests, signer management, and audit trail retrieval for HR and legal teams who need to automate paperless signing without leaving their workspace.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/undefined/ai-agent-connect
- **Tags:** contract-signing, electronic-signature, security, authentication, workflow-automation

## Description

This Yousign MCP connects your account to your AI agent so you can manage electronic signatures and contract workflows through natural conversation. It takes the friction out of the send and wait cycle by letting you handle document requests, signer management, and real-time tracking without leaving your workspace. You can request signatures for multiple documents at once, set specific authentication rules for different recipients, and get updates on who has signed what. Because it's hosted on the Vinkius catalog, you can connect it to your existing workflow and let your agent handle the heavy lifting of document tracking and compliance. You get the audit trails and signed files delivered straight to your conversation, making it way easier to keep everything organized for legal review.

## Tools

### activate_signature_request
Send a document out for signature. This moves a draft into the active signing phase.

### add_document_to_request
Upload a PDF to an existing request. It also allows you to attach necessary metadata to the file.

### add_signer_to_request
Define who needs to sign the document. You can set specific signature levels and authentication modes here.

### cancel_ongoing_request
Stop a signature process that is already in progress. Use this if you need to fix a mistake in a sent request.

### create_yousign_contact
Add a new person to your address book. This makes it faster to find signers for future requests.

### create_signature_request
Start a new signature process from scratch. This is the first step for any new contract or agreement.

### delete_signature_request
Remove a draft request you no longer need. This helps keep your workspace clean of old drafts.

### get_audit_trail_link
Get the link to the evidence file for a completed request. This is essential for legal compliance.

### get_signature_request
Check the current status of a specific request. Use this to see if a document is pending, signed, or cancelled.

### get_workspace_details
Get your account information and general details. This helps your agent understand your workspace context.

### list_yousign_contacts
See everyone in your address book. This helps you identify the right people to add to new requests.

### list_signature_requests
See a list of all your signature requests. This gives you a high-level view of your current workflow.

## Prompt Examples

**Prompt:** 
```
Create a new signature request for the 'Annual Vendor Agreement' and send it to our main contact.
```

**Response:** 
```
I've started the signature request for the **Annual Vendor Agreement**. 

**Status:** Draft Created
**Action:** I'm now sending the request to your main contact in the address book.

I'll let you know as soon as they've opened the link.
```

**Prompt:** 
```
Can you show me the status of all the contracts I've sent out this week?
```

**Response:** 
```
Here is the current status of your active requests:

| Document Name | Signer | Status |
| :--- | :--- | :--- |
| Employment Contract | Jane Doe | **Pending Signature** |
| NDA 2024 | Acme Corp | **Signed** |
| Service Agreement | TechFlow | **Cancelled** |
```

**Prompt:** 
```
I need the audit trail for the signed NDA from last Tuesday.
```

**Response:** 
```
I've located the signed NDA from last Tuesday. 

You can find the legal evidence and audit trail here: [Download Audit Trail Link]
```

## Capabilities

### Send documents for signature
Trigger the signing process for your files immediately.

### Add signers to requests
Specify who needs to sign and what their permissions are.

### Track request status
See exactly where a document is in the signing pipeline.

### Manage contact lists
Keep your signer information organized in a dedicated address book.

### Retrieve audit trails
Get the legal evidence files needed for compliance.

### Cancel pending requests
Stop a signature process if the details need to be changed.

## Use Cases

### HR Onboarding
An HR manager asks the agent to send an employment contract to a new hire. The agent uses create_signature_request and activate_signature_request to get the process started.

### Sales Closing
A sales rep needs to get an NDA signed quickly. They ask the agent to find the contact in the address book and start a request with add_signer_to_request.

### Legal Audit
A lawyer needs to find the proof of signature for a 2023 agreement. The agent uses get_audit_trail_link to provide the direct download link.

### Contract Updates
A user notices a typo in a sent contract. They ask the agent to stop the process using cancel_ongoing_request so they can fix the file.

## Benefits

- Stop manual follow-ups by using activate_signature_request to trigger the signing process instantly from your chat.
- Keep your signers organized by using create_yousign_contact to build an address book your AI can access quickly.
- Ensure legal compliance by using get_audit_trail_link to pull evidence files without hunting through a dashboard.
- Manage complex multi-signer flows by using add_signer_to_request to define specific authentication levels.
- Save time on document prep by using add_document_to_request to attach PDFs and metadata in one go.
- Maintain a clean workspace by using delete_signature_request to clear out drafts that are no longer needed.

## How It Works

The bottom line is you stop toggling between tabs and start managing contracts through plain text.

1. Grab your Yousign API Key from your account settings.
2. Add the key to your client through the Vinkius connection.
3. Ask your AI agent to create, track, or manage your signature requests.

## Frequently Asked Questions

**Can the Yousign MCP help my HR team with onboarding?**
Yes, it lets your AI agent send employment contracts and onboarding docs to new hires automatically, cutting out the manual data entry.

**Does this Connector support multiple signers on one document?**
Yes, you can use it to define exactly who needs to sign and set their specific authentication levels, like OTP or no-OTP.

**How do I get the legal proof of a signature?**
The Connector can pull the specific audit trail link for any completed request, giving you the evidence you need for legal compliance.

**Can my AI agent manage my contact list?**
Yes, it can add new people to your address book and list existing contacts to help you find signers faster during the request process.

**What happens if I need to stop a signature request I already sent?**
You can just tell your agent to cancel the ongoing request, and it will stop the process immediately so you can fix any errors.

**Is this for sending the actual text of a contract?**
No, this tool manages the signing process for documents you already have ready to go. It handles the delivery and tracking, not the drafting.

**What is the difference between Draft and Ongoing status?**
A 'draft' request is still being prepared (adding documents or signers). Once you 'activate' it, it becomes 'ongoing' and signers receive their invitations to sign.

**How do I download a completed signed document?**
When a request status is 'done', you can retrieve download links for each document using the 'get_signature_request' tool through your AI agent.