Skip to main content
Glama
golden-horizon

AI SOC Agent MCP Server

# AI SOC Agent

AI SOC Agent is a cybersecurity incident analysis tool built with Python.

## Features

- Detects Brute Force attacks

- Detects SQL Injection attempts

- Detects XSS attempts

- Detects API Abuse

- Detects Session Hijacking

- Maps incidents to MITRE ATT&CK

- Generates recommended remediation actions

- Exports incident reports to JSON

## Run


python agent.py



\## MCP Integration



This project includes an MCP server exposing SOC analysis tools:



\- `soc\_map\_attack`

\- `soc\_calculate\_severity`

\- `soc\_map\_mitre`

\- `soc\_recommend\_actions`



The MCP client successfully calls the server and returns:



```text

Attack: Brute Force

Severity: High

MITRE: T1110 - Brute Force

Actions: Block source IP



\## Current MCP Test Output



The MCP client successfully analyzes multiple security incidents:



\- Brute Force

\- SQL Injection

\- XSS

\- API Abuse

\- Session Hijacking



Each incident returns:



\- Attack type

\- Severity

\- MITRE ATT\&CK technique

\- Recommended remediation actions



\## Interactive AI SOC Assistant



Run:



```bash

python ai\_soc\_assistant.py



Which incidents should I escalate?

Show MITRE mapping

Give me remediation actions

Give me summary



The assistant reads mcp\_incident\_reports.json and answers SOC analyst questions.





Then commit:



```powershell

git add .

git commit -m "Add interactive SOC assistant documentation"
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/golden-horizon/ai-soc-agent'

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