Back to Apps

Cortex MCP Server
Supports UIby gbrigandi
Bridge for Cortex analysis engine, enabling AI agents to perform threat intelligence and observable analysis via professional analyzers.
0 stars
Works in:claude
Exposes:Tools
What it does
Exposes the analysis capabilities of a Cortex instance as MCP tools. It allows AI agents to analyze observables (IPs, URLs, domains, files) using modular analyzers for threat intelligence, automation, and security incident response.
Tools
analyze_ip_with_abuseipdb: Checks IP reputation using AbuseIPDB.analyze_with_abusefinder: Multi-type data analysis (IP, domain, email) via AbuseFinder.scan_url_with_virustotal: Scans URLs using VirusTotal.analyze_url_with_urlscan_io: Analyzes URLs using urlscan.io.
Installation
{
"mcpServers": {
"cortex": {
"command": "/path/to/mcp-server-cortex",
"env": {
"CORTEX_ENDPOINT": "http://your-cortex-instance:9000/api",
"CORTEX_API_KEY": "your_api_key"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo build --release && /path/to/mcp-server-cortexInformation
- Pricing
- free
- Published
- 7/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"cortex": {
"command": "/path/to/mcp-server-cortex",
"env": {
"CORTEX_ENDPOINT": "http://your-cortex-instance:9000/api",
"CORTEX_API_KEY": "your_api_key"
}
}
}
}






