Skip to main content
Glama
MIT License
25
89
  • Linux
  • Apple
app.js525 B
var nmap = require('./index'); var scan = new nmap.NmapScan("google.com", "-sV"); //scan.runActionOnError = true; //scan.saveErrorsToResults =true; console.log('scan starting'); scan.on('complete', function (data) { console.log(JSON.stringify(data, null, 4)); console.log("total scan time" + scan.scanTime); }); scan.on('error', function (data) { console.log(JSON.stringify(data,null, 2)); console.log("total scan time" + scan.scanTime); }); scan.startScan(); //# sourceMappingURL=app.js.map

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/pentest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server