forked from AynOps/AynOps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
30 lines (30 loc) · 915 Bytes
/
Copy pathserver.json
File metadata and controls
30 lines (30 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.AynOps/AynOps",
"description": "AynOps is a reconnaissance focused MCP Server which gives reconnaissance capabilities to AI Clients",
"repository": {
"url": "https://github.com/AynOps/AynOps",
"source": "github"
},
"version": "1.1.2",
"tags": ["cybersecurity", "reconnaissance", "whois", "dns", "nmap", "ssl", "cve", "security"],
"packages": [
{
"registryType": "pypi",
"identifier": "AynOps",
"version": "1.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "ABUSEIPDB_API_KEY",
"description": "Required for ip_reputation tool. Get free key at abuseipdb.com",
"isRequired": false,
"isSecret": true,
"format": "string"
}
]
}
]
}