Skip to main content
Glama
offensive360

Offensive360 MCP Server

Official
by offensive360

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
O360_URLNoThe URL of the Offensive360 instance. Defaults to https://sast.offensive360.com. Can point to your own on-premise or air-gapped instance.https://sast.offensive360.com
O360_TOKENYesYour Offensive360 external scan token. Required for authentication.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
o360_scan_pathA

Run an Offensive360 SAST scan on a local directory (60+ languages, taint/data-flow analysis). Uploads the directory as a zip, waits for the scan, and returns the findings with file/line, severity, and remediation guidance. Typical duration: 1–5 minutes.

o360_scan_statusA

Check the queue position of an Offensive360 scan started with o360_scan_path. Returns 0 when the scan is actively processing, a positive number for its queue position, and -1 when no scan is queued or running under that name (finished or unknown).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one initiates a scan and another checks its queue status. There is no overlap or ambiguity in their functions.

Naming Consistency5/5

Both tools follow the same 'o360_scan_' prefix followed by a noun, creating a consistent and predictable naming pattern.

Tool Count3/5

With only two tools, the set feels thin. The scope is narrowly focused on scanning and status, but the count is at the borderline of being too minimal.

Completeness2/5

The set covers initiating a scan and checking status, but lacks operations like retrieving results for finished scans, cancelling scans, or listing past scans. This creates a significant gap for users who need to manage scans over time.

Maintenance

ActivitySlowing
ResponsivenessNo issues