Autenti Connector for AI agents.
12 live capabilities
Manage eIDAS compliant digital signatures and document workflows.
Waiting for input…
Why people use Autenti
Autenti for eIDAS Compliant Document Signing
With this Connector, you can stay in your primary workspace. Your agent handles the heavy lifting by checking statuses, adding participants, and executing actions like sending or rejecting documents. You get a single source of truth for your entire signature pipeline without the constant tab-switching.
What Vinkius changes
You get a direct line to your Autenti account for automated document management.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Closing sales deals faster
A sales rep asks the agent to list all active processes.
- Real-world use case 02
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.
- Real-world use case 03
Legal compliance auditing
A legal officer asks for the history of a specific contract.
Complete set · 12capabilities
The complete Autenti capability set.
These are the exact actions your AI can choose when you ask it to work with Autenti.
01—04
4 capabilities in this set.
Part of 12 available through Autenti.
- 01 Capability
List process files
List files within a process. Use this to see all documents associated with a specific signature workflow.
- 02 Capability
Create new signature process
Start a new document process. You just need to provide a title and metadata to begin.
- 03 Capability
Execute process action
Execute a discovered action like Send, Sign, or Reject. This performs the actual work on your documents.
- 04 Capability
Get user account profile
Get your authenticated user profile. Use this to verify your account details and identity.
05—08
4 capabilities in this set.
Part of 12 available through Autenti.
- 05 Capability
Get process details
Get details for a specific signature process. This provides high-fidelity metadata and status updates.
- 06 Capability
List saved contacts
List your address book contacts. This helps you manage your organizational directory quickly.
- 07 Capability
List process participants
List signers and observers. This gives you a clear view of who is involved in a specific process.
- 08 Capability
List signature processes
List all document signature processes. This is your primary way to see all active and past workflows.
09—12
4 capabilities in this set.
Part of 12 available through Autenti.
- 09 Capability
List configured webhooks
List active webhooks. Use this to monitor your real-time notifications and event triggers.
- 10 Capability
Check api health
Verify Autenti API connectivity. Use this to ensure your agent can reach the service without issues.
- 11 Capability
Add new contact
Add a contact to your address book. This keeps your participant directory updated through your agent.
- 12 Capability
List available process actions
Discover possible actions for a process. Use this to see what the agent can do next for a specific document.
Set up in minutes
One URL. Then ask Autenti to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Autenti from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZP0GOqwUz29HyZU1sUDVmGgHypyCcAgqByfIhtD1/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Autenti, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Autenti for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZP0GOqwUz29HyZU1sUDVmGgHypyCcAgqByfIhtD1/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Autenti URL.
- Step 03
Save and start
Save the connection and enable Autenti in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"autenti": {
"url": "https://edge.vinkius.com/vk_preview_ZP0GOqwUz29HyZU1sUDVmGgHypyCcAgqByfIhtD1/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Autenti
Open Agent mode in chat and ask: "Using Autenti, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"autenti": {
"url": "https://edge.vinkius.com/vk_preview_ZP0GOqwUz29HyZU1sUDVmGgHypyCcAgqByfIhtD1/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Autenti
Ask Copilot: "Using Autenti, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"autenti": {
"url": "https://edge.vinkius.com/vk_preview_ZP0GOqwUz29HyZU1sUDVmGgHypyCcAgqByfIhtD1/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Autenti
Open Cascade and ask: "Using Autenti, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"autenti": {
"url": "https://edge.vinkius.com/vk_preview_ZP0GOqwUz29HyZU1sUDVmGgHypyCcAgqByfIhtD1/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Autenti
Ask Cline: "Using Autenti, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add autenti --transport http "https://edge.vinkius.com/vk_preview_ZP0GOqwUz29HyZU1sUDVmGgHypyCcAgqByfIhtD1/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Autenti
Ask Claude: "Using Autenti, show me...". 12 tools are ready
Where the request belongs
Work Autenti can move forward.
This is for legal counsel, sales leaders, and HR managers who are tired of manual document chasing and need a reliable way to manage high-stakes contracts.
Legal Counsel
Uses this to check compliance statuses and execute signature actions for complex corporate agreements.
Sales Representative
Uses this to quickly dispatch new contracts and monitor signer progress while staying in their workspace.
HR Manager
Uses this to orchestrate employment contract workflows and manage the company contact directory.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsUgosign
Sign documents electronically with a platform that supports advanced electronic signatures and complies with European regulations.
Yousign
Manage electronic signatures, signers, and document requests on Yousign. the leading eSignature platform for European teams.
Modusign
Manage electronic contracts and signatures via Modusign. track documents and request signatures directly from your AI agent.
Sproof
Manage digital signatures, documents, and contacts on Sproof with AI agents.
Eversign (Cloud Electronic Signature)
Manage electronic signatures via Eversign. list businesses, create documents, and handle templates directly from any AI agent.
DocuSeal
Automate document signing workflows via DocuSeal. manage templates, send signature requests, and track signers directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Autenti connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Autenti.
The practical details behind the request, access and result.
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, 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 capability 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 capability to register a name and email in your Autenti address book for future high-fidelity signature requests.
One connection away
Give your agent a direct line to Autenti.
Connect Autenti once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available