Sumsub Connector for AI agents.
5 live capabilities
Manage KYC and AML identity verification workflows directly from your workspace.
Waiting for input…
Why people use Sumsub
Sumsub for Automated KYC and AML Compliance
With this Connector, your AI agent handles the heavy lifting. You can ask for a status update or pull a full profile with a single sentence. You get your answers instantly in your workspace, which means your team spends less time clicking and more time actually processing users.
What Vinkius changes
You get a direct line to Sumsub's verification engine without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying a user's clearance
A compliance officer asks the agent to use get_applicant_status to see if a specific ID is approved for onboarding.
- Real-world use case 02
Testing new signup flows
A developer uses the agent to generate tokens with generate_access_token and create test applicants with create_applicant.
- Real-world use case 03
Batch uploading IDs
An ops team provides the agent with base64 strings to add_document to various profiles in a single session.
Complete set · 5capabilities
The complete Sumsub capability set.
These are the exact actions your AI can choose when you ask it to work with Sumsub.
01—03
3 capabilities in this set.
Part of 5 available through Sumsub.
- 01 Capability
Get applicant
Pull the full profile and data for a specific applicant using their unique ID.
- 02 Capability
Get applicant status
Check the current verification status of an applicant to see if they have cleared your requirements.
- 03 Capability
Add document
Upload identity documents like passports or ID cards directly to an applicant's profile.
04—05
2 capabilities in this set.
Part of 5 available through Sumsub.
- 04 Capability
Create applicant
Create a new applicant in Sumsub and assign them to a specific KYC or AML verification level.
- 05 Capability
Generate access token
Create a secure WebSDK access token to initialize the Sumsub flow for your end-users.
Set up in minutes
One URL. Then ask Sumsub to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Sumsub 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_iHewIRYtFeazsAHvuNv9VlgGwiZnBNlz8RkMk9Zu/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 Sumsub, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Sumsub for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iHewIRYtFeazsAHvuNv9VlgGwiZnBNlz8RkMk9Zu/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 Sumsub URL.
- Step 03
Save and start
Save the connection and enable Sumsub in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sumsub": {
"url": "https://edge.vinkius.com/vk_preview_iHewIRYtFeazsAHvuNv9VlgGwiZnBNlz8RkMk9Zu/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 Sumsub
Open Agent mode in chat and ask: "Using Sumsub, help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sumsub": {
"url": "https://edge.vinkius.com/vk_preview_iHewIRYtFeazsAHvuNv9VlgGwiZnBNlz8RkMk9Zu/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 Sumsub
Ask Copilot: "Using Sumsub, help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sumsub": {
"url": "https://edge.vinkius.com/vk_preview_iHewIRYtFeazsAHvuNv9VlgGwiZnBNlz8RkMk9Zu/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 Sumsub
Open Cascade and ask: "Using Sumsub, help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sumsub": {
"url": "https://edge.vinkius.com/vk_preview_iHewIRYtFeazsAHvuNv9VlgGwiZnBNlz8RkMk9Zu/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 Sumsub
Ask Cline: "Using Sumsub, help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sumsub --transport http "https://edge.vinkius.com/vk_preview_iHewIRYtFeazsAHvuNv9VlgGwiZnBNlz8RkMk9Zu/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 Sumsub
Ask Claude: "Using Sumsub, show me...". 5 tools are ready
Where the request belongs
Work Sumsub can move forward.
This is for compliance officers who are tired of manual status checks and fintech developers who want to test onboarding flows without building custom UI for every step.
Compliance Officer
Checks applicant statuses and pulls verification details during audits.
Fintech Developer
Generates WebSDK tokens and tests applicant creation in their IDE.
Operations Specialist
Manages high-volume document uploads and onboarding tasks.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPersona
Manage identity verification workflows via Persona. handle inquiries, manage accounts, and inspect verifications directly from your AI agent.
Onfido
Automate identity verification via Onfido. create applicants, manage workflow runs, and retrieve verification reports directly from any AI agent.
ComplyAdvantage
Automate AML and KYC compliance. screen entities, manage search history, and monitor risks directly from your AI agent.
Collect
Enable your AI agent to manage data collection campaigns, send requests, and track submissions via the Collect API.
Cleared (ClearedIn)
Manage identity verification and background screening via Cleared. track verifications, monitor screenings, and audit security logs directly from any AI agent.
Rong360 Open API
Bring high-level financial risk assessment and identity KYC directly to your agent. Evaluate credit scores and verify names.
Bring your own AI
Change the model, client or framework. Keep Sumsub 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 Sumsub.
The practical details behind the request, access and result.
Does Sumsub MCP help with KYC and AML?
Yes, it connects your AI to Sumsub's identity verification capabilities so you can manage compliance checks directly from your chat.
Can I use Sumsub MCP to upload passports?
Yes, you can use it to attach identity documents like passports or ID cards to any applicant profile using your AI agent.
How does Sumsub MCP speed up onboarding?
It lets your agent create applicants and check statuses in real-time, removing the need to switch between different apps and dashboards.
Is Sumsub MCP good for fintech companies?
It is designed for fintech and compliance teams who need to manage high volumes of identity checks and document verification efficiently.
Can I check applicant status with Sumsub MCP?
You can ask your agent for the real-time verification status of any specific applicant ID without leaving your workspace.
How do I get Sumsub MCP to handle my documents?
Your agent can take base64 encoded documents and attach them to the correct profile automatically when you give the command.
Can I check if a specific user has passed their KYC verification?
Yes. Use the get_applicant_status capability with the Applicant ID. The AI will return the current verification stage and whether they are approved, pending, or rejected.
How do I provide a verification link to my users?
You can use the generate_access_token capability. It provides the necessary token to initialize the Sumsub WebSDK for a specific User ID and verification level.
Is it possible to upload a user's ID document directly through the agent?
Yes, by using the add_document capability. You will need the Applicant ID, the document type (like PASSPORT), the country code, and the base64 encoded content of the file.
One connection away
Give your agent a direct line to Sumsub.
Connect Sumsub once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available