Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. AynOps
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:47:12 PM

AynOps

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

AynOps is a reconnaissance focused MCP Server which gives reconnaissance capabilities to AI Clients

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "aynops": {
      "command": "npx",
      "args": [
        "-y",
        "aynops"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

AynOps Logo

A Model Context Protocol (MCP) server that gives AI Clients real-time cybersecurity reconnaissance capabilities. Instead of manually running tools across different terminals, just tell Claude "analyze google.com" and get a complete security breakdown instantly.

What is this?

AI Clients by default has zero native cybersecurity tooling. No WHOIS. No DNS enumeration. No port scanning. No SSL inspection.

This MCP server fixes that β€” extending AI Clients with real-world security tools that run live against any domain or IP. Reconnaissance that normally requires multiple specialized tools and 20+ minutes of manual work becomes a single prompt.

This is a local MCP server β€” it runs entirely on your machine. Your data never leaves your computer. It is also listed on glama mcp registry.


Tools Available

Included in full_recon

ToolDescription
whois_lookupDomain registration data β€” owner, registrar, creation date, expiry, name servers
dns_enumerationA, AAAA, MX, NS, TXT, CNAME, SOA records + common subdomain brute-forcing
port_scanNmap-powered scanner with service/version detection and security warnings
ssl_inspectSSL/TLS certificate β€” issuer, expiry, cipher strength, SANs, TLS version
email_security_checkChecks SPF, DKIM, and DMARC DNS records β€” returns a security_score, rating, and actionable recommendations for missing or weak configurations
tech_stack_detectWeb server, CMS, JS frameworks, CDN, and analytics
cert_transparencyQuery crt.sh Certificate Transparency logs for a domain and extract certificate, subdomain, and wildcard information
asn_lookupAutonomous System Number (ASN) and network ownership lookup via Team Cymru WHOIS β€” identifies ASN, BGP prefix, organization, registry, country, and allocation date for domains or IP addresses (no API key required)
ip_reputationCheck if an IP is flagged as malicious via AbuseIPDB (api key requied)
full_reconRuns all core tools in parallel and returns combined result

Standalone Tools

ToolDescription
headers_analyzerAnalyzes HTTP security headers β€” checks HSTS, CSP, X-Frame-Options, and more with severity ratings and misconfiguration details
cve_lookupSearch NVD for known CVEs by software name and version (no API key required)
cloud_exposure_checkChecks for publicly accessible AWS S3, Azure Blob Storage, and Google Cloud Storage buckets using common bucket naming patterns derived from the target domain
trace_redirectsTraces the full HTTP redirect chain hop by hop β€” flags TLS downgrades, private-IP leaks, redirect loops, cross-domain hops, and overly long chains
robots_txt_inspectFetch and parse robots.txt to reveal hidden directories and sitemaps
hibp_checkCheck if an email or domain appears in Have I Been Pwned breaches (HIBP_API_KEY required)

Prompts Available

PromptDescription
threat_analysisGenerate a threat analysis prompt for the full_recon tool

πŸ“Έ Demo

Single tool β€” CVE lookup

Code
You: Look up CVEs for apache 2.4.49

Claude: Found 2 critical CVEs for Apache 2.4.49:
        CVE-2021-41773 (Score: 9.8 CRITICAL) β€” Path traversal vulnerability
        allowing remote code execution if CGI is enabled. Actively exploited
        in the wild...
CVE Lookup tool

Full recon

Code
You: Do a complete security recon on reddit.com

Claude: [calls full_recon β†’ runs all core tools in parallel β†’ delivers full analysis]
Full recon tool
Full recon tool

πŸ“‹ Prerequisites

  • Python 3.12+ β€” download
  • Claude Desktop β€” download or any other client you want
  • Nmap β€” required for port scanning (download)
  • Git β€” download
  • uv - download

βš™οΈ Installation

Step 1 β€” Clone the repository

bash
git clone https://github.com/AynOps/AynOps
cd AynOps

Step 2 β€” Create virtual environment and install dependencies

bash
uv sync

If uv is not installed, install it using:

Terminal
pip install uv

Step 3 β€” Install Nmap

Windows:

  1. Download from nmap.org/download.html and run the installer
  2. Manually add Nmap to PATH:
    • Press Win + S β†’ search "Environment Variables"
    • Under System Variables β†’ find Path β†’ click Edit
    • Click New β†’ add C:\Program Files (x86)\Nmap
    • Click OK on all windows
  3. Restart your terminal and verify:
powershell
nmap --version

Mac:

bash
brew install nmap

Linux:

bash
sudo apt install nmap

Step 4 β€” Connect to Claude Desktop

Open your Claude Desktop config file:

OSPath
Windows%APPDATA%\Claude\claude_desktop_config.json
Mac~/Library/Application Support/Claude/claude_desktop_config.json
Linux~/.config/Claude/claude_desktop_config.json

Add this configuration:

Windows:

config.json
{
  "mcpServers": {
    "AynOps": {
      "command": "C:\\full\\path\\to\\AynOps\\.venv\\Scripts\\python.exe",
      "args": ["C:\\full\\path\\to\\AynOps\\server.py"],
      "env": {
        "ABUSEIPDB_API_KEY": "your-api-key-here",
        "HIBP_API_KEY": "your-hibp-api-key-here"
      }
    }
  }
}

Mac/Linux:

config.json
{
  "mcpServers": {
    "AynOps": {
      "command": "/full/path/to/AynOps/.venv/bin/python3",
      "args": ["/full/path/to/AynOps/server.py"],
      "env": {
        "ABUSEIPDB_API_KEY": "your-api-key-here",
        "HIBP_API_KEY": "your-hibp-api-key-here"
      }
    }
  }
}

⚠️ Always use the full absolute path to your .venv Python executable β€” not just python or python3. Claude Desktop may use a different Python installation otherwise.

Note: ABUSEIPDB_API_KEY is only required for the ip_reputation tool. Get a free key at abuseipdb.com. HIBP_API_KEY is only required for hibp_check; get a key at haveibeenpwned.com/API/Key.

Step 5 β€” Restart Claude Desktop

Fully quit and reopen Claude Desktop β€” closing the window is not enough. Check the system task manager and quit from there.

Verify tools are connected by asking Claude:

Code
What cybersecurity tools do you have available?

Claude should list all tools.


Alternative β€” Run with Docker

The repository ships a Dockerfile that installs Nmap, uv, and project dependencies so you do not need a local Python virtualenv.

Build

bash
git clone https://github.com/AynOps/AynOps
cd AynOps
docker build -t aynops .

Smoke-test the image (stdio MCP servers speak JSON-RPC on stdin/stdout; a one-shot help/version style check is enough to confirm the process starts):

Terminal
docker run --rm -i aynops
# process waits for MCP JSON-RPC on stdin β€” Ctrl+C to exit

Claude Desktop config (Docker)

Claude Desktop launches MCP servers as local processes. Point command at docker and pass the image via args. Use absolute paths only if you mount files; for the stock image the container is self-contained.

OSPath
Windows%APPDATA%\Claude\claude_desktop_config.json
Mac~/Library/Application Support/Claude/claude_desktop_config.json
Linux~/.config/Claude/claude_desktop_config.json
config.json
{
  "mcpServers": {
    "AynOps": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e", "ABUSEIPDB_API_KEY=your-api-key-here",
        "-e" , "HIBP_API_KEY=your-api-key-here" ,
        "aynops"
      ]
    }
  }
}

