
CISO Agent
Supports UIby jomilu93
Phishing detection MCP server using RAG and CISA training materials to analyze URL security and risk.
What it does
Acts as a virtual Chief Information Security Officer (CISO) by analyzing URLs for phishing and security threats. It uses Retrieval Augmented Generation (RAG) based on official CISA phishing training materials to provide a risk-scored assessment and click recommendation.
Tools
analyze_url: Takes a URL as input and returns a JSON object containing a detailed risk assessment, a probability score (0.0-1.0), and a binary recommendation (safe/unsafe).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ciso-agent": {
"command": "python",
"args": ["/path/to/ciso-agent/main.py"],
"env": {
"OPENAI_API_KEY": "your-api-key-here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
python main.pyInformation
- Pricing
- free
- Published
- 5/5/2026
- stars





