Sharpei Connector for AI agents.
10 live capabilities
Manage identity verification and KYC workflows for your customers.
Waiting for input…
Why people use Sharpei
Sharpei for Streamlining Identity Verification Compliance
This Connector changes that by making the verification portal accessible to your agent. You can ask your agent to pull the status of 50 applications at once or grab a specific document for a high-risk user. You get a unified workflow where the data comes to you, not the other way around.
What Vinkius changes
You get to manage your entire identity verification pipeline through a chat interface instead of a complex dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Rapid KYC for Fintech Onboarding
A new user signs up for a banking app.
- Real-world use case 02
Manual Document Review for High-Risk Users
A compliance officer notices a flagged account.
- Real-world use case 03
E-commerce Compliance Checking
A merchant wants to sell restricted goods.
Complete set · 10capabilities
The complete Sharpei capability set.
These are the exact actions your AI can choose when you ask it to work with Sharpei.
01—04
4 capabilities in this set.
Part of 10 available through Sharpei.
- 01 Capability
Check sharpei status
Verify the API connection is active. This ensures your agent can talk to the Sharpei system without issues.
- 02 Capability
Create application
Start a new verification request. Use this to kick off the KYC process for a new customer immediately.
- 03 Capability
Get application
Pull specific details for one request. This gives you the full context of a single user's verification.
- 04 Capability
List webhooks
See your configured webhook endpoints. Use this to confirm where your system receives real-time status updates.
05—07
3 capabilities in this set.
Part of 10 available through Sharpei.
- 05 Capability
Get document
Get a single document from an application. Use this to view a specific file like a passport or ID card.
- 06 Capability
Get documents
List all files for an application. This shows every piece of evidence a customer uploaded for review.
- 07 Capability
Get subscription
View your current plan details. Check your remaining limits and features with this capability.
08—10
3 capabilities in this set.
Part of 10 available through Sharpei.
- 08 Capability
Get verification status
Check if a user is approved or pending. This is the fastest way to see where a customer stands in the queue.
- 09 Capability
List applications
See every request in your account. Use this to get a high-level view of all active verifications.
- 10 Capability
List subscriptions
List all your active plans. This helps you manage multiple subscription tiers in one place.
Set up in minutes
One URL. Then ask Sharpei to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Sharpei 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_sT8vAulqJOVn61LkCRESGkOV1KrYBTkLxoFaHEXJ/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 Sharpei, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Sharpei for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sT8vAulqJOVn61LkCRESGkOV1KrYBTkLxoFaHEXJ/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 Sharpei URL.
- Step 03
Save and start
Save the connection and enable Sharpei in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sharpei": {
"url": "https://edge.vinkius.com/vk_preview_sT8vAulqJOVn61LkCRESGkOV1KrYBTkLxoFaHEXJ/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 Sharpei
Open Agent mode in chat and ask: "Using Sharpei, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sharpei": {
"url": "https://edge.vinkius.com/vk_preview_sT8vAulqJOVn61LkCRESGkOV1KrYBTkLxoFaHEXJ/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 Sharpei
Ask Copilot: "Using Sharpei, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sharpei": {
"url": "https://edge.vinkius.com/vk_preview_sT8vAulqJOVn61LkCRESGkOV1KrYBTkLxoFaHEXJ/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 Sharpei
Open Cascade and ask: "Using Sharpei, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sharpei": {
"url": "https://edge.vinkius.com/vk_preview_sT8vAulqJOVn61LkCRESGkOV1KrYBTkLxoFaHEXJ/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 Sharpei
Ask Cline: "Using Sharpei, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sharpei --transport http "https://edge.vinkius.com/vk_preview_sT8vAulqJOVn61LkCRESGkOV1KrYBTkLxoFaHEXJ/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 Sharpei
Ask Claude: "Using Sharpei, show me...". 10 tools are ready
Where the request belongs
Work Sharpei can move forward.
This is for compliance officers who are drowning in manual ID checks and e-commerce owners who need to onboard customers quickly without sacrificing security.
Compliance Officer
Uses the Connector to quickly scan through hundreds of verification requests and flag high-risk applications for manual review.
Fintech Ops Manager
Monitors the status of new user signups and pulls documents to verify high-value transactions.
E-commerce Owner
Automates the verification of customers for restricted items to ensure they meet legal requirements before shipping.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFastSpring
Manage digital commerce via FastSpring. track orders and subscriptions, handle accounts, and manage product catalogs directly from any AI agent.
Whop
Manage digital products, payments, and memberships on Whop with AI agents.
Lemon Squeezy (Merchant of Record & Payments)
Manage your Lemon Squeezy store, products, and customers directly through AI. handle payments and subscriptions via natural conversation.
Booqable
Manage your rentals via Booqable. track orders, check availability, and manage inventory directly from any AI agent.
Shopline
Equip your AI agent to autonomously manage your Shopline store. Audit products, track order fulfillment, fetch customer profiles, and monitor store collections seamlessly.
Recharge
Automate subscription commerce via Recharge. manage subscriptions, customers, and orders directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Sharpei 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 Sharpei.
The practical details behind the request, access and result.
What does the Sharpei MCP do for my business?
It connects your identity verification data to your AI agent. This lets you check KYC statuses, pull user documents, and manage verification requests through a simple chat instead of a dashboard.
Can my AI agent actually see the IDs people upload?
Yes, your agent can retrieve specific documents for an application using the Connector. This makes it much faster to review passports or other IDs for manual approval.
How does Sharpei help with KYC compliance?
It automates the retrieval of KYC data. Your agent can list all active applications and check their status in real time, helping your team stay on top of compliance requirements.
Can I use Sharpei to start new verifications?
Yes, your agent can create new verification applications immediately. This allows for a faster onboarding experience for your customers.
Does the Sharpei MCP work with my current subscription?
Yes, the Connector can check your subscription details. Your agent can tell you your current plan features and how many verification checks you have left.
How do I know if my webhooks are working?
Your agent can use the Connector to list your configured webhooks. This helps you verify that your system is correctly set up to receive real-time updates.
Can my AI create a new verification application?
Yes. Use create_application with the customer name and email. The agent starts the verification process and returns the application ID.
How do I check document verification results?
Use get_document with the application and document IDs. The agent returns verification status, document type, and any flags.
Can I track the overall verification status?
Yes. get_verification_status returns the current status of any application. pending, approved, or rejected.
One connection away
Give your agent a direct line to Sharpei.
Connect Sharpei once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available