Skip to main content
Glama
gaoharimran29-glitch

Cybersecurity-MCP-Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ABUSEIPDB_API_KEYNoOptional API key for AbuseIPDB, required only for the ip_reputation tool. Get a free key at https://www.abuseipdb.com.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
whois_lookupC

Perform WHOIS lookup for a domain.

dns_enumerationA

Enumerate DNS records for a domain. Returns A, AAAA, MX, NS, TXT, CNAME, SOA records.

port_scanA

Perform Nmap port scan on a target IP or domain.

scan_type options:

  • "basic" : Top 100 ports, fast (-F)

  • "service" : Service & version detection (-sV -F)

  • "os" : OS detection, needs admin (-O -F)

  • "full" : All 65535 ports, slow (-p-)

  • "vuln" : Basic vulnerability scripts (--script vuln -F)

ssl_inspectB

Inspect SSL/TLS certificate details for a domain. Returns cert validity, issuer, SANs, expiry, and cipher info.

tech_stack_detectB

Detect technology stack of a website. Identifies web server, frameworks, CMS, CDN, analytics, and security headers.

full_reconA

Run all recon tools on a domain in parallel: WHOIS, DNS enumeration, port scan, SSL inspection, and technology stack detection.

Returns combined raw results. The MCP client (Claude) should generate summaries for each section.

cve_lookupB

Look up known CVEs for a software name and version using the NVD API.

ip_reputationA

Check whether an IP address is reported as malicious using AbuseIPDB. Requires ABUSEIPDB_API_KEY in the environment.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/gaoharimran29-glitch/Cybersecurity-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server