We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tri2703/MCP-NMAP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"target": "192.168.220.133",
"hosts": [
{
"ip": "192.168.220.133",
"state": "up",
"ports": [
{
"port": 21,
"state": "open",
"service": "ftp"
},
{
"port": 53,
"state": "open",
"service": "domain"
},
{
"port": 80,
"state": "open",
"service": "http"
},
{
"port": 135,
"state": "open",
"service": "msrpc"
},
{
"port": 139,
"state": "open",
"service": "netbios-ssn"
},
{
"port": 443,
"state": "open",
"service": "https"
},
{
"port": 445,
"state": "open",
"service": "microsoft-ds"
}
],
"os": "Microsoft Windows Server 2019"
}
]
}