# Modusign MCP for AI Agents AI Agent Connect

> Modusign lets you manage electronic contracts and signatures directly through your AI agent. Track document status, request signatures, and manage your contract library using natural language commands.

## Overview
- **Category:** document-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ByhXr6OMUnObbWKSesSp26GisICy5uGEjrLBrx8v/ai-agent-connect
- **Tags:** electronic-contracts, digital-signatures, audit-trail, document-workflow, compliance, contract-management

## Description

Modusign lets you manage electronic contracts and signatures directly through your AI agent. Instead of jumping between tabs to see if a client signed an NDA or if an employee finished their offer letter, you can just ask your agent for the status. You can check any contract, pull up audit logs to see exactly when someone opened a file, or grab a pre-made template to start a new request. It handles the heavy lifting of document organization, letting you focus on closing deals or onboarding people. You don't have to worry about manual follow-ups or missing a signature because your agent keeps the data in front of you. Vinkius makes it easy to plug this into your existing setup so your agent actually knows where your files are and what needs your attention next. Whether you're in HR, Sales, or Legal, this connection takes the friction out of document signing. You get a clear view of your contract pipeline without the usual headache of manual tracking. It takes the manual work out of your day so you can focus on high-value tasks like closing deals or onboarding new hires.

## Tools

### create_document_from_template
Create a new signature request from a template. This is how you start the signing process with a single command.

### get_audit_logs
Get the full audit trail for a document. Use it to verify exactly when a user viewed or signed a file.

### get_document
Get specific details about a single contract. Use it to see who has signed or what's still pending.

### get_org_info
Pull organization metadata. This helps your agent understand your folder structure and account details.

### list_automations
See all your active signature automations. Use it to check which workflows are currently running.

### list_documents
Get a list of all electronic documents. This is the quickest way to see your entire contract history.

### list_external_files
See files attached to your documents. Use it to find supporting materials for specific contracts.

### list_folders
Browse your document folders. This lets your agent navigate your organized file system.

### list_webhooks
See your active webhooks. This helps you monitor where your data is being sent automatically.

### list_templates
See all your pre-defined contract templates. Use it to find the right starting point for a new request.

## Prompt Examples

**Prompt:** 
```
Which contracts are still pending signature?
```

**Response:** 
```
I've checked your Modusign account. Here are the documents currently awaiting signature:

| Document Name | Recipient | Status |
| :--- | :--- | :--- |
| **Partnership Agreement** | tech_corp_inc | Pending Signature |
| **Employee Offer** | Sarah Jenkins | Awaiting Review |
| **NDA - Project X** | freelance_dev | Pending Signature |

Would you like me to send a follow-up for any of these?
```

**Prompt:** 
```
Send the NDA to john@example.com using the standard template.
```

**Response:** 
```
I've initiated that request for you. 

* **Template Used**: Standard NDA
* **Recipient**: john@example.com
* **Status**: Sent
* **New Document ID**: doc_88291

I've also sent a confirmation to your inbox.
```

**Prompt:** 
```
Show me the audit trail for doc_88291.
```

**Response:** 
```
Here is the activity log for **doc_88291 (Standard NDA)**:

* **10:00 AM**: Document created
* **10:05 AM**: Email sent to john@example.com
* **10:15 AM**: Document opened by john@example.com
* **10:22 AM**: Document opened by john@example.com

It is currently awaiting a signature.
```

## Capabilities

### Check contract status
See which documents are signed, pending, or still waiting for action.

### Pull audit logs
View the exact timestamps for when participants opened or signed a file.

### Start signature requests
Create and send new contracts from your existing templates with one command.

### Manage contract templates
Browse your library of pre-defined contract types for quick reuse.

### Monitor active webhooks
Keep track of your automated signature workflows and data triggers.

### Browse document folders
Navigate your organized folder structure to find specific agreements.

## Use Cases

### HR follow-ups
An HR manager asks 'Who hasn't signed their offer?' The agent uses list_documents to find all pending names and shows them in a list.

### Sales closing
A sales rep says 'Send the NDA to Ryan.' The agent uses create_document_from_template to initiate the request immediately.

### Audit checks
A legal team member asks 'When did the CEO sign the merger?' The agent uses get_audit_logs to provide the exact timestamp.

### Template management
An operations lead wants to see 'All standard templates.' The agent uses list_templates to show the current library.

## Benefits

- Stop hunting for status updates by using list_documents to see what's signed instantly.
- Speed up onboarding by using create_document_from_template to send contracts in seconds.
- Verify compliance with get_audit_logs to see every interaction on a file.
- Organize your workspace by using list_folders to keep documents in the right place.
- Monitor your workflows with list_webhooks to ensure your automated processes stay active.

## How It Works

The bottom line is that Modusign gives you a direct line into your account without leaving your chat interface.

1. Subscribe to the Connector and grab your Modusign API key.
2. Add the key to your Connector client like Claude or Cursor.
3. Ask your agent to find a contract or send a signature request.

## Frequently Asked Questions

**Can I use Modusign MCP to send contracts?**
Yes. You can ask your agent to create and send new signature requests using your existing templates. This saves you from having to manually set up every new document in the dashboard.

**How does Modusign MCP help with HR onboarding?**
It helps HR teams quickly check which employees have signed their offer letters. Your agent can list all documents and filter for pending signatures, making follow-ups much faster.

**Can I see who opened my documents?**
Yes. By pulling the audit logs, your agent can tell you exactly when a document was opened and by whom, giving you real-time visibility into the signing process.

**Does Modusign MCP support my existing templates?**
Yes. The Connector connects to your Modusign account, so your agent can see and use all the contract templates you've already created.

**How do I check my signature statuses?**
You can simply ask your agent to list your documents or check a specific one. It will return the current status, such as 'Signed', 'Pending', or 'Awaiting Review'.

**Can Modusign MCP help with legal audits?**
Absolutely. You can use the audit log tools to retrieve a full history of interactions for any specific document, which is essential for maintaining compliance records.

**Can I see who has already signed a document?**
Yes. Use the `get_document` tool with the specific Document ID. The agent will return the list of participants and their respective signing status.

**What is an audit log in Modusign?**
An audit log records every action taken on a document, including when it was sent, opened, and signed, providing legal proof of the transaction. Use the `get_audit_logs` tool to retrieve this history.

**How do I reuse my existing contract templates?**
Use the `list_templates` tool to find the Template ID you need, and then provide that ID to the `create_document_from_template` tool along with the signer's details.