Cybersecurity-MCP-Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ABUSEIPDB_API_KEY | No | Optional 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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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:
|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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