Loading MCP server directory, please wait...
Trigger security scans and read reports/vulnerabilities via the hosted Scannd API. Free: 2 scans/mo.
npx @getmcp/cli add com.scannd/scanndRequires Node.js 18+. Community-contributed server. Review source before installing.
SCANND_API_KEYScannd API key (starts with sk_). Sent to the hosted API as the X-API-Key header. Get one at https://scannd.com; the free tier includes 2 scans/month.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.scannd/scannd": {
"command": "npx",
"args": [
"-y",
"scannd-mcp"
],
"env": {
"SCANND_API_KEY": ""
}
}
}
}