by fluidattacks
Provides tools for interacting with the Fluidattacks API via a configurable server.
MCP offers a server that bundles command‑line utilities to communicate with the Fluidattacks platform, exposing endpoints for common security‑related operations.
Add the server definition to your MCP configuration file, supply a valid API_TOKEN
, and start the server with npx
. The server can then be called from scripts or CI pipelines to perform actions such as retrieving vulnerabilities, managing assets, or triggering scans.
npx
.Q: Which token format is required? A: A personal API token generated in the Fluidattacks console; see the setup documentation.
Q: Do I need to install Node.js manually?
A: Yes, Node.js (v14+) must be available; npx
will fetch the package automatically.
Q: Can I run multiple MCP servers simultaneously?
A: Yes, define separate entries under mcpServers
with unique names.
Q: Where is the full source code?
A: The server code resides in the Fluidattacks GitLab repository under universe/interacts
.
MCP server that provides tools for interacting with the Fluidattacks API.
If you don't know how to generate the API_TOKEN, please refer to the documentation
{
"mcpServers": {
"fluidattacks-mcp": {
"command": "npx",
"args": [
"-y",
"@fluidattacks/mcp"
],
"env": {
"API_TOKEN": "your_api_token_here"
}
}
}
}
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "fluidattacks-mcp": { "command": "npx", "args": [ "-y", "@fluidattacks/mcp" ], "env": { "API_TOKEN": "your_api_token_here" } } } }
Discover more MCP servers with similar functionality and use cases
by zed-industries
Provides real-time collaborative editing powered by Rust, enabling developers to edit code instantly across machines with a responsive, GPU-accelerated UI.
by cline
Provides autonomous coding assistance directly in the IDE, enabling file creation, editing, terminal command execution, browser interactions, and tool extension with user approval at each step.
by continuedev
Provides continuous AI assistance across IDEs, terminals, and CI pipelines, offering agents, chat, inline editing, and autocomplete to accelerate software development.
by github
Enables AI agents, assistants, and chatbots to interact with GitHub via natural‑language commands, providing read‑write access to repositories, issues, pull requests, workflows, security data and team activity.
by block
Automates engineering tasks by installing, executing, editing, and testing code using any large language model, providing end‑to‑end project building, debugging, workflow orchestration, and external API interaction.
by RooCodeInc
An autonomous coding agent that lives inside VS Code, capable of generating, refactoring, debugging code, managing files, running terminal commands, controlling a browser, and adapting its behavior through custom modes and instructions.
by lastmile-ai
A lightweight, composable framework for building AI agents using Model Context Protocol and simple workflow patterns.
by firebase
Provides a command‑line interface to manage, test, and deploy Firebase projects, covering hosting, databases, authentication, cloud functions, extensions, and CI/CD workflows.
by gptme
Empowers large language models to act as personal AI assistants directly inside the terminal, providing capabilities such as code execution, file manipulation, web browsing, vision, and interactive tool usage.