get_organization_groups
organization_id_or_name
: Organization identifier or nameget_group_git_roots
group_name
: Name of the groupnickname
: Root nickname (optional)search
: Word to match on git URL or nickname (optional)start_cursor
: Cursor to start from (optional)get_group_ip_roots
group_name
: Name of the groupsearch
: Word to match on IP address (optional)start_cursor
: Cursor to start from (optional)get_group_url_roots
group_name
: Name of the groupsearch
: Word to match on URL (optional)start_cursor
: Cursor to start from (optional)describe_graphql_type
type_name
: Name of the type to inspectquery
query
: GraphQL query to executevariables
: Variables for the query (optional)get_organization_analytics
organization_id_or_name
: Organization identifier or namedocument_name
: Type of analytics documentget_group_analytics
group_name
: Group namedocument_name
: Type of analytics documentget_devsecops_agent_executions
group_name
: Name of the group to fetch executions forafter
: Cursor for pagination (optional)exit_code
: Filter by execution exit code (“0” for success, “1” for failure) (optional)first
: Number of results to return (optional)from_date
: Filter executions from this date (optional)git_repo
: Filter by repository (optional)git_repo_exact_filter
: Exact match filter for repository (optional)fetch_finding_vulnerabilities
finding_id
: ID of the finding to fetch vulnerabilities forstate
: Filter by vulnerability state (optional)sort_criteria
: Criteria to sort vulnerabilities (optional)sort_order
: Order to sort vulnerabilities (optional)first
: Number of results to return (optional)cursor
: Cursor for pagination (optional)tags
: Filter by tags (optional)package_manager
: Filter by package manager (optional)technique
: Filter by technique (optional)where
: Filter by location (optional)treatment
: Filter by treatment status (optional)severity_rating
: Filter by severity rating (optional)fetch_group_findings
group
: Name of the group to fetch findings forstate
: Filter by finding state (optional)severity
: Filter by severity (optional)technique
: Filter by technique (optional)where
: Filter by location (optional)fetch_group_root_vulnerabilities
group_name
: Name of the grouproot_nickname
: Nickname of the root to fetch vulnerabilities forstate
: Filter by vulnerability state (optional)severity
: Filter by severity (optional)first
: Number of results to return (optional)after
: Cursor to start from (optional)get_unsolved_events
first
: Number of results to return (optional)after
: Cursor to start from (optional)ask_to_knowledge_base_assistant
query
: The question to ask the knowledge base assistantget_api_queries
get_api_mutations
get_mutation_details
mutation_name
: Name of the mutation to inspectApi SDL (~50058 tokens)
Fluid Attacks Overview (~2881 tokens)
{
"mcpServers": {
"fluidattacks-mcp": {
"type": "http", "url": "https://app.fluidattacks.com/mcp/messages/", "headers": {
"Authorization": "Bearer YOUR_API_TOKEN_HERE" }
}
}
}
{
"mcpServers": {
"fluidattacks-mcp": {
"command": "npx", "args": [
"-y", "@fluidattacks/mcp" ],
"env": {
"API_TOKEN": "your_api_token_here" }
}
}
}