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.

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/offensive360/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server