Skip to content
@AynOps

AynOps

An Open Sourced Model Context Protocol (MCP) Local server that gives Claude real-time cybersecurity reconnaissance capabilities

AynOps

Open-source Model Context Protocol tooling that extends AI assistants with real-world cybersecurity capabilities.


License: MIT Python MCP Glama Listed on awesome-mcp-servers


What We Build

AynOps develops MCP servers that bridge the gap between AI language models and real-world security tooling. Our work focuses on giving AI assistants actionable reconnaissance capabilities through well-structured, locally-run tool integrations.


Projects

AynOps MCP Server

A production-grade cybersecurity reconnaissance server for Claude and other MCP-compatible AI assistants.

10 tools across 3 categories:

Passive Reconnaissance

  • WHOIS lookup — domain registration and ownership data
  • DNS enumeration — records and subdomain discovery
  • Certificate transparency — passive subdomain discovery via cert logs
  • ASN lookup — network ownership and geolocation

Active Analysis

  • Port scanning — Nmap-powered with service and version detection
  • SSL inspection — certificate validity, cipher strength, TLS version
  • Technology stack detection — web server, CMS, CDN, frameworks

Threat Intelligence

  • CVE lookup — NVD vulnerability database search
  • IP reputation — AbuseIPDB malicious IP detection
  • Full recon — parallel orchestration of all core tools

Design Principles

Local first — all tools run on the user's machine. No data is sent to third-party services beyond the target queries themselves.

Composable — each tool is independent and testable in isolation. The full recon mode orchestrates them in parallel.

Contributor friendly — every tool follows a consistent pattern. New tools can be added in under 50 lines of Python.


Contributing

Open issues are labeled good first issue with full specs, expected outputs, and API references. The contribution guide covers the tool pattern, testing requirements, and PR checklist.

First-time contributors are welcome.

View open issuesContribution guide


Installation

git clone https://github.com/AynOps/AynOps.git
cd AynOps
python -m venv .venv
pip install -r requirements.txt

Full setup guide in the repository README.


Maintained by Gaohar Imran

Pinned Loading

  1. AynOps AynOps Public

    An Open Sourced Model Context Protocol (MCP) Local server that gives Claude real-time cybersecurity reconnaissance capabilities

    Python 6 2

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…