MCP Hub
Back to servers

Fluid Attacks

A specialized MCP server for interacting with the Fluid Attacks API to manage security vulnerabilities and access organizational security insights.

Updated
May 2, 2025
Validated
Jan 11, 2026

mcp

MCP server that provides tools for interacting with the Fluidattacks API.

  • Complete documentation here
  • MCP server code here

Configuration

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"
      }
    }
  }
}

Reviews

No reviews yet

Sign in to write a review