4,500+ servers built on MCP Fusion
Vinkius
Checkmarx logo
Vinkius
CrewAI logo

How to Use the Checkmarx MCP in CrewAI

Deploy autonomous CrewAI security teams to trigger Checkmarx MCP Server scans, analyze vulnerabilities, and isolate best fix locations.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Checkmarx MCP on Cursor AI Code Editor MCP Client Checkmarx MCP on Claude Desktop App MCP Integration Checkmarx MCP on OpenAI Agents SDK MCP Compatible Checkmarx MCP on Visual Studio Code MCP Extension Client Checkmarx MCP on GitHub Copilot AI Agent MCP Integration Checkmarx MCP on Google Gemini AI MCP Integration Checkmarx MCP on Lovable AI Development MCP Client Checkmarx MCP on Mistral AI Agents MCP Compatible Checkmarx MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Checkmarx MCP to CrewAI

Create your Vinkius account to connect Checkmarx to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Autonomous AppSec Triage Teams

`get_scan_results` downloads SAST findings and vulnerability severities for your CrewAI agent. You can assign one researcher agent to pull these urgent flaws while a separate analyst agent reviews the exact lines of code. This shared memory approach means your crew works together. The analyst uses `list_bfl` to find the precise fix location, then hands that context off to a reporting agent.

Manage Checkmarx MCP Server Scans

`run_scan` lets your CI/CD monitor agent assert security quality on new pull requests. The agent queues the scan automatically without human intervention. If a developer pushes a new commit overlapping the running job, the moderator agent steps in. It calls `cancel_scan` to drop the old context and prevent unnecessary engine resource consumption.

Audit Infrastructure as Code

`get_kics_results` targets Terraform and CloudFormation misconfigurations instead of standard application flaws. Your infrastructure agent uses this to monitor cloud deployments. To keep everything organized, `list_applications` groups these findings into overarching containers. Then `get_scan_details` provides granular execution timings for every KICS engine that fired.

Setup guide

Set up Checkmarx MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Checkmarx tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Checkmarx Analyst",
    goal="Access and analyze Checkmarx data via MCP.",
    backstory="Expert analyst with direct Checkmarx access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Checkmarx transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Checkmarx MCP in CrewAI

Run `pip install crewai "crewai[tools]"`. Then pass your Vinkius endpoint URL directly into the `mcps` array parameter when defining your agent.
You can use `MCPServerHTTP` from `crewai.mcp` and apply a `tool_filter`. This lets you restrict a junior agent to `get_project` while giving a senior agent access to `run_scan`.
Give your agent access to `list_scans`. It can fetch completed, running, or canceled jobs, then use the scan IDs to pull actual vulnerability data.
The framework supports stdio, SSE, and Streamable HTTP transports. You configure this based on your specific deployment environment.
This integration reads urgent vulnerability severities and exact source code flaws. Vinkius executes these requests inside a hardened, ephemeral V8 sandbox, ensuring your application risk reports disappear the millisecond the request completes.

Start using the Checkmarx MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Checkmarx. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.