Cybersecurity Mcp Server
About
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
Details
- Author
- gaoharimran29-glitch
- Downloads
- 138
- Categories
- Other
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Cybersecurity Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cybersecurity mcp server": {
"cybersecurity-mcp": {
"command": "python",
"args": [
"C:\\path\\to\\cybersecurity-mcp-server\\main.py"
]
}
}
}
}
McpServers
{
"cybersecurity-mcp": {
"command": "python",
"args": [
"C:\\path\\to\\cybersecurity-mcp-server\\main.py"
]
}
}
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, no data sent to third parties.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



