Wallarm Connector for AI agents.
10 live capabilities
Manage API security and block malicious traffic through your AI agent.
Waiting for input…
Why people use Wallarm
Stop Manual Log Hunting with Wallarm API Security Monitoring
This Connector lets you skip the navigation. You can just ask your agent to show you the last five SQLi attempts or pull the payload for a specific blocked hit. You get a clear picture of the threat immediately, without the friction of a traditional dashboard.
What Vinkius changes
You turn your AI agent into a functional SOC analyst that can query and act on your Wallarm security data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rapid Incident Response
A SOC analyst sees a spike in traffic and asks the agent to use `search_security_attacks` to identify the primary attack vector.
- Real-world use case 02
Shadow API Discovery
A developer asks for the `get_discovered_api_inventory` to see if any new endpoints were exposed during a last night's deploy.
- Real-world use case 03
Instant IP Blocking
An engineer spots a brute force attack and tells the agent to use `create_ip_acl_rule` to block the source IP immediately.
Complete set · 10capabilities
The complete Wallarm capability set.
These are the exact actions your AI can choose when you ask it to work with Wallarm.
01—04
4 capabilities in this set.
Part of 10 available through Wallarm.
- 01 Capability
Get vulnerability details
Pull diagnostic data and exploit evidence for a specific vulnerability ID. This helps you understand exactly how a flaw was triggered.
- 02 Capability
List ip acl rules
See all your current allowlist and denylist rules in one list. This is great for auditing your current network access controls.
- 03 Capability
Search security attacks
Find attacks grouped by type like SQLi or XSS. This makes it easy to see the scope of a broader campaign.
- 04 Capability
Search security hits
View full request headers and payloads for blocked traffic. This lets you see the exact data an attacker tried to send.
05—07
3 capabilities in this set.
Part of 10 available through Wallarm.
- 05 Capability
Search vulnerabilities
List all open security flaws found in your live API traffic. This is your starting point for triage and remediation.
- 06 Capability
Update vulnerability status
Mark a vulnerability as closed, open, or a false positive. This helps you keep your security backlog clean and accurate.
- 07 Capability
Create ip acl rule
Add an IP or CIDR range to your global allowlist or denylist. This helps you block bad actors or let in trusted partners quickly.
08—10
3 capabilities in this set.
Part of 10 available through Wallarm.
- 08 Capability
Get discovered api inventory
See every endpoint your WAF has found through passive traffic analysis. This helps you find shadow APIs you didn't know existed.
- 09 Capability
Get client info
Get a quick look at your Wallarm account status and subscription details. Use this to check your current feature access.
- 10 Capability
List filtering nodes
Check the status of your deployed WAF and API gateway nodes. Use this to ensure your security edge is actually online.
Set up in minutes
One URL. Then ask Wallarm to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Wallarm 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_wtqoTiRGf7f9vV5ladmPTVkzskQH77LY6DMZ7ltz/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 Wallarm, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Wallarm for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_wtqoTiRGf7f9vV5ladmPTVkzskQH77LY6DMZ7ltz/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 Wallarm URL.
- Step 03
Save and start
Save the connection and enable Wallarm in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"wallarm": {
"url": "https://edge.vinkius.com/vk_preview_wtqoTiRGf7f9vV5ladmPTVkzskQH77LY6DMZ7ltz/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 Wallarm
Open Agent mode in chat and ask: "Using Wallarm, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"wallarm": {
"url": "https://edge.vinkius.com/vk_preview_wtqoTiRGf7f9vV5ladmPTVkzskQH77LY6DMZ7ltz/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 Wallarm
Ask Copilot: "Using Wallarm, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"wallarm": {
"url": "https://edge.vinkius.com/vk_preview_wtqoTiRGf7f9vV5ladmPTVkzskQH77LY6DMZ7ltz/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 Wallarm
Open Cascade and ask: "Using Wallarm, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"wallarm": {
"url": "https://edge.vinkius.com/vk_preview_wtqoTiRGf7f9vV5ladmPTVkzskQH77LY6DMZ7ltz/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 Wallarm
Ask Cline: "Using Wallarm, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add wallarm --transport http "https://edge.vinkius.com/vk_preview_wtqoTiRGf7f9vV5ladmPTVkzskQH77LY6DMZ7ltz/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 Wallarm
Ask Claude: "Using Wallarm, show me...". 10 tools are ready
Where the request belongs
Work Wallarm can move forward.
This is for the security professional who spends too much time clicking through dashboards. If you're tired of manual log digging or want to move faster during an incident, this capability is for you.
SOC Analyst
Responding to alerts and blocking malicious IPs in real-time during an active incident.
DevSecOps Engineer
Triaging vulnerabilities and checking API security during a production release cycle.
API Developer
Auditing exposed endpoints and ensuring the WAF is correctly configured for new features.
SRE
Monitoring the health of security edge nodes and managing global access rules efficiently.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsIntruder
Automate vulnerability scanning and security monitoring via Intruder.io API.
Beagle Security
Scan your web applications for vulnerabilities, generate penetration test reports, and strengthen your security posture proactively.
UpGuard
Monitor your attack surface and assess vendor security risks with continuous scanning that identifies vulnerabilities before attackers do.
Wazuh (SIEM)
Manage your Wazuh SIEM infrastructure—monitor agents, inspect security events, and manage manager configurations directly from your AI agent.
Salt Security
Integrate Salt Security directly with your AI for comprehensive API threat vector discovery, posture management, and active remediation in real-time.
Acunetix 360
Automated web vulnerability scanning. manage scans, track issues, and audit security via AI.
Bring your own AI
Change the model, client or framework. Keep Wallarm 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 Wallarm.
The practical details behind the request, access and result.
Can the Wallarm MCP block IPs automatically?
Yes, you can tell your agent to add a specific IP to your denylist using the create_ip_acl_rule capability. This lets you stop attacks as they happen without leaving your chat.
How does Wallarm find shadow APIs?
It uses passive traffic analysis to see which endpoints are actually being hit. You can see these by asking your agent to pull the get_discovered_api_inventory.
Can I see the actual data an attacker sent?
Yes, you can use search_security_hits to view the full request headers and payloads. This is vital for understanding the intent behind a blocked request.
Is this Connector good for SOC analysts?
It's built for it. It lets analysts query attack vectors and triage vulnerabilities much faster than clicking through a web console.
How do I manage my vulnerability backlog?
You can use the update_vulnerability_status capability to mark issues as closed or false positives. This keeps your security dashboard clean and focused on real problems.
Can I check if my WAF nodes are up?
Yes, you can ask your agent to list your filtering nodes. It will show you the heartbeat status of your deployed security edge.
Can I block a malicious IP address directly from my agent?
Yes. Using the create_ip_acl_rule capability, you can immediately add an IP or CIDR range to your global denylist (black list) to mitigate threats as soon as they are identified during your security audit.
How can I see all the API endpoints Wallarm has discovered?
The get_discovered_api_inventory capability provides you with the full API inventory automatically discovered through passive traffic analysis, showing exposed endpoints, methods, and parameters without requiring manual specifications.
Is it possible to triage vulnerabilities and change their status via chat?
Absolutely. You can use update_vulnerability_status to change a vulnerability's lifecycle status (e.g., to closed or false positive) once you have investigated it or applied remediation steps.
One connection away
Give your agent a direct line to Wallarm.
Connect Wallarm once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available