# Autenti MCP for AI Agents AI Agent Connect

> Autenti MCP. Sign documents digitally with legal-grade electronic signatures that comply with European eIDAS regulations. Connect your account to any AI client to manage signature processes, track statuses, and coordinate participants through natural language commands.

## Overview
- **Category:** document-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ZP0GOqwUz29HyZU1sUDVmGgHypyCcAgqByfIhtD1/ai-agent-connect
- **Tags:** digital-signature, identity-verification, compliance, eidas, document-workflow, audit-trail

## Description

Connect your Autenti account to your AI agent to handle the heavy lifting of document signing and compliance. Instead of hunting through your inbox to see if a contract was signed, you can just ask your agent for the status. It manages the entire lifecycle of the signature process, from adding participants to executing final actions like sending or rejecting. This Connector makes the Vinkius catalog a powerhouse for anyone dealing with legal compliance or high-volume contracts. You get a clear view of your audit data and can manage your entire contact directory without clicking through multiple tabs. It turns your AI into a dedicated coordinator for your digital trust pipeline, ensuring that your professional workflows stay on track without the manual overhead of constant status checking.

## Tools

### list_process_files
List files within a process. Use this to see all documents associated with a specific signature workflow.

### create_new_signature_process
Start a new document process. You just need to provide a title and metadata to begin.

### execute_process_action
Execute a discovered action like Send, Sign, or Reject. This performs the actual work on your documents.

### get_user_account_profile
Get your authenticated user profile. Use this to verify your account details and identity.

### get_process_details
Get details for a specific signature process. This provides high-fidelity metadata and status updates.

### list_saved_contacts
List your address book contacts. This helps you manage your organizational directory quickly.

### list_process_participants
List signers and observers. This gives you a clear view of who is involved in a specific process.

### list_signature_processes
List all document signature processes. This is your primary way to see all active and past workflows.

### list_configured_webhooks
List active webhooks. Use this to monitor your real-time notifications and event triggers.

### check_api_health
Verify Autenti API connectivity. Use this to ensure your agent can reach the service without issues.

### add_new_contact
Add a contact to your address book. This keeps your participant directory updated through your agent.

### list_available_process_actions
Discover possible actions for a process. Use this to see what the agent can do next for a specific document.

## Prompt Examples

**Prompt:** 
```
What's the status of the 'Service Agreement' contract?
```

**Response:** 
```
I've checked the status of the **Service Agreement**. 

*   **Status:** Pending Signature
*   **Current Participant:** John Doe
*   **Next Action:** Awaiting signature from the primary signer.

Would you like me to list the available actions for this process or send a reminder?
```

**Prompt:** 
```
Add Sarah Jenkins (sarah.j@company.com) to my contacts.
```

**Response:** 
```
I've successfully added **Sarah Jenkins** to your contact directory.

*   **ID:** cont_882
*   **Email:** sarah.j@company.com

She is now available to be added as a signer or observer to any of your signature processes.
```

**Prompt:** 
```
What can I do with process proc_992?
```

**Response:** 
```
For process **proc_992**, the following actions are currently available:

*   **SIGN_DOCUMENT**
*   **REJECT**
*   **CANCEL**

Would you like me to proceed with one of these for you?
```

## Capabilities

### Track signature statuses
See exactly where a document stands in the signing chain with real-time metadata.

### Update participants
Add new signers or observers to a process on the fly using natural language.

### Manage contacts
Keep your organizational address book updated and organized directly through your agent.

### Monitor webhooks
Get real-time notifications for incoming document events without manual monitoring.

### Execute process actions
Trigger sends, signatures, or rejections based on the current state of a document.

### Audit process data
Retrieve high-fidelity historical data and metadata for every signature process.

## Use Cases

### Closing sales deals faster
A sales rep asks the agent to list all active processes. The agent identifies a stuck contract and uses execute_process_action to send a reminder.

### Automating HR onboarding
An HR manager asks to add a new hire to the contact list and then creates a new signature process for their offer letter using create_new_signature_process.

### Legal compliance auditing
A legal officer asks for the history of a specific contract. The agent uses get_process_details to pull the full audit trail and metadata.

### Managing large-scale participant lists
An admin needs to see who is signed on a project. The agent uses list_process_participants to show the current status of all signers.

## Benefits

- Stop hunting for status updates by using list_signature_processes to see every active contract in one view.
- Update your participant list instantly with add_new_contact to keep your records accurate without manual entry.
- Execute actions like Send or Reject using execute_process_action to move documents forward without leaving your agent.
- Verify your connection anytime with check_api_health to ensure your workflow remains uninterrupted.
- Get a full audit trail of every action by pulling high-fidelity metadata with get_process_details.
- Monitor your entire pipeline in real-time by listing your configured webhooks to catch events as they happen.

## How It Works

The bottom line is you get a direct line to your Autenti account for automated document management.

1. Subscribe to the Autenti MCP on Vinkius.
2. Retrieve your OAuth Access Token from the Autenti Developer Portal.
3. Connect your agent to start managing your digital trust pipeline.

## Frequently Asked Questions

**Is the Autenti MCP compliant with European eIDAS regulations?**
Yes, this Connector connects to Autenti, which provides legal-grade electronic signatures that meet eIDAS standards for professional and legal use.

**Can I use the Autenti MCP to manage my contact list?**
Yes, you can use your agent to add new contacts to your directory and list existing ones, keeping your organizational data organized.

**How does Autenti MCP help with legal document workflows?**
It allows your agent to track the status of every contract, pull audit metadata, and execute actions like sending or rejecting documents automatically.

**Can my AI agent send out documents for signature?**
Yes, by identifying the available actions for a process, your agent can trigger the 'Send' action to move a document forward in the workflow.

**Does the Autenti MCP support real-time notifications?**
Yes, the Connector can list and monitor your configured webhooks, allowing your agent to stay updated on document events as they happen.

**Who is the best fit for the Autenti MCP?**
It's ideal for legal teams, sales departments, and HR managers who need to manage high-volume, compliant signature processes with full audit trails.

**How do I find my Autenti Access Token?**
Log in to the [**Autenti Developer Portal**](https://developers.autenti.com/), navigate to your application settings, and generate an OAuth 2.0 Access Token.

**Can I discover valid actions via AI?**
Yes! The `list_available_process_actions` tool retrieves a dynamic list of valid operations (like SEND or SIGN) based on the document's high-fidelity status.

**How do I add a new contact programmatically?**
Use the `add_new_contact` tool to register a name and email in your Autenti address book for future high-fidelity signature requests.