Model Context Protocol (MCP) server that provides tools for interacting with the Fluid API, enabling vulnerability management, organization insights, and GraphQL query execution.
Overview
What is Fluid Attacks?
Fluid Attacks is a Model Context Protocol (MCP) server that provides tools for interacting with the Fluid API, enabling effective vulnerability management, organization insights, and GraphQL query execution.
How to use Fluid Attacks?
To use Fluid Attacks, set up the MCP server by configuring the API token and running the provided command in your terminal. Refer to the complete documentation for detailed instructions.
Key features of Fluid Attacks?
- Tools for vulnerability management and insights
- Interaction with the Fluid API through GraphQL
- Comprehensive documentation for setup and usage
Use cases of Fluid Attacks?
- Managing and tracking vulnerabilities in applications.
- Gaining insights into organizational security posture.
- Executing GraphQL queries for data retrieval and analysis.
FAQ from Fluid Attacks?
- What is the purpose of the MCP server?
The MCP server facilitates interaction with the Fluid API for vulnerability management and insights.
- How do I configure the API token?
You can find instructions for generating the API token in the documentation.
- Is there support for GraphQL queries?
Yes, the MCP server supports executing GraphQL queries.
Server Config
{
"mcpServers": {
"fluidattacks-mcp": {
"command": "npx",
"args": [
"-y",
"@fluidattacks/mcp"
],
"env": {
"API_TOKEN": "your_api_token_here"
}
}
}
}