mcp

fluidattacks/mcp

3.1

If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

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

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