Veracode Connector for AI agents.
10 live capabilities
Manage application security posture and vulnerability flaws through conversation.
Waiting for input…
Why people use Veracode
Veracode for Automated Vulnerability Triage
With this Connector, you just ask your agent to list findings or explain a specific flaw. You get the remediation steps and the affected code strings right in your chat window, keeping you focused on the actual fix instead of the documentation hunt.
What Vinkius changes
You get a conversational interface for your entire Veracode security posture.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Instant flaw remediation
A developer finds a bug and asks the agent for `get_finding_details` on a specific ID.
- Real-world use case 02
Security risk auditing
A security manager asks for a summary of all apps.
- Real-world use case 03
Rapid sandbox verification
A DevSecOps engineer needs to prep a scan.
Complete set · 10capabilities
The complete Veracode capability set.
These are the exact actions your AI can choose when you ask it to work with Veracode.
01—04
4 capabilities in this set.
Part of 10 available through Veracode.
- 01 Capability
Delete application
Permanently remove a Veracode application from your account. Use this to clean up old projects.
- 02 Capability
Get application details
Pull a full profile of an app including risk scores and compliance. This gives you the big picture on any project.
- 03 Capability
Get finding details
Get specific details on a vulnerability like its CWE type and remediation steps. It's perfect for understanding how to fix a bug.
- 04 Capability
List applications
See every application currently tracked in your Veracode account. This helps you manage your entire security portfolio.
05—07
3 capabilities in this set.
Part of 10 available through Veracode.
- 05 Capability
List dynamic analyses
See a list of your configured DAST scans. Use this to track real-time execution bounds.
- 06 Capability
List security findings
Pull all security flaws for a specific application. This is the go-to for seeing what needs fixing.
- 07 Capability
Create application
Create a new Veracode application profile using a JSON schema. This helps you set up new projects quickly.
08—10
3 capabilities in this set.
Part of 10 available through Veracode.
- 08 Capability
List sandboxes
See all testing sandboxes linked to an application. This helps you verify your testing environments.
- 09 Capability
List veracode users
List all authorized users for RBAC management. Use this to audit who has access to your security data.
- 10 Capability
Get api health
Check if your connection to Veracode is active. It's the first thing to check if data isn't loading.
Set up in minutes
One URL. Then ask Veracode to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Veracode 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_ouSVtPeDCUVttGmj9FxRQS1WO3untKs29VHwWYZI/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 Veracode, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Veracode for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ouSVtPeDCUVttGmj9FxRQS1WO3untKs29VHwWYZI/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 Veracode URL.
- Step 03
Save and start
Save the connection and enable Veracode in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"veracode": {
"url": "https://edge.vinkius.com/vk_preview_ouSVtPeDCUVttGmj9FxRQS1WO3untKs29VHwWYZI/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 Veracode
Open Agent mode in chat and ask: "Using Veracode, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"veracode": {
"url": "https://edge.vinkius.com/vk_preview_ouSVtPeDCUVttGmj9FxRQS1WO3untKs29VHwWYZI/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 Veracode
Ask Copilot: "Using Veracode, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"veracode": {
"url": "https://edge.vinkius.com/vk_preview_ouSVtPeDCUVttGmj9FxRQS1WO3untKs29VHwWYZI/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 Veracode
Open Cascade and ask: "Using Veracode, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"veracode": {
"url": "https://edge.vinkius.com/vk_preview_ouSVtPeDCUVttGmj9FxRQS1WO3untKs29VHwWYZI/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 Veracode
Ask Cline: "Using Veracode, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add veracode --transport http "https://edge.vinkius.com/vk_preview_ouSVtPeDCUVttGmj9FxRQS1WO3untKs29VHwWYZI/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 Veracode
Ask Claude: "Using Veracode, show me...". 10 tools are ready
Where the request belongs
Work Veracode can move forward.
This is for the DevSecOps engineer tired of manual triage, the developer who wants to fix bugs without leaving the IDE, and the security manager who needs a quick risk summary.
DevSecOps Engineer
You use this to triage security findings and check DAST scan statuses without jumping between different security consoles.
Application Developer
You use this to get immediate remediation steps for flaws found in your code while you are still in the middle of a commit.
Security Manager
You use this to audit user access and get high-level summaries of your application risk matrices.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCheckmarx
Automate AppSec via Checkmarx One. trigger core scans, analyze vulnerabilities, discover Best Fix Locations (BFL), and monitor KICS results.
Aikido Security
Query security vulnerabilities via Aikido. list open issues, check repositories, monitor cloud assets, and track compliance directly from any AI agent.
Snyk
Bring your Snyk code security ecosystem directly to your AI. Analyze vulnerabilities, project metadata, and scan issues right from your editor.
Semgrep
Equip your AI agent with read/write access to Semgrep's SAST platform to audit code security findings, update triage statuses, and enforce custom semantic rules.
Contrast Security
Equip your AI with Contrast Security AppSec data to monitor applications and hunt critical vulnerabilities directly via chat.
42Crunch
Automate API security testing via 42Crunch. manage collections, trigger audits, run conformance scans, and retrieve security reports directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Veracode 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 Veracode.
The practical details behind the request, access and result.
How does Veracode MCP help my dev team?
It brings security information directly into your workspace. Developers can ask for remediation steps for specific bugs without leaving their IDE, which helps them fix security flaws faster.
Can I use Veracode MCP to manage my app profiles?
Yes, you can create and list application profiles through a conversational interface. This makes it much easier to register new projects in your security portfolio.
Does Veracode MCP support DAST and SAST?
Yes, the Connector can pull findings from both Static (SAST) and Dynamic (DAST) scans, providing a unified view of your security posture.
Can I see who has access to my Veracode account?
You can use the Connector to list authorized users. This is helpful for security managers who need to perform quick RBAC audits.
How do I get remediation steps for a specific bug?
Just ask your agent for the specific finding ID. The Connector will pull the CWE details, the affected code path, and the official remediation guidance for you.
Can I get code remediation details directly in conversational chat?
Yes! If you ask your AI: fetch finding details for ID '391' on the 'PaymentGateway' app, it will query Veracode and describe exactly what caused the vulnerability (e.g. CWE-79) and provide remediation context natively inside your text editor or UI.
Are both Sandbox and Policy findings merged intelligently?
The capability endpoints mirror Veracode's structure natively. You can query your list_sandboxes specifically, keeping your sandbox data accurately separated from your main application's formal risk profile and finding charts.
Can I permanently delete unused legacy applications from Veracode via AI chat?
Yes. The deleteApplicationTool is included. By providing the specific GUID of the application, the agent can irrevocably remove the AppSec profile along with all linked analyses, findings, and history, streamlining data hygiene.
One connection away
Give your agent a direct line to Veracode.
Connect Veracode once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available