loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

sentinel-mcp

MCP Tool

kareew/sentinel-mcp

Security Operations MCP Server — turns AI agents into security analysts. HTTP headers, SSL/TLS, DNS, port scanning, tech fingerprinting, and full reports with MITRE ATT&CK mapping.

Install

$ npx loaditout add kareew/sentinel-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "sentinel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sentinel-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

sentinel-mcp

Security Operations MCP Server — turns AI agents into security analysts.

What it does

Gives Claude (or any MCP-compatible AI agent) 6 security tools:

| Tool | Description | |---|---| | http_security_scan | Grades 10+ HTTP security headers (HSTS, CSP, X-Frame-Options...) with A+ to F scoring | | ssl_certificate_check | Validates SSL/TLS — cert expiry, trust chain, protocol version, cipher strength | | dns_recon | Enumerates DNS records + checks SPF, DMARC, DKIM for email spoofing risk | | port_scan | Scans 30 high-risk ports, flags exposed databases/RDP/Telnet | | tech_fingerprint | Identifies web servers, frameworks, CMS, CDN/WAF from headers + HTML | | security_report | Runs ALL scans concurrently → executive summary + MITRE ATT&CK mapping |

Install
npm install
npm run build
Usage with Claude Code

Add to your Claude Code MCP config:

{
  "mcpServers": {
    "sentinel": {
      "command": "node",
      "args": ["/path/to/sentinel-mcp/dist/index.js"]
    }
  }
}

Then ask Claude: "Run a full security audit on example.com"

Tools deep dive
security_report (the main one)

Runs all 5 individual scans concurrently and produces:

  • Overall security grade (A+ to F)
  • Risk level (critical/high/medium/low)
  • Executive summary
  • Critical findings list
  • MITRE ATT&CK technique mapping
  • Prioritized remediation recommendations
Individual tools

Each tool can be called independently for targeted analysis. All return structured JSON with findings, severity ratings, and actionable recommendations.

Tech stack
  • TypeScript + Node.js
  • MCP SDK (@modelcontextprotocol/sdk)
  • Zero external scanning dependencies — uses Node built-in tls, dns, net, https modules
Authorization

Only scan targets you are authorized to test. This tool is intended for defensive security assessments, penetration testing engagements, and educational use.

License

MIT

Tags

ai-agentclaudecybersecuritymcpmcp-serversecurity

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated22 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/26/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/kareew/sentinel-mcp)](https://loaditout.ai/skills/kareew/sentinel-mcp)