Aynops
@AynOps
关于 Aynops
A Model Context Protocol server that gives AI Clients real-time cybersecurity reconnaissance capabilities — WHOIS, DNS enumeration, port scanning, SSL inspection, CVE lookup, IP reputation, ASN lookup and more.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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",
"IP_API_KEY": "your-api-key-here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AynOps?
A Model Context Protocol (MCP) server that gives AI clients real-time cybersecurity reconnaissance capabilities. It extends Claude with tools for WHOIS, DNS enumeration, port scanning, SSL inspection, tech stack detection, certificate transparency, ASN lookup, CVE lookup, and IP reputation — running entirely on the user’s machine.
How to use AynOps?
Install Python 3.12+, Nmap, and Git. Clone the repository, install dependencies with pip install -r requirements.txt, then configure Claude Desktop with the full absolute path to the virtual environment’s Python interpreter and the path to server.py in the MCP servers config. For ip_reputation and asn_lookup tools, set ABUSEIPDB_API_KEY and IP_API_KEY environment variables respectively.
Key features of AynOps
- Runs all cybersecurity tools locally — data never leaves your computer
- 9 core tools plus a
full_recontool that runs them in parallel - Port scanning with 5 scan types (basic, service, os, full, vuln)
- CVE lookup via NVD without requiring an API key
- Subdomain discovery via crt.sh with automatic fallback to HackerTarget
- Integrates with Claude Desktop as an MCP server
Use cases of AynOps
- Security researchers quickly profiling a domain or IP they own
- Penetration testers performing initial reconnaissance on authorized targets
- Developers auditing their own infrastructure for misconfigurations
- Students learning cybersecurity concepts by exploring real‑world data
- Analyzing CVEs for specific software versions to assess vulnerability risk
FAQ from AynOps
What tools does AynOps provide?
AynOps provides whois_lookup, dns_enumeration, port_scan, ssl_inspect, tech_stack_detect, cert_transparency, asn_lookup, full_recon, cve_lookup, and ip_reputation.
Do I need API keys to use all tools?
Only ip_reputation requires an AbuseIPDB API key and asn_lookup requires an ipapi key. All other tools work without API keys.
Does AynOps run in the cloud or locally?
It runs entirely on your local machine. Your data never leaves your computer.
What are the system requirements?
Python 3.12+, Nmap installed and accessible in PATH, and Git. Claude Desktop is required as the AI client.
Is port scanning always legal?
Only scan domains and IPs you own or have explicit written permission to scan. The only public host officially permitted for Nmap testing is scanme.nmap.org. Unauthorized port scanning may be illegal in your jurisdiction.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.

EverArt
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论