SEON Connector for AI agents.
12 live capabilities
Run real-time fraud checks and AML screenings with your AI client.
Waiting for input…
Why people use SEON
SEON for Real-Time Fraud Prevention
With this Connector, you just tell your agent what to do. You ask it to check a user's digital footprint and it pulls everything from SEON in one go. You get a clear risk score and a summary of the data, letting you make decisions in seconds instead of minutes.
What Vinkius changes
You get a natural language interface for professional-grade fraud prevention.
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 new user registration
A new user signs up and the risk manager asks the agent to check the email and IP for VPN use using check_email and check_ip.
- Real-world use case 02
Investigating a high-value transaction
A high-value transaction triggers a flag, and an ops lead asks for a full fraud risk assessment using check_fraud.
- Real-world use case 03
Conducting vendor AML checks
A compliance officer needs to verify if a new vendor is on a global sanctions list using aml_screening.
Complete set · 12capabilities
The complete SEON capability set.
These are the exact actions your AI can choose when you ask it to work with SEON.
01—04
4 capabilities in this set.
Part of 12 available through SEON.
- 01 Capability
Get account info
Pull the full details for a specific user account. Use this to see the history of a registered user.
- 02 Capability
Check fraud
Run a full fraud risk assessment on a transaction or user. It provides a consolidated score for the entire interaction.
- 03 Capability
Check ip
Pull risk data like VPN status and location for an IP address. This helps identify hidden proxies or high-risk regions.
- 04 Capability
Check phone
Get intelligence on phone numbers, including carrier and type. This helps verify if a number is a real mobile line.
05—08
4 capabilities in this set.
Part of 12 available through SEON.
- 05 Capability
Get transaction
Retrieve details for a specific transaction to see risk data. It helps you audit why a specific payment was flagged.
- 06 Capability
List aml monitors
See all active AML monitors currently in use. This helps you keep track of your compliance oversight.
- 07 Capability
List lists
View all your custom blacklists and whitelists. Use this to audit who is currently blocked or allowed.
- 08 Capability
List rules
See all active fraud rules and their current status. This lets you understand the logic behind your automated blocks.
09—12
4 capabilities in this set.
Part of 12 available through SEON.
- 09 Capability
Add label
Attach a custom feedback label to a specific risk profile. This helps organize your manual review queue.
- 10 Capability
Add to list
Put a specific user or entity into a blacklist or whitelist. Use this to block known bad actors instantly.
- 11 Capability
Aml screening
Run a check against global sanctions and criminal watchlists. It ensures your business stays compliant with regulations.
- 12 Capability
Check email
Get the digital footprint and risk score for an email address. It reveals linked social accounts and domain age.
Set up in minutes
One URL. Then ask SEON to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SEON 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_HjFwJxuasH3gV5jLU4KuDZvnDN95zxR9OvQ7v7vY/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 SEON, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SEON for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_HjFwJxuasH3gV5jLU4KuDZvnDN95zxR9OvQ7v7vY/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 SEON URL.
- Step 03
Save and start
Save the connection and enable SEON in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"seon": {
"url": "https://edge.vinkius.com/vk_preview_HjFwJxuasH3gV5jLU4KuDZvnDN95zxR9OvQ7v7vY/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 SEON
Open Agent mode in chat and ask: "Using SEON, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"seon": {
"url": "https://edge.vinkius.com/vk_preview_HjFwJxuasH3gV5jLU4KuDZvnDN95zxR9OvQ7v7vY/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 SEON
Ask Copilot: "Using SEON, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"seon": {
"url": "https://edge.vinkius.com/vk_preview_HjFwJxuasH3gV5jLU4KuDZvnDN95zxR9OvQ7v7vY/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 SEON
Open Cascade and ask: "Using SEON, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"seon": {
"url": "https://edge.vinkius.com/vk_preview_HjFwJxuasH3gV5jLU4KuDZvnDN95zxR9OvQ7v7vY/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 SEON
Ask Cline: "Using SEON, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add seon --transport http "https://edge.vinkius.com/vk_preview_HjFwJxuasH3gV5jLU4KuDZvnDN95zxR9OvQ7v7vY/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 SEON
Ask Claude: "Using SEON, show me...". 12 tools are ready
Where the request belongs
Work SEON can move forward.
This is for the risk manager who's tired of manual verification, the compliance officer buried in AML paperwork, and the ops lead trying to stop fraud without slowing down the user experience.
Risk Manager
Checks user risk scores and investigates flagged transactions during peak hours.
Compliance Officer
Runs AML screenings and monitors watchlists to keep the company legal.
Fraud Ops Lead
Manages blacklists and updates fraud rules to block bad actors in real-time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSift (Chargeback)
Manage fraud prevention and chargebacks via Sift. track user scores, report disputes, and apply decisions directly from any AI agent.
Anura
Ad fraud detection MCP server. Validate visitors in real-time and manage fraud reports via Anura.io.
IPQualityScore (IPQS)
Detect fraud, proxies, and malicious activity via IPQS API.
KnowBe4 (KMSAT Reporting)
Audit security awareness. list users, track phishing tests, and monitor risk scores.
TeleSign
Verify user identities with phone number intelligence, SMS verification, and risk scoring that prevents fraud at sign-up.
ClearSale
Manage e-commerce fraud prevention via ClearSale. submit orders for analysis, monitor fraud scores, and track status updates directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep SEON 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 SEON.
The practical details behind the request, access and result.
How does SEON MCP help with fraud?
It connects your AI to SEON's risk engine. Your agent can instantly check emails, phones, and IPs to give you a risk score, helping you stop bad actors before they can complete a transaction.
Can I use SEON MCP for AML compliance?
Yes. You can use the aml_screening capability to check users against global sanctions and criminal watchlists using natural language commands.
Does SEON MCP manage my blacklists?
It does. You can ask your agent to add specific emails or phone numbers to your custom blacklists or whitelists directly from your chat.
What kind of data does SEON MCP pull?
It retrieves digital footprints, including social media links, domain registration dates, carrier info for phones, and VPN status for IP addresses.
Is SEON MCP good for high-volume transactions?
It's built for it. Because it works through an AI agent, it handles the repetitive task of checking every user's risk data so your team doesn't have to.
Can my AI automatically check the fraud risk for a specific transaction by providing its ID?
Yes! Use the get_transaction capability with the Transaction ID. Your agent will respond with the complete risk score, rule triggers, and digital footprint data in seconds.
How do I check the digital footprint for a new user's email address?
Simply ask the agent to run the check_email action. It will retrieve social media profile associations, domain age, and potential risk flags associated with that email.
How do I find my SEON Admin API Key?
Log in to your SEON dashboard, navigate to Settings > API Keys, and you will find your unique Admin License Key there.
One connection away
Give your agent a direct line to SEON.
Connect SEON once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available