taegis-magic-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_alertsA | Search Taegis alerts using OCSF query syntax. Args:
query: OCSF query string, e.g. 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. Args:
args: Space-separated CLI arguments after the Returns: Raw JSON output from the taegis CLI. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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