{
  "serverInfo": {
    "name": "vertexscan-mcp",
    "version": "0.1.0",
    "description": "Free, honest exposure scanner — live-verifies cached intel and flags the false positives paid scanners hide."
  },
  "transport": {
    "type": "stdio",
    "command": "npx",
    "args": [
      "-y",
      "vertexscan-mcp"
    ]
  },
  "capabilities": {
    "tools": [
      {
        "name": "scan_host",
        "description": "Honest exposure scan: cache + live verify + CVE honesty"
      },
      {
        "name": "verify_ports",
        "description": "Live-probe specific ports and reconcile against the cache"
      },
      {
        "name": "check_cve",
        "description": "NVD detail + CISA KEV actively-exploited status"
      },
      {
        "name": "subdomains",
        "description": "Passive subdomain enum via Certificate Transparency"
      }
    ]
  },
  "documentation": "https://vertexelite.org/docs/api"
}