Sproof Connector for AI agents.
11 live capabilities
Manage European-compliant digital signatures and document workflows.
Waiting for input…
Why people use Sproof
Sproof for European-Compliant Signature Management
This Connector lets you just ask your agent to do the work. You can pull reports on pending requests or create new ones with a single prompt. You get a clear picture of your entire pipeline without ever opening a separate tab.
What Vinkius changes
You get a voice-controlled interface for your entire electronic signature pipeline.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk HR Onboarding
An HR manager asks the agent to list all pending signature requests and then creates a new one for a vendor agreement with three signers.
- Real-world use case 02
Legal Audit Verification
A compliance officer asks for the audit trail of a specific contract to ensure it meets QES requirements for a recent merger.
- Real-world use case 03
Vendor Contact Management
An admin lead uses the agent to add five new vendor contacts and then checks the status of the documents sent to them.
Complete set · 11capabilities
The complete Sproof capability set.
These are the exact actions your AI can choose when you ask it to work with Sproof.
01—04
4 capabilities in this set.
Part of 11 available through Sproof.
- 01 Capability
Create signature request
Send out a new document for signing by providing the necessary data. This automates the initial outreach for contracts.
- 02 Capability
Get profile
View your account's profile information and system usage data. Use this to monitor your overall account health.
- 03 Capability
Get signature request
Get the full details of a specific signature request. This provides deep insight into a single workflow.
- 04 Capability
List audit trail
Get the full history of a signature request to see exactly how it was handled. This helps you verify compliance for legal records.
05—08
4 capabilities in this set.
Part of 11 available through Sproof.
- 05 Capability
List contacts
See every contact in your database to find signers quickly. Use this to keep your records organized.
- 06 Capability
List documents
View all documents currently managed within your Sproof account. It gives you a high-level overview of your files.
- 07 Capability
List signature requests
Check the status of every active signature request you've sent. You can see what is pending or completed at a glance.
- 08 Capability
List signers
See the specific list of people who need to sign a particular request. This helps identify who is holding up the process.
09—11
3 capabilities in this set.
Part of 11 available through Sproof.
- 09 Capability
Cancel signature request
Stop a signature request immediately if it's no longer needed. This keeps your active queue clean.
- 10 Capability
Create contact
Add a new person to your database for future signing needs. It makes onboarding new vendors much faster.
- 11 Capability
Get document
Pull back specific details for a single document in your library. It is useful for checking specific metadata.
Set up in minutes
One URL. Then ask Sproof to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Sproof 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_XaBYShUZDJwXLdBdIixJWGbJIEIbHhYFf9vlN1cd/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 Sproof, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Sproof for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XaBYShUZDJwXLdBdIixJWGbJIEIbHhYFf9vlN1cd/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 Sproof URL.
- Step 03
Save and start
Save the connection and enable Sproof in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sproof": {
"url": "https://edge.vinkius.com/vk_preview_XaBYShUZDJwXLdBdIixJWGbJIEIbHhYFf9vlN1cd/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 Sproof
Open Agent mode in chat and ask: "Using Sproof, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sproof": {
"url": "https://edge.vinkius.com/vk_preview_XaBYShUZDJwXLdBdIixJWGbJIEIbHhYFf9vlN1cd/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 Sproof
Ask Copilot: "Using Sproof, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sproof": {
"url": "https://edge.vinkius.com/vk_preview_XaBYShUZDJwXLdBdIixJWGbJIEIbHhYFf9vlN1cd/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 Sproof
Open Cascade and ask: "Using Sproof, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sproof": {
"url": "https://edge.vinkius.com/vk_preview_XaBYShUZDJwXLdBdIixJWGbJIEIbHhYFf9vlN1cd/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 Sproof
Ask Cline: "Using Sproof, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sproof --transport http "https://edge.vinkius.com/vk_preview_XaBYShUZDJwXLdBdIixJWGbJIEIbHhYFf9vlN1cd/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 Sproof
Ask Claude: "Using Sproof, show me...". 11 tools are ready
Where the request belongs
Work Sproof can move forward.
HR managers and legal teams who are buried in 'please sign this' emails and want to manage the entire lifecycle of a signature from one chat window.
HR Manager
Sends out employment contracts and tracks completion rates for new hires.
Legal Compliance Officer
Verifies QES validity and monitors audit trails for high-stakes agreements.
Administrative Lead
Maintains the signer database and organizes document metadata for the department.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsZoho Sign
Manage digital signatures, document requests, and templates via Zoho Sign directly from your AI agent.
DocuSeal
Automate document signing workflows via DocuSeal. manage templates, send signature requests, and track signers directly from any AI agent.
DocuSign
Send documents for signature, manage envelopes, track signing status, and automate contract workflows with AI.
BunnyDoc
Manage eSignatures via BunnyDoc. track document status, manage templates, and coordinate signature requests directly from any AI agent.
Eversign (Cloud Electronic Signature)
Manage electronic signatures via Eversign. list businesses, create documents, and handle templates directly from any AI agent.
Modusign
Manage electronic contracts and signatures via Modusign. track documents and request signatures directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Sproof 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 Sproof.
The practical details behind the request, access and result.
How does the Sproof MCP help with legal compliance?
It gives you direct access to audit trails and qualified electronic signatures (QES). You can verify exactly when and how a document was signed to meet European legal standards.
Can I use Sproof MCP to send contracts to multiple people?
Yes. You can create a signature request and add multiple signers. Your agent can then track the progress of everyone on that list in real time.
Does Sproof MCP work with my current contact list?
Yes. It connects to your existing Sproof database, allowing your agent to read, list, and add new contacts through your chat interface.
What happens if I need to stop a signature request?
You can simply tell your agent to cancel a specific request. It will immediately stop the workflow in Sproof so no further actions are taken.
Is Sproof MCP good for HR onboarding?
It's ideal for HR. You can automate the creation of contacts and signature requests for new hires, then ask your agent for a summary of who has finished their paperwork.
Can I see the specific metadata of my documents?
Yes. The Connector allows your agent to pull detailed profile and document metadata, making it easy to find specific information without searching through folders.
How do I find my Sproof API Key?
Log in to your Sproof account, navigate to Account Settings > API, and you will find your unique secret API Key there.
One connection away
Give your agent a direct line to Sproof.
Connect Sproof once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available