JUHE API Marketplace
fluidattacks avatar
MCP Server

fluidattacks-mcp

fluidattacks-mcp

0
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "fluidattacks-mcp",
3 "command": "npx",
4 "args": [
5 "-y",
6 "@fluidattacks/mcp"
7 ],
8 "env": {
9 "API_TOKEN": "your_api_token_here"
10 }
11}
JSON11 lines

README Documentation

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

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source