Notes and caveats:

  • stdio only β€” the container must stay attached (-i). Do not use -d.
  • Nmap is inside the image β€” host Nmap is not required for the Docker path.
  • Network scans need network access β€” default Docker bridge networking is enough for public internet targets. Host-network mode is optional and OS-specific.
  • ABUSEIPDB_API_KEY is only required for ip_reputation. Omit the -e line if you do not use that tool.
  • Rebuild after pulling updates: docker build -t aynops .
  • On Windows, ensure Docker Desktop is running and docker is on PATH for the account that launches Claude Desktop.

πŸ“¦ Listed On

RegistryLink
Official MCP Registryregistry.modelcontextprotocol.io
Glamaglama.ai/mcp/servers/...

πŸš€ Usage

Basic tool usage

Code
Do a WHOIS lookup on example.com
Run DNS enumeration on github.com
Scan ports on scanme.nmap.org
Inspect the SSL certificate of stripe.com
Analyze HTTP security headers for github.com
Detect the tech stack of wordpress.org
Look up CVEs for apache 2.4.49
Look up CVEs for log4j 2.14.1
Check the reputation of IP 1.2.3.4
ASN Lookup for google.com
Does example.com have any exposed cloud storage?

Port scan types

TypeDescriptionSpeed
basicTop 100 portsFast (~5s)
serviceService & version detectionMedium (~15s)
osOS detection (requires admin)Medium
fullAll 65535 portsSlow (~5min)
vulnVulnerability scriptsSlow (~30s)
Code
Scan scanme.nmap.org with service detection

