Cybersecurity Mcp Server
@gaoharimran29-glitch
About Cybersecurity Mcp Server
A local MCP server that extends Claude with 6 cybersecurity reconnaissance tools. Perform WHOIS lookups, DNS enumeration, Nmap port scanning, SSL certificate inspection, and technology stack fingerprinting — all from a single natural language prompt. Runs entirely on your machine
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cybersecurity-mcp": {
"command": "python",
"args": [
"C:\\path\\to\\cybersecurity-mcp-server\\main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Cybersecurity Mcp Server?
A local MCP server that extends Claude with six cybersecurity reconnaissance tools. It runs entirely on your machine and performs WHOIS lookups, DNS enumeration, Nmap port scanning, SSL certificate inspection, and technology stack fingerprinting. No data is sent to third parties.
How to use Cybersecurity Mcp Server?
Install and configure the server as an MCP tool for Claude. Invoke cybersecurity reconnaissance tasks through natural language prompts in Claude Desktop or any MCP-compatible client.
Key features of Cybersecurity Mcp Server
- WHOIS lookups for domain ownership information
- DNS enumeration for subdomain discovery
- Nmap port scanning for open ports and services
- SSL certificate inspection
- Technology stack fingerprinting
- All tools run locally on your machine
Use cases of Cybersecurity Mcp Server
- Conduct WHOIS lookups to identify domain ownership
- Enumerate DNS records to discover subdomains and infrastructure
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments