Beagle Security Connector for AI agents.
10 live capabilities
Manage automated penetration tests and security scans from your favorite chat interface.
Waiting for input…
Why people use Beagle Security
Beagle Security for Automated Penetration Testing
This Connector puts that data where you're already working. You can ask your agent to start a test or pull the latest findings into your chat. You get the security data you need without the friction of multiple tabs.
What Vinkius changes
You get a direct line to your security testing data without leaving your primary workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The 'Is it safe?' check
A developer wants to know if an API is clear.
- Real-world use case 02
The 'Status Update'
A security lead wants to know if the nightly scan is done.
- Real-world use case 03
The 'Quick Audit'
An auditor needs a list of all projects.
Complete set · 10capabilities
The complete Beagle Security capability set.
These are the exact actions your AI can choose when you ask it to work with Beagle Security.
01—04
4 capabilities in this set.
Part of 10 available through Beagle Security.
- 01 Capability
Get vulnerabilities
List all the specific vulnerabilities found during a test. This gives you the raw data needed for remediation.
- 02 Capability
List applications
See a list of all security applications in your account. Use this to get an overview of your protected assets.
- 03 Capability
List projects
Get a list of all your security projects. This helps you navigate through different environments or targets.
- 04 Capability
Get application details
Pull specific data about a security application. This helps you quickly verify application configurations.
05—07
3 capabilities in this set.
Part of 10 available through Beagle Security.
- 05 Capability
Get project details
Get the specifics for a particular security project. Use this to see which targets are included in a scan.
- 06 Capability
Get test results
Grab the final results from a completed security test. This is how you see what the scanner actually found.
- 07 Capability
Get test status
Check if a security test is still running, finished, or failed. It keeps you updated on active scans.
08—10
3 capabilities in this set.
Part of 10 available through Beagle Security.
- 08 Capability
Get user profile
Retrieve your Beagle account profile information. This is useful for verifying account permissions and details.
- 09 Capability
Start test
Trigger a brand new security test for an application. This starts the automated penetration testing process.
- 10 Capability
Stop test
Halt an active security test immediately. Use this if you need to pause a scan for any reason.
Set up in minutes
One URL. Then ask Beagle Security to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Beagle Security 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_GMZAD3cxpKBIjn1PzPSniqywLNWqPzzdh58BTIVy/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 Beagle Security, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Beagle Security for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GMZAD3cxpKBIjn1PzPSniqywLNWqPzzdh58BTIVy/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 Beagle Security URL.
- Step 03
Save and start
Save the connection and enable Beagle Security in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"beagle-security": {
"url": "https://edge.vinkius.com/vk_preview_GMZAD3cxpKBIjn1PzPSniqywLNWqPzzdh58BTIVy/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 Beagle Security
Open Agent mode in chat and ask: "Using Beagle Security, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"beagle-security": {
"url": "https://edge.vinkius.com/vk_preview_GMZAD3cxpKBIjn1PzPSniqywLNWqPzzdh58BTIVy/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 Beagle Security
Ask Copilot: "Using Beagle Security, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"beagle-security": {
"url": "https://edge.vinkius.com/vk_preview_GMZAD3cxpKBIjn1PzPSniqywLNWqPzzdh58BTIVy/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 Beagle Security
Open Cascade and ask: "Using Beagle Security, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"beagle-security": {
"url": "https://edge.vinkius.com/vk_preview_GMZAD3cxpKBIjn1PzPSniqywLNWqPzzdh58BTIVy/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 Beagle Security
Ask Cline: "Using Beagle Security, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add beagle-security --transport http "https://edge.vinkius.com/vk_preview_GMZAD3cxpKBIjn1PzPSniqywLNWqPzzdh58BTIVy/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 Beagle Security
Ask Claude: "Using Beagle Security, show me...". 10 tools are ready
Where the request belongs
Work Beagle Security can move forward.
The security engineer who's tired of clicking through dashboards at 2am to check if a scan finished. The developer who needs to know if an API is safe before they push a hotfix. The DevSecOps person trying to automate security summaries into their daily reports.
Security Engineer
Uses this on Tuesday afternoons to check the status of multiple ongoing penetration tests without logging into the Beagle web console.
Software Developer
Uses this to quickly see if a specific application has passed its latest security scan before merging a new pull request.
DevSecOps Engineer
Uses this to pull a list of vulnerabilities into a summary report for the weekly security review.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsEquixly
Automate API security testing via Equixly. manage target services, trigger autonomous AI pentests, and audit vulnerability findings directly from any AI agent.
42Crunch
Automate API security testing via 42Crunch. manage collections, trigger audits, run conformance scans, and retrieve security reports directly from any AI agent.
Beagle Security
Scan your web applications for vulnerabilities, generate penetration test reports, and strengthen your security posture proactively.
StackHawk
Connect your AI to the StackHawk DAST platform. Run automated security scans, triage alerts seamlessly, and find vulnerabilities effortlessly.
Acunetix 360
Automated web vulnerability scanning. manage scans, track issues, and audit security via AI.
Intruder
Automate vulnerability scanning and security monitoring via Intruder.io API.
Bring your own AI
Change the model, client or framework. Keep Beagle Security 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 Beagle Security.
The practical details behind the request, access and result.
What does the Beagle Security MCP do?
This Connector allows your AI agent to interact directly with your Beagle Security account. You can trigger penetration tests, check their status, and pull vulnerability results into your workspace.
Can I start a security scan with my AI agent?
Yes, you can use your agent to start new security tests for specific applications instantly without leaving your current capability.
How do I see my test results?
Your agent can fetch the final results of a completed test and summarize the findings for you, including the severity of each vulnerability.
Is this for manual security audits?
No, this is designed for automated penetration testing and vulnerability assessments. It works by interacting with the Beagle Security API.
Does it work with Cursor or Claude?
Yes, it works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code, through the Vinkius catalog.
How do I get my vulnerability data?
You can simply ask your agent to list the vulnerabilities for a specific test, and it will pull the data directly from your Beagle account.
Can I start a security test for a specific application from the agent?
Yes! Use the start_test action with your application's token. Your agent will trigger the penetration test in your Beagle Security account immediately.
How do I check if a running security test has finished?
Simply ask the agent to get_test_status with the Test ID. It will return the current phase of the test and its completion status.
Does the integration show me the details of found vulnerabilities?
Yes. Once a test is finished, you can use get_vulnerabilities or get_test_results to retrieve a list of findings, including severity and descriptions.
One connection away
Give your agent a direct line to Beagle Security.
Connect Beagle Security once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available