A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"sentinelai-mcp": {
"url": "https://sentinelai-mcp-6a552766-mohiths-org-37316750.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"sentinelai-mcp": {
"serverUrl": "https://sentinelai-mcp-6a552766-mohiths-org-37316750.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.sentinelai-mcp] url = "https://sentinelai-mcp-6a552766-mohiths-org-37316750.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://sentinelai-mcp-6a552766-mohiths-org-37316750.app.nitrocloud.ai/mcp
Search for CVEs by keyword, product name, or vendor
Get detailed information about a specific CVE
Get CVSS score and severity for a CVE
Look up a MITRE ATT&CK technique by ID or name
Look up a MITRE ATT&CK tactic by ID or name
Map an indicator of compromise (IOC) to potential MITRE ATT&CK techniques
Get techniques used by a specific threat actor or group
Generate a comprehensive SOC threat report from investigation data
Generate a brief incident summary for SOC dashboard
Export a threat report as PDF for distribution
Unified IOC (Indicator of Compromise) lookup. Supports type: "ip", "domain", "hash", "url". Returns threat intelligence from multiple sources.
Compare threat intelligence from multiple sources (VirusTotal, AbuseIPDB, WHOIS) for a given IOC. Returns merged verdict and cross-source analysis.