Loading...
{
"mcpServers": {
// ... other server configurations ...
"cortex": {
"command": "/opt/mcp-servers/mcp-server-cortex",
"args": [],
"env": {
"CORTEX_ENDPOINT": "http://your-cortex-instance:9000/api",
"CORTEX_API_KEY": "your_cortex_api_key_here",
}
}
// ... other server configurations ...
}
}analyze_ip_with_abuseipdbAnalyzes an IP address using AbuseIPDB via Cortex and returns the job report.
Read-only operation that queries AbuseIPDB for IP reputation.
analyze_with_abusefinderAnalyzes data (IP, domain, URL, etc.) using AbuseFinder via Cortex and returns the job report.
Read-only operation that queries AbuseFinder for threat intelligence.
scan_url_with_virustotalScans a URL using VirusTotal via Cortex and returns the job report.
Read-only operation that submits a URL to VirusTotal for scanning.
analyze_url_with_urlscan_ioAnalyzes a URL using Urlscan.io via Cortex and returns the job report.
Read-only operation that submits a URL to Urlscan.io for analysis.
This server is relatively safe for read-only operations, but the security posture depends heavily on the configuration of the Cortex instance and the protection of the API key. It is risky if the Cortex instance is not properly secured or if the API key is exposed.