Intruder Connector for AI agents.
10 live capabilities
Automate vulnerability scanning and security audits across your cloud infrastructure.
Waiting for input…
Why people use Intruder
Intruder for Automated Vulnerability Scanning
This Connector changes that by letting your agent pull that data directly. You can ask for a summary of critical issues or a status update on a specific scan without ever leaving your terminal. You get a clear picture of your security posture in seconds.
What Vinkius changes
You get a direct way to query your security data using natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Security Triage
A security engineer asks their agent to find all critical issues.
- Real-world use case 02
Cloud Integration Audit
A DevSecOps lead wants to know which cloud providers are connected.
- Real-world use case 03
Scan Status Tracking
An admin needs to know if the last scan finished.
Complete set · 10capabilities
The complete Intruder capability set.
These are the exact actions your AI can choose when you ask it to work with Intruder.
01—04
4 capabilities in this set.
Part of 10 available through Intruder.
- 01 Capability
List cloud integrations
View all configured cloud connections for AWS, Azure, and Google Cloud. This is great for auditing discovery scope.
- 02 Capability
List issues
Get a full list of security flaws with severity levels and current status. Use this as your primary auditing capability.
- 03 Capability
List scans
See a history of all vulnerability scans including types and timestamps. This helps you track scan frequency.
- 04 Capability
List targets
List every infrastructure and application target being monitored. Use this to see your total scan coverage.
05—07
3 capabilities in this set.
Part of 10 available through Intruder.
- 05 Capability
List teams
See the different organization teams and their access levels. This helps you understand your internal controls.
- 06 Capability
List licences
Check your current subscription status and license capacity. This helps you stay within your plan limits.
- 07 Capability
Get issue
Get specific remediation advice and details for a single security flaw. It helps you understand how to fix a bug.
08—10
3 capabilities in this set.
Part of 10 available through Intruder.
- 08 Capability
Get scan
Pull a summary of findings and duration for a specific security assessment. Use this to audit specific scan results.
- 09 Capability
Get target
See the metadata and tags for a specific piece of infrastructure. It helps you deep-dive into an asset's status.
- 10 Capability
Get account
View your Intruder account settings and identity details. Use this to verify your current configuration.
Set up in minutes
One URL. Then ask Intruder to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Intruder 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_iyhuD2wEGTseUCk5fcaiqvHMhmFGhDoV5W6VUzpY/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 Intruder, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Intruder for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iyhuD2wEGTseUCk5fcaiqvHMhmFGhDoV5W6VUzpY/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 Intruder URL.
- Step 03
Save and start
Save the connection and enable Intruder in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"intruder": {
"url": "https://edge.vinkius.com/vk_preview_iyhuD2wEGTseUCk5fcaiqvHMhmFGhDoV5W6VUzpY/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 Intruder
Open Agent mode in chat and ask: "Using Intruder, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"intruder": {
"url": "https://edge.vinkius.com/vk_preview_iyhuD2wEGTseUCk5fcaiqvHMhmFGhDoV5W6VUzpY/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 Intruder
Ask Copilot: "Using Intruder, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"intruder": {
"url": "https://edge.vinkius.com/vk_preview_iyhuD2wEGTseUCk5fcaiqvHMhmFGhDoV5W6VUzpY/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 Intruder
Open Cascade and ask: "Using Intruder, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"intruder": {
"url": "https://edge.vinkius.com/vk_preview_iyhuD2wEGTseUCk5fcaiqvHMhmFGhDoV5W6VUzpY/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 Intruder
Ask Cline: "Using Intruder, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add intruder --transport http "https://edge.vinkius.com/vk_preview_iyhuD2wEGTseUCk5fcaiqvHMhmFGhDoV5W6VUzpY/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 Intruder
Ask Claude: "Using Intruder, show me...". 10 tools are ready
Where the request belongs
Work Intruder can move forward.
This is for security engineers and DevSecOps leads who are tired of manual data entry and constant dashboard switching. It's for the person who needs to report on security posture without spending hours on copy-paste tasks.
Security Engineer
You use this to quickly triage high-severity issues and get remediation advice without leaving your workflow.
DevSecOps Lead
You use this to automate security audits and ensure cloud integrations are correctly discovering new targets.
IT Compliance Manager
You use this to verify license capacity and check team access controls for organizational audits.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsUpGuard
Monitor your attack surface and assess vendor security risks with continuous scanning that identifies vulnerabilities before attackers do.
Rapid7 InsightVM
Equip your AI to interact directly with Rapid7 InsightVM, extracting vulnerability assessments, scanning network assets, and launching immediate scans.
Tenable
Manage Tenable Vulnerability Management scans, inspect cloud assets, and triage CVEs natively via your AI agent.
Trend Micro
Equip your AI agent with Vision One telemetry to investigate threats, audit endpoint activities, and manage security alerts natively.
Halo Security
Automate attack surface management via Halo Security. monitor assets, scans, and vulnerabilities directly from any AI agent.
Beagle Security
Scan your web applications for vulnerabilities, generate penetration test reports, and strengthen your security posture proactively.
Bring your own AI
Change the model, client or framework. Keep Intruder 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 Intruder.
The practical details behind the request, access and result.
Can Intruder MCP help with my cloud security?
Yes. It connects your agent to Intruder.io so you can audit your AWS, Azure, and Google Cloud integrations and see which targets are being discovered.
How does Intruder MCP handle vulnerability reports?
It pulls the full list of identified flaws, including their severity levels and current status, so you can see your security posture at a glance.
Can I use Intruder MCP to check my license status?
Yes. You can ask your agent to verify your current subscription status and license capacity to ensure your team has enough seats.
How does Intruder MCP find my cloud assets?
It allows your agent to list all configured cloud integrations, making it easy to verify your discovery scope across multiple cloud providers.
Can Intruder MCP help with DevSecOps automation?
Absolutely. It lets you automate the retrieval of scan results and security issues, which can be used to trigger automated alerts or reporting workflows.
How do I see which teams have access in Intruder MCP?
You can ask your agent to list all organization teams to see who has what level of access across your security infrastructure.
How do I get Intruder API credentials?
Log in to your Intruder portal, navigate to Settings > API, and click 'Create Access Token'.
Can I start scans with this Connector?
This initial version focuses on listing and retrieving security data. Support for triggering new scans may be added in future updates.
What cloud integrations are supported?
Intruder supports AWS, Azure, and Google Cloud Platform for automated asset discovery.
Can I start scans with this MCP?
This initial version focuses on listing and retrieving security data. Support for triggering new scans may be added in future updates.
One connection away
Give your agent a direct line to Intruder.
Connect Intruder once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available