fluidattacks/mcp
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.
The Model Context Protocol (MCP) server is designed to facilitate seamless interaction with the Fluidattacks API. It acts as a bridge between users and the API, providing a structured way to send and receive data. The server is configured to use the Fluidattacks MCP package, which is executed using Node Package Manager (npx). Users must provide an API token to authenticate and authorize their requests. The server is highly configurable and can be tailored to meet specific needs by adjusting the command arguments and environment variables.
Features
- Seamless integration with Fluidattacks API
- Configurable command and environment settings
- Authentication via API token
- Execution through Node Package Manager (npx)
- Structured data interaction
Usages
usage with fluidattacks
{ "mcpServers": { "fluidattacks-mcp": { "command": "npx", "args": [ "-y", "@fluidattacks/mcp" ], "env": { "API_TOKEN": "your_api_token_here" } } } }