AynOps
Rank #3,631io.github.AynOps/AynOps
AynOps is a reconnaissance focused MCP Server which gives reconnaissance capabilities to AI Clients
AynOps is a Model Context Protocol (MCP) server published by gaoharimran29-glitch. It ranks #3,631 of 115,460 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. AynOps is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on May 24, 2026 and most recently updated on Jun 8, 2026.
Ranks ahead of 111,829 of 115,460 servers on MCP Toplist.
Use AynOps
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aynops -e "ABUSEIPDB_API_KEY=<your ABUSEIPDB_API_KEY>" -e "IP_API_KEY=<your IP_API_KEY>" -- uvx AynOpsReplace each placeholder with your own value before saving.
[mcp_servers.aynops]
command = "uvx"
args = ["AynOps"]
[mcp_servers.aynops.env]
ABUSEIPDB_API_KEY = "<your ABUSEIPDB_API_KEY>"
IP_API_KEY = "<your IP_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aynops": {
"command": "uvx",
"args": [
"AynOps"
],
"env": {
"ABUSEIPDB_API_KEY": "<your ABUSEIPDB_API_KEY>",
"IP_API_KEY": "<your IP_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aynops": {
"command": "uvx",
"args": [
"AynOps"
],
"env": {
"ABUSEIPDB_API_KEY": "<your ABUSEIPDB_API_KEY>",
"IP_API_KEY": "<your IP_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aynops": {
"type": "stdio",
"command": "uvx",
"args": [
"AynOps"
],
"env": {
"ABUSEIPDB_API_KEY": "<your ABUSEIPDB_API_KEY>",
"IP_API_KEY": "<your IP_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aynops": {
"command": "uvx",
"args": [
"AynOps"
],
"env": {
"ABUSEIPDB_API_KEY": "<your ABUSEIPDB_API_KEY>",
"IP_API_KEY": "<your IP_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aynops": {
"command": "uvx",
"args": [
"AynOps"
],
"env": {
"ABUSEIPDB_API_KEY": "<your ABUSEIPDB_API_KEY>",
"IP_API_KEY": "<your IP_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AynOps%2FAynOps)<a href="https://mcptoplist.com/server/io.github.AynOps%2FAynOps"><img src="https://mcptoplist.com/badge/io.github.AynOps%2FAynOps.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries (1 delisted)
gaoharimran29-glitch
Other servers by gaoharimran29-glitch
View all gaoharimran29-glitch servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.2 | Jun 8, 2026 |
Frequently asked questions
- Who maintains AynOps?
- AynOps is maintained by gaoharimran29-glitch, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is AynOps listed on the Official MCP Registry?
- Yes — AynOps is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does AynOps have?
- MCP Toplist tracks 1 version of AynOps, most recently published on Jun 8, 2026.
- Where can I find the source code for AynOps?
- The source code for AynOps is hosted at github.com/gaoharimran29-glitch/cybersecurity-mcp-server.