Equixly Connector for AI agents.
10 live capabilities
Run autonomous API penetration tests and manage vulnerability audits from your agent.
Waiting for input…
Why people use Equixly
Equixly for API Security Pentesting
Equixly changes that by letting you manage the entire lifecycle through your AI agent. You can register services, trigger scans, and get a summarized list of exploitable flaws with remediation steps in one conversation.
What Vinkius changes
You get a way to run and audit professional-grade API pentests using only 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
Immediate post-deployment checks
A developer just pushed a new billing API.
- Real-world use case 02
Security audit summaries
A security lead needs a summary of the last week's tests.
- Real-world use case 03
Remediation guidance for high-risk flaws
A team needs to know how to fix a high-severity BOLA.
Complete set · 10capabilities
The complete Equixly capability set.
These are the exact actions your AI can choose when you ask it to work with Equixly.
01—04
4 capabilities in this set.
Part of 10 available through Equixly.
- 01 Capability
Create service
Register a new API target with a base URL and name. This lets you define what the AI should attack.
- 02 Capability
Delete service
Remove an API service and its history from your account. Use this to clean up old test environments.
- 03 Capability
List scans
See all past and active pentest sessions for a service. It shows the status and total vulnerabilities found.
- 04 Capability
List services
View all the API base URLs you've registered. This helps you keep track of your entire attack surface.
05—07
3 capabilities in this set.
Part of 10 available through Equixly.
- 05 Capability
Get scan findings
Download a list of all exploitable vulnerabilities from a finished scan. It includes severity and remediation steps.
- 06 Capability
Get scan
Get a summary of a specific pentest scan. You can see the total requests made and the severity breakdown.
- 07 Capability
Get service
Fetch the configuration details for a specific API service. You need this before you can modify scan behavior.
08—10
3 capabilities in this set.
Part of 10 available through Equixly.
- 08 Capability
List api specs
See which API specifications you've uploaded for a service. This helps you manage your attack surface coverage.
- 09 Capability
Trigger scan
Launch a new autonomous AI penetration test against a target. It checks for BOLA, IDOR, and injection flaws.
- 10 Capability
Upload api spec
Upload a Postman, OpenAPI, or GraphQL spec to a service. This tells the AI exactly what it's allowed to test.
Set up in minutes
One URL. Then ask Equixly to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Equixly 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_nyZHBp8MEawkoza3tzHMDtA3eBgX7w9c0cUuHFQx/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 Equixly, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Equixly for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_nyZHBp8MEawkoza3tzHMDtA3eBgX7w9c0cUuHFQx/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 Equixly URL.
- Step 03
Save and start
Save the connection and enable Equixly in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"equixly": {
"url": "https://edge.vinkius.com/vk_preview_nyZHBp8MEawkoza3tzHMDtA3eBgX7w9c0cUuHFQx/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 Equixly
Open Agent mode in chat and ask: "Using Equixly, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"equixly": {
"url": "https://edge.vinkius.com/vk_preview_nyZHBp8MEawkoza3tzHMDtA3eBgX7w9c0cUuHFQx/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 Equixly
Ask Copilot: "Using Equixly, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"equixly": {
"url": "https://edge.vinkius.com/vk_preview_nyZHBp8MEawkoza3tzHMDtA3eBgX7w9c0cUuHFQx/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 Equixly
Open Cascade and ask: "Using Equixly, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"equixly": {
"url": "https://edge.vinkius.com/vk_preview_nyZHBp8MEawkoza3tzHMDtA3eBgX7w9c0cUuHFQx/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 Equixly
Ask Cline: "Using Equixly, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add equixly --transport http "https://edge.vinkius.com/vk_preview_nyZHBp8MEawkoza3tzHMDtA3eBgX7w9c0cUuHFQx/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 Equixly
Ask Claude: "Using Equixly, show me...". 10 tools are ready
Where the request belongs
Work Equixly can move forward.
Security engineers tired of manual scanning, backend developers who want to catch bugs before deployment, and DevSecOps teams needing to automate security gates.
Security Engineer
Triggers pentests and audits findings without manual capability configuration.
Backend Developer
Verifies security fixes and gets remediation guidance directly in the IDE.
DevSecOps Engineer
Integrates autonomous scans into the release cycle using natural language.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBeagle Security
Automate security testing via Beagle Security. list projects, start tests, and retrieve results 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.
StackHawk
Connect your AI to the StackHawk DAST platform. Run automated security scans, triage alerts seamlessly, and find vulnerabilities effortlessly.
Rapid7 InsightVM
Equip your AI to interact directly with Rapid7 InsightVM, extracting vulnerability assessments, scanning network assets, and launching immediate scans.
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 Equixly 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 Equixly.
The practical details behind the request, access and result.
What is Equixly MCP for?
It's a capability that lets your AI agent run autonomous penetration tests on your APIs. You can find flaws like BOLA and IDOR without having to manually configure complex security software.
How do I start a security scan?
Just tell your agent to trigger a scan for a specific service. It will launch the AI Hacker to explore your API and report back with a list of vulnerabilities.
Can I see the specific steps to fix a bug?
Yes, when you ask for scan findings, it provides actionable remediation guidance for every confirmed flaw it finds.
Does it support different API types?
It works with OpenAPI, GraphQL, Postman, and WSDL specs. You just upload the file and the AI uses it to map out the attack surface.
How do I manage my target services?
You can list all your registered services, get details on specific ones, or add new ones just by describing the name and URL to your agent.
Can I use this for my CI/CD pipeline?
You can trigger scans upon every deployment to ensure new code doesn't introduce security regressions or logic errors.
Can my agent trigger an autonomous penetration test on a specific API?
Yes. Use the 'trigger_scan' capability with the target Service ID. The Equixly AI Hacker will begin an autonomous session, learning and attacking the API for various flaws including BOLA and business logic errors.
How do I see the security vulnerabilities found in the last scan via chat?
Use the 'get_scan_findings' capability. Provide the Service and Scan IDs. The agent will retrieve a detailed list of confirmed security flaws, including severity levels and actionable remediation guidance.
Can I upload an OpenAPI specification to improve scan coverage through the agent?
Absolutely. Use the 'upload_api_spec' capability. Provide the spec content and format (e.g., 'openapi'). This allows the AI Hacker to understand the full attack surface and maximize vulnerability discovery.
One connection away
Give your agent a direct line to Equixly.
Connect Equixly once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available