Collect Connector for AI agents.
10 live capabilities
Manage client data collection and KYC workflows from your chat interface.
Waiting for input…
Why people use Collect
Collect for Automated KYC and Compliance Workflows
With the Collect MCP, you just ask your agent. You can check the status of every KYC request or send a nudge to a specific client without ever leaving your chat window. You get a clean, conversational way to move documents from pending to complete instantly.
What Vinkius changes
You get a hands-off way to manage document collection and client onboarding.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
KYC Compliance Tracking
A compliance officer asks the agent to check if the High Risk campaign is done.
- Real-world use case 02
HR Onboarding Nudges
An HR manager asks to send a reminder to a new hire.
- Real-world use case 03
Accounting Document Audits
An accountant asks for all requests in the Tax 2025 campaign.
Complete set · 10capabilities
The complete Collect capability set.
These are the exact actions your AI can choose when you ask it to work with Collect.
01—04
4 capabilities in this set.
Part of 10 available through Collect.
- 01 Capability
Send message
Send a specific message to a recipient about a request. Use this to nudge clients who haven't finished their paperwork.
- 02 Capability
Create request
Send a new data collection request to a recipient. This starts the process for a new client or project.
- 03 Capability
Get campaign
Retrieve detailed information about a specific campaign. Use this to see the high-level stats of a collection drive.
- 04 Capability
Get element details
Retrieve details of a specific field or block in a request. This helps your agent understand exactly what data is needed.
05—07
3 capabilities in this set.
Part of 10 available through Collect.
- 05 Capability
Get request
Retrieve details of a specific data request. Use this to see the status of a single client's submission.
- 06 Capability
Get team info
Retrieve information about your team in Collect. This helps manage internal permissions and visibility.
- 07 Capability
Get user info
Retrieve information about the currently authenticated user. Use this to verify who is interacting with the system.
08—10
3 capabilities in this set.
Part of 10 available through Collect.
- 08 Capability
List campaigns
Retrieve a list of all data collection campaigns. This gives your agent a bird's-eye view of all active work.
- 09 Capability
List messages
Retrieve a list of messages sent through Collect. Use this to audit the communication history with clients.
- 10 Capability
List requests
Retrieve all data requests for a specific campaign. This lets you see every pending item for a specific project.
Set up in minutes
One URL. Then ask Collect to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Collect 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_cGfti9grLuvlsqvJ748lXVYHL1gIq3lESf4zD6bl/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 Collect, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Collect for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_cGfti9grLuvlsqvJ748lXVYHL1gIq3lESf4zD6bl/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 Collect URL.
- Step 03
Save and start
Save the connection and enable Collect in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"collect": {
"url": "https://edge.vinkius.com/vk_preview_cGfti9grLuvlsqvJ748lXVYHL1gIq3lESf4zD6bl/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 Collect
Open Agent mode in chat and ask: "Using Collect, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"collect": {
"url": "https://edge.vinkius.com/vk_preview_cGfti9grLuvlsqvJ748lXVYHL1gIq3lESf4zD6bl/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 Collect
Ask Copilot: "Using Collect, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"collect": {
"url": "https://edge.vinkius.com/vk_preview_cGfti9grLuvlsqvJ748lXVYHL1gIq3lESf4zD6bl/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 Collect
Open Cascade and ask: "Using Collect, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"collect": {
"url": "https://edge.vinkius.com/vk_preview_cGfti9grLuvlsqvJ748lXVYHL1gIq3lESf4zD6bl/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 Collect
Ask Cline: "Using Collect, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add collect --transport http "https://edge.vinkius.com/vk_preview_cGfti9grLuvlsqvJ748lXVYHL1gIq3lESf4zD6bl/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 Collect
Ask Claude: "Using Collect, show me...". 10 tools are ready
Where the request belongs
Work Collect can move forward.
Compliance officers, HR managers, and accounting leads who are tired of chasing people for paperwork and want to automate the follow-up cycle.
Compliance Officer
Uses this on Tuesday afternoons to check KYC completion rates and nudge high-risk clients for missing IDs.
HR Generalist
Uses this to manage the onboarding document flow for new hires without leaving their chat interface.
Accountant
Uses this to pull status reports on tax document collection campaigns for multiple clients at once.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsClustdoc
Collect client documents, track submission progress, and streamline onboarding with organized intake workflows.
Onfido
Automate identity verification via Onfido. create applicants, manage workflow runs, and retrieve verification reports directly from any AI agent.
Persona
Manage identity verification workflows via Persona. handle inquiries, manage accounts, and inspect verifications directly from your AI agent.
Superdocu
Automate document collection and client onboarding with Superdocu and AI agents.
DataScope
Create mobile forms for field inspections, audits, and data collection that work offline and sync when connectivity returns.
Formstack
Manage professional forms, track submissions, and automate data collection via AI agents with Formstack.
Bring your own AI
Change the model, client or framework. Keep Collect 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 Collect.
The practical details behind the request, access and result.
Can the Collect MCP help with KYC?
Yes, it allows your agent to manage KYC requests, send reminders to clients, and track completion status automatically.
Can I use this to manage HR onboarding?
Absolutely. You can use it to send new data requests to new hires and monitor their progress through the chat.
Does the Collect MCP send emails to my clients?
Yes, it triggers the official data requests and messages through the Collect platform directly to your clients' inboxes.
How does the Collect MCP handle multiple campaigns?
You can list all active campaigns and query specific requests for any of them using natural language.
Is it possible to see the history of messages?
Yes, your agent can pull a list of all messages sent through the platform to help you audit client communications.
Can my agent see specific form details?
Yes, it can retrieve details for specific elements within a request so you know exactly what information is being collected.
Where do I find my Collect API key?
In the Collect dashboard, go to Settings > Integrations > API and generate a key. Copy it and paste it below.
Which authentication method does this use?
This integration uses Basic Authentication with your API Key as the password.
Can I export requests as PDF?
The API supports PDF exports. While this integration focuses on data management, you can retrieve the metadata needed to trigger an export.
One connection away
Give your agent a direct line to Collect.
Connect Collect once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available