Astrixion platform documentation

The security platform, documented end to end.

Guides, subsystem references, and MCP interfaces for Sonar and the services around it — from target inventory and distributed workflow execution to reading a one-time code out of your inbox.

What the platform gives you

Built for recon at scale.

One shared inventory

Domains, IPs, ports, http paths, and technologies live in a single canonical asset graph — attributed, deduplicated, and reused across every scan.

Distributed workflow engine

Author workflows as a DAG of steps; the runtime materialises tasks, fans them out to workers, and recovers from stalls without duplicating work.

MCP-native

Every capability is exposed to agents through a profile-gated Model Context Protocol surface — read inventory, run bounded recon, or read inbound mail.

Fail-closed by design

Profiles intersect tiers with an explicit tool allow-list. Hiding a tool reduces the surface; the backend policy stays authoritative.

Quick start

Connect an agent in one command.

Every surface speaks MCP over authenticated Streamable HTTP. Point a client at the endpoint with its bearer token and start calling tools.

MCP connection guide
terminal
# add the Sonar MCP to Claude Code
claude mcp add --transport http sonar \
  https://mcp.astrixion.ai/mcp \
  --header "Authorization: Bearer <TOKEN>"

# or read inbound mail
claude mcp add --transport http mail \
  https://mail.astrixion.ai/mcp \
  --header "Authorization: Bearer <TOKEN>"