Skip to main content
Glama
DarkLicornor

taegis-magic-mcp

by DarkLicornor

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_alertsA

Search Taegis alerts using OCSF query syntax.

Args: query: OCSF query string, e.g. "FROM alert EARLIEST=-1d WHERE severity='High'" region: Taegis environment/region (charlie, delta, us1, us2, eu …). Defaults to the TAEGIS_ENVIRONMENT env var, then "charlie". limit: Maximum number of results to return (default 100, max 10 000).

Returns: JSON array of alert objects.

search_eventsA

Search Taegis security events.

Args: query: Event query string. region: Taegis environment/region. Defaults to TAEGIS_ENVIRONMENT or "charlie". limit: Maximum number of results (default 100).

Returns: JSON array of event objects.

search_investigationsA

List and search open security investigations in Taegis.

Args: region: Taegis environment/region. Defaults to TAEGIS_ENVIRONMENT or "charlie". limit: Maximum number of investigations to return (default 25).

Returns: JSON array of investigation objects.

list_tenantsA

List all Taegis tenants visible to the authenticated user.

Returns: JSON array of tenant objects.

search_threat_intelA

Search Taegis threat intelligence (IOCs, hashes, IPs, domains …).

Args: query: Search query — indicator value or free-text search. region: Taegis environment/region. Defaults to TAEGIS_ENVIRONMENT or "charlie".

Returns: JSON array of threat intelligence objects.

run_taegis_commandA

Run an arbitrary taegis CLI command and return JSON output.

Use this as an escape hatch for commands not yet wrapped as dedicated tools (e.g. "rules search --region charlie").

Args: args: Space-separated CLI arguments after the taegis binary, e.g. "audits search --region charlie --limit 10".

Returns: Raw JSON output from the taegis CLI.

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/DarkLicornor/taegis-magic-mcp'

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