Full recon

For getting best summarized result for the full_recon tool output, please use the prompt threat_analysis ( if your MCP client support ) by following these steps:

Note: Prompt support and automatic prompt chaining vary between MCP clients. Future client updates may improve this workflow.

For Claude Desktop:

  1. Start Claude Desktop
  2. Click on the + icon
  3. Click on connectors
  4. If the AynOps is connected, it will show the option for Add from AynOps.
  5. Then choose the prompt threat_analysis
  6. Claude will use the selected prompt to generate a correlated threat intelligence report.

After this ask this example prompt:

Code
Do a complete security recon on scanme.nmap.org

Claude will run all core tools in parallel and deliver a full security analysis.

Follow-up analysis

Code
Based on the recon, what are the top security risks?
What do the open ports mean from an attacker's perspective?
Is this SSL configuration strong enough for a financial services company?
Cross-reference the open ports with known CVEs for the detected services.

⚠️ Important: LLM Client Behavior

AynOps is an MCP server, which means tool execution is orchestrated by your MCP client (e.g., Claude Desktop, Cursor, VS Code, etc.), not by AynOps itself.

Tool execution may vary

Some LLM clients perform safety checks before invoking MCP tools. As a result, requests such as:

"Run a full security recon on example.com"

may be allowed in one conversation but declined in another, even when using the same server.

This behavior is determined by the LLM client, not by AynOps.

⚠️ Legal & Ethical Usage

Only scan domains and IPs you own or have explicit written permission to scan.

  • All tools use public data β€” safe on any domain
  • Port scanning should only target your own infrastructure or authorized systems
  • The only public host officially permitted for Nmap testing is scanme.nmap.org
  • Unauthorized port scanning may be illegal in your jurisdiction

Intended for:

  • Security researchers
  • Penetration testers (on authorized targets)
  • Developers auditing their own infrastructure
  • Students learning cybersecurity concepts

πŸ—‚οΈ Project Structure

Code
β”œβ”€β”€ .github/              # GitHub Actions workflows and templates
β”œβ”€β”€ tests/                # Unit tests
β”œβ”€β”€ tools/                # MCP tool implementations
  β”œβ”€β”€ prompts/            # AI prompt templates
  β”œβ”€β”€ signals/            # Signal extraction framework used by full_recon
    β”œβ”€β”€ registry.py       # Registers tools and their signal extractors
    └── extractor.py      # Executes all registered extractors and aggregates signals
β”œβ”€β”€ utils/                # Shared helper utilities
β”œβ”€β”€ server.py             # MCP server entry point
β”œβ”€β”€ pyproject.toml        # Project metadata and dependencies
β”œβ”€β”€ requirements.txt      # Python dependencies
β”œβ”€β”€ mcp.json              # MCP server metadata
β”œβ”€β”€ glama.json            # Glama MCP metadata
β”œβ”€β”€ server.json           # MCP all tools metadata
β”œβ”€β”€ Dockerfile            # Docker image definition
β”œβ”€β”€ SECURITY.md           # Security policy
β”œβ”€β”€ CONTRIBUTING.md       # Contribution guidelines
└── README.md             # Project documentation

Glama MCP Scoring

PyPI Package

mcp-name: io.github.AynOps/AynOps
Link:- https://pypi.org/project/AynOps/

🀝 Contributing

Pull requests are welcome! Check contributing.md for guidelines and a list of open issues ready to pick up.


πŸ“œ License

MIT License β€” free to use, modify, and distribute.


πŸ‘€ Author

Built by Gaohar Imran

  • GitHub: @gaoharimran29-glitch
  • LinkedIn: Gaohar Imran

⭐ If this project helped you, consider giving it a star on GitHub!

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’
  • S
    Strata

    MCP server for progressive tool usage at any scale (see https://klavis.ai)

    πŸ’» Developer Tools0 views
    Compare vs Strata β†’

Frequently Asked Questions about AynOps

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "aynops": { "command": "npx", "args": ["-y", "AynOps"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAynOps AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aynops?style=directory)](https://allmcps.com/mcp/aynops)
HTML Embed
<a href="https://allmcps.com/mcp/aynops"><img src="https://allmcps.com/api/badge/aynops?style=directory" alt="AynOps on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
28Quality signal: Emerging Β· 28/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools12/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to AynOps β†’Install in Claude DesktopInstall in CursorInstall in VS Code