cybersec-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VIRUSTOTAL_API_KEY | Yes | Your VirusTotal API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze-hashA | Identify the hash algorithm type (MD5, SHA-1, SHA-256, etc.) and optionally query VirusTotal for reputation/threat intelligence on the hash. |
| check-cveA | Look up a CVE ID from the NIST National Vulnerability Database (NVD) and return severity, CVSS score, description, affected products, and remediation guidance. |
| scan-headersA | Fetch HTTP response headers from a URL and audit them for security best practices (CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, etc.). |
| whois-lookupA | Perform WHOIS and passive DNS reconnaissance on a domain. Returns registration info, registrar, name servers, creation/expiry dates, and IP geolocation via public APIs. |
| decode-payloadA | Decode obfuscated or encoded payloads commonly found in malware analysis, CTF challenges, and phishing emails. Supports Base64, URL encoding, hex, and ROT13. |
| password-strengthA | Analyze password strength against NIST SP 800-63b guidelines. Checks length, entropy, character diversity, common patterns, and known breach indicators. Does NOT store or transmit the password. |
| generate-threat-reportA | Generate a structured threat intelligence report from collected findings. Provide any combination of: domain, IP, hash, CVE IDs, or free-form observations, and get a formatted TI report with risk rating, IOCs, and recommended actions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fa1829/cybersec-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server