Ayn Ops MCP Server

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. Its 16 documented tools cover check, inspect. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 22 · #236 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Ayn Ops

before you install - you'll need

Set ABUSEIPDB_API_KEY, HIBP_API_KEY before connecting.

Claude Code

claude mcp add aynops-aynops -- uvx AynOps

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aynops-aynops": {
      "command": "uvx",
      "args": [
        "AynOps"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package AynOps - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.AynOps is GitHub-verified and matches the repo owner

03 · What Ayn Ops can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can query crt.sh Certificate Transparency logs for a domain and extract certificate, subdomain, and wildcard information, check if an IP is flagged as malicious via AbuseIPDB (api key requied), run all core tools in parallel and return combined result, and fetch and parse robots.txt to reveal hidden directories and sitemaps.

Capability map

Tools grouped from the project's README - what Ayn Ops lets an agent do.

Whois

1 tool - e.g. Domain registration data - owner, registrar, creation date, expiry, name servers

whois_lookup

Dns

1 tool - e.g. A, AAAA, MX, NS, TXT, CNAME, SOA, CAA, and common SRV records (SIP, LDAP, XMPP, Kerberos, Autodiscover) + common subdomain brute-forcing

dns_enumeration

Port

1 tool - e.g. Nmap-powered scanner with service/version detection and security warnings

port_scan

Ssl

1 tool - e.g. SSL/TLS certificate - issuer, expiry, cipher strength, SANs, TLS version

ssl_inspect

Email

1 tool - e.g. Checks SPF, DKIM, and DMARC DNS records - returns a security_score, rating, and actionable recommendations for missing or weak configurations

email_security_check

Tech

1 tool - e.g. Web server, CMS, JS frameworks, CDN, and analytics

tech_stack_detect

Cert

1 tool - e.g. Query crt.sh Certificate Transparency logs for a domain and extract certificate, subdomain, and wildcard information

cert_transparency

Asn

1 tool - e.g. Autonomous System Number (ASN) and network ownership lookup via Team Cymru WHOIS - identifies ASN, BGP prefix, organization, registry, country, and allocation d

asn_lookup

Limitations (from the README)

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. Some LLM clients perform safety checks before invoking MCP tools. As a result, requests such as:

Latest releases

v1.1.2 · 2026-06-08

AynOps MCP Server - v1.1.2 · A Model Context Protocol server that gives AI clients real-time cybersecurity · reconnaissance capabilities, directly inside Claude and other MCP-compatible clients. · Tools Included · |…

04 · Who maintains Ayn Ops

AynOps is maintained by aynops. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #236 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-08)
registry
io.github.AynOps/AynOps (active, first published 2026-06-08)
packages
pypi:AynOps

06 · Ayn Ops FAQ

Is Ayn Ops still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Ayn Ops do?

With this server connected, an agent can query crt.sh Certificate Transparency logs for a domain and extract certificate, subdomain, and wildcard information, check if an IP is flagged as malicious via AbuseIPDB (api key requied), run all core tools in parallel and return combined result, and fetch and parse robots.txt to reveal hidden directories and sitemaps.

How do I install Ayn Ops?

Run `uvx AynOps`. The README documents 2 environment variables (ABUSEIPDB_API_KEY, HIBP_API_KEY) to set first. Set ABUSEIPDB_API_KEY, HIBP_API_KEY before connecting. You can also paste the ready-made client config above.

Does Ayn Ops run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ayn Ops