AynOps
About
AynOps is a reconnaissance focused MCP Server which gives reconnaissance capabilities to AI Clients
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ABUSEIPDB_API_KEY IP_API_KEYClaude Code
claude mcp add --env ABUSEIPDB_API_KEY= --env IP_API_KEY= aynops -- uvx AynOps
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"aynops","command":"uvx","args":["AynOps"],"env":{"ABUSEIPDB_API_KEY":"","IP_API_KEY":""}}'
JSON
{
"mcpServers": {
"aynops": {
"command": "uvx",
"args": [
"AynOps"
],
"env": {
"ABUSEIPDB_API_KEY": "",
"IP_API_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.